-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 1.73 KB
/
index.html
File metadata and controls
41 lines (36 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>firststep</title>
<link rel="icon" href="source/images/logo.png" type="image/png">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="source/style/stylesheet.css">
<script src="https://kit.fontawesome.com/5dba90d0f0.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="source/script/jscript.js"></script>
</head>
<body id="main">
<div id="menu" class="topnav">
<img src="source/images/logo.png" alt="logo"/>
<a class="icon active" href="index.html">firststep</a>
<label class="switch" style="margin-right: 30px; float: right; padding: 8px 12px; height: 6px; width: auto; margin-top: 6px;">
<input type="checkbox" onclick="chng_bg(this.checked)" checked="true">
<span class="slider round"></span>
</label>
<a href="projects.html">projects</a>
<a href="about.html">about</a>
<a class="active" href="#home">home</a>
</div>
<div alt="body">
<header id="home">
<h1 class="title">firststep</h1>
<img class = "cover-img" src="source/images/firststep_background.png" alt="background">
</header>
<h3 class="body-text">Version 1.0</h2>
<footer alt="footer">
<a class="gh" href="https://github.com/firststepdevelopment"><i class="fa fa-brands fa-github"></i> GitHub</a>
<h5 style="margin-top: 4px;">© Corbin Graham 2022 | Icons by FontAwesome</h5>
</footer>
</div>
</body>
</html>