-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (48 loc) · 1.82 KB
/
index.html
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
48
49
50
51
52
53
<!DOCTYPE HTML>
<html>
<head>
<Title>Syleste's Coding Website</Title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- All content goes here -->
<div id="all-contents">
<nav>
<h1> Inside of Syleste's Code</h1>
<ul id="nav-ul" >
<li class="nav-li">
<a href="index.html"> Home </a>
</li>
<li class="nav-li">
<a href="portfolio.html"> Portfolio </a>
</li>
</ul>
</nav>
<main>
<!-- Sidebar section -->
<div class="sidebar">
<img class="sidebar-img" src="https://mail.google.com/mail/u/1?ui=2&ik=56333b83fd&attid=0.0&permmsgid=msg-f:1811193215976437763&th=1922a6a241df7803&view=att&disp=safe">
</div>
<!-- Content section -->
<div class="content">
<h2></h2>
<p>
Syleste Cooks
</p>
<p>
Student at Northshore High School
</p>
<!-- Interests section -->
<div id="interests">
<h3>Interests</h3>
<ul>
<li>Reading</li>
<li>Art</li>
<li>Music</li>
</ul>
</div>
</div>
</main>
</div>
</body>
</html>