-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (34 loc) · 1.41 KB
/
index.html
File metadata and controls
36 lines (34 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Browser Tab title -->
<title>Brower Tab Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css">
<link rel="stylesheet" href='./css/main.css'/>
</head>
<body>
<nav class="level has-background-light">
<p class="level-item has-text-centered">
<img src="./assets/logo.png" alt="" style="height: 100px;">
</p>
<h1 class="level-item title has-text-centered">
Welcome
</h1>
<p class="level-item has-text-centered">
<img src="./assets/flower.jpeg" alt="" style="height: 100px;">
</p>
</nav>
<section class="container">
<section class="columns panel">
<div class="column is-half">
<p>You refuse to look at me because... you stare at me because... you won't help me because... you hate me because... i hate myself because...
because of you because of me because of you because of me because of me</p>
<a href="./chicktech-2018-2019">Your Personal ChickTech Portfolio</a>
</div>
</section>
</section>
</body>
</html>