generated from mikepierce/conference-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_old.html
144 lines (127 loc) · 4.65 KB
/
index_old.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
<!DOCTYPE html>
<html lang='hy'>
<head>
<base href=".">
<link rel="shortcut icon" type="image/png" href="assets/favicon.png"/>
<link rel="stylesheet" type="text/css" media="all" href="assets/main.css"/>
<meta name="description" content="Conference Template">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="KeyWords" content="Conference">
<title>Համահայկական գիտաժողով</title>
<meta charset="utf-8"/>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<style>
</style>
</head>
<body>
<div class="banner">
<img src="assets/banner.jpg" alt="Conference Template Banner">
<div class="top-left">
<span class="title1">Համահայկական</span> <span class="title2">գիտաժողով</span> <span class="year">2022</span>
</div>
<div class="bottom-right">
Սեպտեմբերի 22, 2022 <br> Վանաձոր
</div>
</div>
<table class="navigation">
<tr>
<td class="navigation">
<a class="current" title="Conference Home Page" href=".">Սկիզբ</a>
</td>
<td class="navigation">
<a title="Register for the Conference" href="registration">Գրանցում</a>
</td>
<td class="navigation">
<a title="Conference Program" href="program">Ծրագիր</a>
<!-- <div class="dropdown">
<a class="dropbtn" href="program">Ծրագիր
<i class="fa fa-caret-down"></i>
</a>
<div class="dropdown-content">
<a href="program/physics">Ֆիզիկական</a>
<a href="program/biology">Կենսաբանական</a>
<a href="program/material">Նյութաբանական</a>
<a href="program/humanitarian">Հումանիտար</a>
</div>
</div>
-->
</td>
<td class="navigation">
<a title="Directions to the Conference" href="directions">ՏԵղեկություն</a>
</td>
<td class="navigation">
<!-- <a title="Conference Flyer" href="flyer">Տեղեկություն</a>-->
<div class="dropdown">
<button class="dropbtn">Կոմիտե
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="physics">Ֆիզիկական</a>
<a href="biology">Կենսաբանական</a>
<a href="material">Նյութաբանական</a>
<a href="humanitarian">Հումանիտար</a>
<a href="committee">Կազմկոմիտե</a>
</div>
</div>
</td>
</tr>
</table>
<h2>Գիտաժողովի մասին</h2>
<p>
Թեմատիկ ուղղություններ
</p>
<h2>Կազմակերպիչներ</h2>
<p>
</p>
<table class="sponsors">
<tr>
<td class="sponsor">
<a href="http://www.scs.am">
<img src="assets/scs_logo.png" alt="Գիտության կոմիտե" style="width:200px">
</a>
</td>
<td class="sponsor">
<a href="http://www.ysu.am/">
<img src="assets/ysu.jpg" alt="Երևանի պետական
համալսարան" style="width:200px">
</a>
</td>
<!--
<td class="sponsor">
<a href="http://www.eyebleach.me/">
<img src="assets/kitten3.jpg" alt="Third Sponsor Name">
</a>
</td>
-->
</tr>
</table>
<footer>
<p style="font-size: 9px; margin-bottom:0;">
© Գիտության կոմիտե
</p>
<p style="font-size: 6px; margin-top:0; padding-top:0;">
</p>
<p style="font-size: 6px; margin-top:0; padding-top:0;">
| <small> Design by <a href="https://github.com/mikepierce">Mike Pierce</a></small>
</p>
</footer>
<!-- Default Statcounter code for theses http://zoom.zom -->
<script type="text/javascript">
var sc_project=5639000;
var sc_invisible=1;
var sc_security="31bf5662";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async></script>
<noscript><div class="statcounter"><a title="Web Analytics
Made Easy - Statcounter" href="https://statcounter.com/"
target="_blank"><img class="statcounter"
src="https://c.statcounter.com/5639000/0/31bf5662/1/"
alt="Web Analytics Made Easy - Statcounter"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
</body>
</html>