-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbloghome.html
75 lines (55 loc) · 1.86 KB
/
bloghome.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<head>
<title>Matt Lao: DBC Blogs</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheets/blog-stylesheet.css">
</head>
<html>
<div id="middle_column">
<div id="social">
<a href="https://www.facebook.com/matt.lao1"><img src="icons/facebook.png" width ="50px"></a><a href="https://github.com/laomatt"><img src="icons/github.png" width ="50px"</a><br><a href="https://twitter.com/LaoMatt"><img src="icons/twitter.png" width ="50px"></a><a href="https://www.youtube.com/channel/UCEKPDwTITT16mD4ARJWFAIQ"><img src="icons/youtube.png" width ="50px"></a>
</div>
<body id="middle">
<div id = "blog_home">
<h1>My DBC blogs</h1>
<p><h2>Technical blog entries</h2></p>
<div class="app_menu_item">
Database project
</div>
<div class="app_menu_item">
Database project
</div>
<div class="app_menu_item">
Database project
</div>
<div class="app_menu_item">
Database project
</div>
<p><h2>Cultural blog entries</h2></p>
<div class="app_menu_item">
Database project
</div>
<div class="app_menu_item">
Database project
</div>
<div class="app_menu_item">
Database project
</div>
<div class="app_menu_item">
Database project
</div>
<div class="app_menu_item">
Database project
</div>
</div>
</div>
<div id="navbar">
<a id="navbarlinks" href="index.html">Home</a> -
<a id="navbarlinks" href="portfolio.html">Portfolio</a> -
<a id="navbarlinks" href="blog/bloghome.html">Blogs</a> -
<a id="navbarlinks" href="contact.html">Contact</a> -
<a id="navbarlinks" href="about.html">About</a>
</div>
<script type="text/javascript" src="main_code.js"></script>
</body>
</html>