-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (35 loc) · 956 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
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>
Welcome
</title>
<!--links to the css-->
<link rel="stylesheet" href="CSS/Homepage_style.css">
</head>
<body>
<!--this is the top section with the title and links-->
<div class="header">
<div class="title">
<h1>
Tech Newbie
</h1>
</div>
<div class="links">
<!--If you want to add more links this is where those go-->
<div class="text-link">
<a href="https://technoobie.org/blog.html" class="text-link">Blog</a>
</div>
</div>
</div>
<!--some filler photos for now-->
<div style="width:500px; margin-top:5px;">
<a href="https://technoobie.org/blog.html">
<img src="http://cdn2.hubspot.net/hub/53/file-23115630-jpg/blog/images/blogging_image.jpg" >
</a>
<div style="color:black; font-size:20px; text-align:center;">
the picture also links to the blog, for funzies!
</div>
</div>
</body>
</html>