-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoding_blog.html
35 lines (29 loc) · 994 Bytes
/
coding_blog.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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Roger Perez Blog</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Caveat|Open+Sans:400,400i,700" rel="stylesheet">
<!--Link to add icon on top of tab-->
<link rel="icon" href="https://bit.ly/2IIA3Ek">
</head>
<body >
<header id="about">
<nav>
<a href="#about">About</a>
<a href="#work">Work Experience</a>
<a href="#education">Education</a>
<a href="#contact">Contact</a>
<a href="portfolio.html">Portfolio</a>
<a href="https://medium.com/@rogercodes1" target="_blank">Blog</a>
</nav>
<div class="content-wrap">
<h1> My First Blog - Thanks Flatiron</h1>
<h2></h2>
</div>
</header>
</body>
</html>