forked from LaunchCoderGirlSTL/web_group_project_0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (22 loc) · 758 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Your Github Unsername</title>
<link rel="stylesheet" type="text/css" href="assets/stylesheets/theme.css">
<meta content="width=device-width,maximum-scale=1.0,initial-scale=1.0,minimum-scale=1.0,user-scalable=yes" name="viewport">
</head>
<body>
<div class='header'>
<h1>Your Name</h1>
<h2>Your Tagline</h2>
</div>
<div class='content'>
<img src="assets/images/thumbnail.png" alt="Your Github Username" class="thumbnail">
<p>
Who are you? What are you interested in? What are you doing to learn to code?
</p>
</div>
<script src='assets/scripts/jquery-3.1.1.min.js'></script>
<script src='assets/scripts/main.js'></script>
</body>
</html>