-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (43 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Webport</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/jpg" href="cloud-computing.png"/>
</head>
<body>
<div class="title">
<img src="cloud-computing.svg" class="big">
<h1 class="big">Webport</h1>
<h2 class="big">a website for projects</h3>
</div>
<div class="secwrap">
<!--
<div class="section">
<h2 class="class">English</h2>
<a href="" class="btn">This is a Button</a>
</div>
<div class="section">
<h2 class="class">Biology</h2>
<a href="" class="btn">This is a Button</a>
</div>
<div class="section">
<h2 class="class">Math</h2>
<a href="" class="btn">This is a Button</a>
</div>
-->
<div class="section">
<h2 class="class">US History</h2>
<a href="projects/US History/titlepsd.html" class="btn">Title PSD</a>
</div>
<div class="section">
<h2 class="class">Making Modern America</h2>
<a href="articles/article.html" class="btn">Article</a>
</div>
</div>
<div class="attribution">Icons made by <a href="https://www.flaticon.com/authors/smartline" title="Smartline">Smartline</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
</body>
</html>