-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (45 loc) · 1.34 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
<!DOCTYPE HTML>
<html>
<head>
<title>Nila's Amazing Website</title>
<meta name="viewpoint" content="Width-device-width, initial-scale.0">
<link rel="stylesheet" href="style.css">
</head>
<body id="all-content">
<!-- Visible HTML elements GO HERE -->
<!-- All content goes here -->
<div>
<nav>
<h1>Nila's Website</h1>
<ul>
<li>
<a href="index.html"> Home </a>
</li>
<li>
<a href="portfolio.html"> Portfolio </a>
</li>
</ul>
</nav>
<main>
<!-- Sidebar section -->
<div class="Sidebar">
<img class="slidebar img" src=https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSfeN1loAm6yBlRbiHqgUyd8bRCmiiwIeJ7qBysTVXuzFs8h6e6 />
</div>
<!-- Content section -->
<div class="content"
<h2>Nila Garnier</h2>
<p>Fundamentals of software development </p>
<!-- Interests section -->
<div>
<h3>Interests</h3>
<ul>
<li>cooking</li>
<li>reading</li>
<li>games</li>
</ul>
</div>
</div>
</main>
</div>
</body>
</html>