-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
135 lines (125 loc) · 4.72 KB
/
contact.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
<!DOCTYPE HTML>
<html>
<head>
<title>Svajūnas Sajavičius</title>
<meta name="description" content="Homepage of Svajunas Sajavicius" />
<meta name="keywords" content="svajunas sajavicius, svajūnas sajavičius, svajunas, svajūnas, sajavicius, sajavičius" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="https://ktu.edu/wp-content/themes/ktu/favicon.ico" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113949746-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-113949746-1');
</script>
<body>
<div id="main">
<div id="header">
<div id="logo">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<!-- <h1><a href="index.html">simple<span class="logo_colour">_light</span></a></h1> -->
<h1><a href="index.html"><span class="logo_colour">Svajūnas Sajavičius</span></a></h1>
<h2>Associate Professor @ Kaunas University of Technology</h2>
<!--
<h2>Postdoctoral researcher @ Johannes Kepler University Linz</h2>
-->
</div>
</div>
<div id="menubar">
<ul id="menu">
<!-- put class="selected" in the li tag for the selected page - to highlight which page you're on -->
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li class="selected"><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
<div id="site_content">
<!--
<div class="sidebar">
<h1>Latest News</h1>
<h4>New Website Launched</h4>
<h5>January 1st, 2010</h5>
<p>2010 sees the redesign of our website. Take a look around and let us know what you think.<br /><a href="#">Read more</a></p>
<h1>Useful Links</h1>
<ul>
<li><a href="#">link 1</a></li>
<li><a href="#">link 2</a></li>
<li><a href="#">link 3</a></li>
<li><a href="#">link 4</a></li>
</ul>
<h1>Search</h1>
<form method="post" action="#" id="search_form">
<p>
<input class="search" type="text" name="search_field" value="Enter keywords....." />
<input name="search" type="image" style="border: 0; margin: 0 0 -9px 5px;" src="style/search.png" alt="Search" title="Search" />
</p>
</form>
</div>
-->
<div id="content">
<!--
<h1>Johannes Kepler University Linz</h1>
<p>
Institute of Applied Geometry<br/>
Faculty of Engineering and Natural Sciences (TNF)<br/>
Johannes Kepler University Linz<br/>
Science Park 2, 3rd floor, Room 3E/0361<br/>
Altenberger Str. 69, A-4040 Linz, Austria
</p>
<p>
Email: svajunas . sajavicius (-) jku . at<br/>
Phone (office): +43(0)732 2468 4086
</p>
-->
<!--
Department of Computer Science II
Faculty of Mathematics and Informatics
Vilnius University
Naugarduko str. 24,
LT 03225 Vilnius
Lithuania
Email: [email protected]
Ph.: 00 370 5 2193091, fax: 00 370 5 2151585
http://www.vu.lt/en/
http://www.mif.vu.lt/en/
-->
<h1>Kaunas University of Technology</h1>
<p>
Department of Software Engineering<br/>
Faculty of Informatics<br/>
Kaunas University of Technology<br/>
Studentu str. 50—415<br/>
LT 51368 Kaunas, Lithuania
</p>
<p>
Email: svajunas . sajavicius (-) ktu . lt
</p>
<!--
<h1>Mykolas Romeris University</h1>
<p>
Faculty of Economics and Business<br/>
Mykolas Romeris University<br/>
Ateities str. 20, Room V-429<br/>
LT 08303 Vilnius, Lithuania
</p>
<p>
Email: svajunas (-) mruni . eu<br/>
http://www.mruni.eu/en/
</p>
-->
</div>
</div>
<div id="footer">
<p><a href="index.html">Home</a> | <a href="research.html">Research</a> | <a href="teaching.html">Teaching</a> | <a href="contact.html">Contact</a></p>
<p>Copyright © Svajūnas Sajavičius | <a href="http://validator.w3.org/check?uri=referer">HTML5</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | <a href="http://www.html5webtemplates.co.uk">design from HTML5webtemplates.co.uk</a></p>
</div>
</div>
</body>
</html>