-
Notifications
You must be signed in to change notification settings - Fork 1
/
news.html
executable file
·151 lines (126 loc) · 5.45 KB
/
news.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html>
<html lang="en">
<head>
<title>SpinENGINE</title>
<link rel="icon" href="spinengine.eu/images/SpinENGINE-symbol.png">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="An EU H2020 FET-Open Project">
<meta name="keywords" content="SpinENGINE">
<meta name="author" content="Magnus Sjalander">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- MAIN CSS -->
<link rel="stylesheet" href="css/templatemo-style.css">
</head>
<body>
<!-- PRE LOADER -->
<section class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</section>
<!-- MENU -->
<section class="navbar custom-navbar navbar-fixed-top" role="navigation">
<div class="container">
<!-- DROP DOWN MENU FOR NARROW DISPLAYS -->
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand">Home</a>
</div>
<!-- MENU LINKS -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-nav-left">
<li><a href="index.html#about">About</a></li>
<li><a href="index.html#pubs">Publications</a></li>
<li><a href="index.html#team">Partners</a></li>
<li><a href="#news" class="smoothScroll">news</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<ul class="wow fadeInU social-icon" data-wow-delay="0.4s">
<li><a href="https://twitter.com/EngineSpin/" class="fa fa-twitter"></a></li>
<!--
<li><a href="https://github.com/SocratesNFR" class="fa fa-github"></a></li>
-->
</ul>
</ul>
</div>
</div>
</section>
<!-- HOME -->
<section id="home" class="slider" data-stellar-background-ratio="0.5">
<div class="row">
<div class="owl-carousel owl-theme">
<div class="item item-first">
<div class="caption">
<div class="container">
<div class="col-md-8 col-sm-12">
<h1>SpinENGINE</h1>
<h3>Harnessing the Emergent Properties of Nanomagnet Ensembles for Massively Parallel Data Analysis</h3>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- NEWS -->
<section id="news" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-8">
<h2>News</h2>
<div class="col-md-12 col-sm-12">
<div class="section-title wow fadeInUp" data-wow-delay="0.1s">
<a class="twitter-timeline" href="https://twitter.com/EngineSpin">Tweets by EngineSpin</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer id="footer" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-8">
<div class="footer-info">
<a href="index.html">
<img src="images/SpinENGINE-logo.png" width="120" alt="SpinENGINE logo">
</a>
</div>
</div>
<div class="col-md-3 col-sm-8">
<div class="footer-info">
<img src="images/Flag_of_Europe.svg" width="100" alt="EU flag">
</div>
</div>
<div class="col-md-4 col-sm-8">
<div class="footer-info">
The SpinEngine project has received funding from
the European Union’s Horizon 2020 FET-Open
programme under grant agreement No 861618.
</div>
</div>
</div>
</div>
</footer>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>