-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost1.html
38 lines (32 loc) · 1.66 KB
/
post1.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="materialize.css">
<link rel="stylesheet" type="text/css" href="main.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Press+Start+2P" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<title>Iván Castelán</title>
</head>
<body>
<div class="container">
<div class="col s10">
<div class="row" style="padding:10px;"> <a id="home" class="waves-effect waves-light btn white-text darken-2 grey z-depth-4" href="./index.html#blog"><i class="material-icons">arrow_back</i></a> </div>
<h3 class="post-title" itemprop="name headline" style="text-align:center">1st Blog Post</h3>
<p class="post-meta"> <time datetime="2018-04-22T00:00:00-05:00" itemprop="datePublished"> Apr 22, 2018 </time> </p>
<div class="post-content" itemprop="articleBody">
Loem Ipsum
</div>
</div>
</div>
<script type="text/javascript" src="jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="materialize.min.js"></script>
<script src="/assets/js/init.js"></script>
</body>
<footer class="page-footer">
<div class="footer-copyright" style="padding-left: 30px"> <i class="material-icons" style="padding-right:5px">copyright</i>
<p>Héctor Iván Hernández Castelán | Proudly <i class="material-icons">code</i> with <i class="material-icons" style="color:red" >favorite</i></p>
</div>
</footer>
</html>