-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (42 loc) · 1.77 KB
/
index.html
File metadata and controls
47 lines (42 loc) · 1.77 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
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>#SHARP & #HASHTAG</title>
<link rel="stylesheet" type="text/css" href="./stylesheets/default.css">
<link rel='stylesheet' id='headway-google-fonts' href='//fonts.googleapis.com/css?family=Crimson+Text|Roboto' type='text/css' media='all' />
<link rel="shortcut icon" type="ico" href="./favicon.ico"/>
</head>
<body>
<article>
<header>
<div id = "main">
<h1> # SHARP & <br> # HASHTAG </h1>
</div>
</header>
<nav class ="mainNavi">
<ul id="main_navi_menu">
<li><a class="nav_option" href="./index.html">HOME</a></li>
<li><a class="nav_option" href="./intro.html">ABOUT ME</a></li>
<li><a class="nav_option" href="./blog/index.html">POSTS</a></li>
<li><a class="nav_option" href="#">CONTACT</a></li>
</nav>
<div id = "pic">
<img id = "mainpic" src="./choi.JPG">
</div>
<div id ="intro">
<p>
<h1>Welcome, welcome to my hub.</h1>
<br>
<b>M</b>y name is Sung.
I am making this webpage as a part of Dev Bootcamp portfolio project. I am very excited to start building my own page. I am not so sure what it's going to be about or like, but I have to start somewhere with something smal! I am sure ideas will start rolling in once I get it going! <br>
I expect and hope some exciting updates on this page coming each week. Please come back and check it out soon!
</p>
</div>
<footer>
<div id= "mainFooter">
<a class="social_option" href="https://www.facebook.com/noblimente" target="_blank"><img src ="./fb.png" alt="Facebook"></a>
<a class="social_option" href="https://twitter.com/alwaysungry" target="_blank"><img src ="./twitter.png" alt="Twitter"></a>
</div>
</footer>
</body>
</html>