-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnews.html
More file actions
85 lines (78 loc) · 2.82 KB
/
news.html
File metadata and controls
85 lines (78 loc) · 2.82 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
81
82
83
84
85
<!DOCTYPE HTML>
<html>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<head>
<title>News</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Header -->
<header id="header">
<img id="logoImg" src="images/dynamo.jpg" width="12%"/>
<!-- <a href="index.html" class="logo">Dynamo</a> -->
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index.html">Dynamo</a></li>
<li><a href="introduction.html">Introduction</a></li>
<li><a href="components.html">Components</a></li>
<li class="active"><a href="news.html">News</a></li>
</ul>
<ul class="icons">
<li><a href="http://github.com/SmartDataProjects" class="icon fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- Post -->
<section class="post">
<header class="major">
<h1 class="icon fa-history"> </h1>
</header>
</section>
<!-- Featured Post -->
<article class="post featured">
<header class="major">
<span class="date">April 17, 2018</span>
<h2><a href="posts/180417.html">Dynamo Motto follows Facebook</a></h2>
<p>Facebook is not always examplary, but we like the 'new' motto. </p>
</header>
<center>
<a href="posts/180417.html" class="image"><img align="center" src="images/dynamo-facebook.png" width="50%" alt="" /></a>
</center>
<ul class="actions">
<li><a href="posts/180417.html" class="button big">Full Story</a></li>
</ul>
</article>
<!-- Posts -->
<section class="posts">
<article class=" featured">
<header>
<span class="date">April 14, 2018</span>
<h2><a href="posts/180414.html">Public Web Site for Dynamo</a></h2>
<p>Today we decided to finally go public and put up a web site for Dynamo, our dynamic data management solution.</p>
</header>
<center>
<a href="posts/180414.html" class="image"><img align="center" src="images/dynamo-logo-story.png" width="50%" alt="" /></a>
</center>
<ul class="actions">
<li><a href="posts/180414.html" class="button big">Full Story</a></li>
</ul>
</article>
</section>
</div>
</div>
</body>
</html>