-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (68 loc) · 3.31 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="">
<!-- <link rel="icon" href="../../favicon.ico"> make this! -->
<title>agotsis.org</title>
<!-- Bootstrap core CSS -->
<link href="./css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<!-- Theme CSS -->
<link href="css/grayscale.css" rel="stylesheet">
</head>
<body>
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="main">
<h1 id="name">Alexander Gotsis</h1>
<!--<p id="description"> a masters student <br>in Electrical and Computer Engineering<br> at Carnegie Mellon University <br> <br> Looking for employment <br> starting June 2020 <br> in an enginering role-->
<p id="description"> a systems software engineer
</p>
<h3><a href="agotsis_Resume.pdf">resumé</a></h3>
<!--<h3><a href="mailto:agotsis@andrew.cmu.edu">school email</a></h3>-->
<h3><a href="mailto:alexgotsis8@gmail.com">personal email</a></h3>
<br>
<br>
<br>
<br>
<br>
<br>
interested in Embedded Software, Systems Software, RTL Design
</div>
</div>
</div>
</header>
<!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="./js/jquery-3.1.0.min.js"></script>
<script>
window.jQuery || document.write('<script src="./js/jquery-3.1.0.min.js"><\/script>')
</script>
<script src="./js/bootstrap.min.js"></script>
<!-- Default Statcounter code for My Personal Website http://www.agotsis.org -->
<script type="text/javascript">
var sc_project=11830441;
var sc_invisible=1;
var sc_security="bc41b9ed";
var sc_https=1;
var sc_remove_link=1;
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript><div class="statcounter"><img class="statcounter"
src="//c.statcounter.com/11830441/0/bc41b9ed/1/" alt="Web Analytics Made Easy -
StatCounter"></div></noscript>
<!-- End of Statcounter Code -->
</body>
</html>