-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdevlogtemp4.html
More file actions
80 lines (70 loc) · 3.31 KB
/
Copy pathdevlogtemp4.html
File metadata and controls
80 lines (70 loc) · 3.31 KB
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
76
77
78
79
80
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Frederico Oliveira - Blog</title>
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/grids-responsive-min.css">
<link rel="stylesheet" href="css/side-menu.css">
<!--link rel="stylesheet" href="css/blog/blog-old-ie.css" -->
<link rel="stylesheet" href="css/blog/blog.css">
<link href="css/prism/prism.css" rel="stylesheet" />
</head>
<body>
<div id="layout">
<!-- Menu toggle -->
<a href="#menu" id="menuLink" class="menu-link">
<span></span>
</a>
<div id="menu">
<div class="pure-menu">
<ul class="pure-menu-list">
<li class="pure-menu-item"><a href="index.html" class="pure-menu-link">Home</a></li>
<li class="pure-menu-item"><a href="projects.html" class="pure-menu-link">Projects</a></li>
<li class="pure-menu-item menu-item-divided pure-menu-selected">
<a href="devlog.html" class="pure-menu-link">Devlog</a>
</li>
<li class="pure-menu-item"><a href="contact.html" class="pure-menu-link">Contact</a></li>
</ul>
</div>
</div>
<div id="layout" class="pure-g">
<div class="content pure-u-1 pure-u-md-3-4">
<div>
<!-- A wrapper for all the blog posts -->
<div class="posts">
<h1 class="content-subhead">Devlog</h1>
<!-- A single blog post -->
<section class="post">
<header class="post-header">
<img width="48" height="48" alt="Tilo Mitra's avatar" class="post-avatar" src="img/common/user.png">
<h2 class="post-title">Erro de colliders após gerar a build</h2>
<p class="post-meta">
By <a href="#" class="post-author">Fred Oliveira</a> sobre
<a class="post-category post-category-design" href="#">Unity</a>
<a class="post-category post-category-pure" href="#">C#</a>
</p>
</header>
<div class="post-description">
<p>
texto, texto, texto, texto, texto, texto, texto, texto <br>
texto, texto, texto, texto, texto, texto, texto, texto, texto, texto <br>
texto, texto, texto, texto, texto, texto, texto, texto <br>
texto, texto, texto, texto
</p>
<p>
<a href="devlog.html">Voltar</a>
</p>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
<script src="js/ui.js"></script>
<script src="js/prism/prism.js"></script>
<script src="js/tittleChange.js"></script>
</body>
</html>