-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlendulet_index.html
98 lines (76 loc) · 3.89 KB
/
lendulet_index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Your description goes here" />
<meta name="keywords" content="your,keywords,goes,here" />
<meta name="author" content="Your Name" />
<link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="origo.css" title="Origo" media="all" />
<title>Lendület Homepage</title>
</head>
<body class="light blue smaller freestyle01">
<div id="layout">
<div class="row smaller">
<div class="col c5 smaller">
<h1><a href="index.html">Lendület Homepage</a></h1>
</div>
<div class="col c7 aligncenter">
<p class="slogan">MTA CSFK Lendület Near-Field Cosmology Research Group</p>
</div>
<div class="col c7 aligncenter">
<p><a href="http://konkoly.hu/">Konkoly Observatory, <a href="http://www.konkoly.hu/KIK/">SPEX</p>
</div>
<div class="col c12 alignright">
<p><a href="hu/index_hu.html"><img src="images/Hungarian_flag.png" align="right" width="30" height="15"></img></a>
<a href="index.html"><img src="images/English_flag.png" align="right" width="30" height="15"></img></a></p>
</div>
</div>
<div class="row">
<div class="col c12 aligncenter">
<img src="images/test_merge9.jpg" width="960" height="240" alt="" />
</div>
</div>
<div class="row">
<div class="col c2 alignleft">
<ul class="menu">
<li><a href="#">About</a></li>
<li><a href="#">Research</a></li>
<li><a href="#">Papers</a></li>
<li><a href="#">Members</a>
<!-- <ul class="subpages">
<li><a href="index.html">3 columns</a></li>
<li><a class="current" href="2-col-a.html">2 columns A</a></li>
<li><a href="2-col-b.html">2 columns B</a></li>
</ul> -->
</li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="col c10">
<h2>Lorem Ipsum</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<h3>Dolor Sit Amet</h3>
<p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<h3>Presentation:</h3>
<p>This is the <a href="http://andreasviklund.com/templates/origo/">Origo</a> template, with the basic layout from the <a href="http://andreasviklund.com/templates/andreas01/">andreas01</a> template and the code base from <a href="http://andreasviklund.com/templates/freestyle/">Freestyle</a>.</p>
</div>
</div>
<!--
<div id="footer" class="row">
<div class="col c12 aligncenter">
<h3>© 2012 Your Name</h3>
<p><a href="http://andreasviklund.com/templates/origo/">Template design</a> by <a href="http://andreasviklund.com/">Andreas Viklund</a><br />
Best hosted at <a href="https://www.svenskadomaner.se/?ref=mall&ling=en" title="Svenska Domäner AB">www.svenskadomaner.se</a></p>
</div>
</div>
-->
<div id="footer" class="row">
<div class="col c12 aligncenter">
<h3>© 2018 R. Szabó, O. Hanyecz</h3>
<p><a href="http://andreasviklund.com/templates/origo/">Template design</a> by <a href="http://andreasviklund.com/">Andreas Viklund</a><br />
</div>
</div>
</div>
</body>
</html>