-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
165 lines (138 loc) · 6.11 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width,initial-scale=1" name="viewport">
<meta content="description" name="description">
<meta name="google" content="notranslate" />
<meta content="Mashup templates have been developped by Orson.io team" name="author">
<!-- Disable tap highlight on IE -->
<meta name="msapplication-tap-highlight" content="no">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-J307C3ZYJQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-J307C3ZYJQ');
</script>
<link href="static/assets/images/planet-32.png" rel="icon">
<title>Contact - Theofanis Chatzidimitriou</title>
<link href="static/css/main.3f6952e4.css" rel="stylesheet">
<link href="static/css/style.css" rel="stylesheet">
<script src="static/js/magic_mouse-1.2.1.cdn.min.js"></script>
<script src="static/js/nav.js"></script>
</head>
<body class="" style="background-color:black">
<div id="site-border-left"></div>
<div id="site-border-right"></div>
<div id="site-border-top"></div>
<div id="site-border-bottom"></div>
<header>
<nav class="navbar navbar-fixed-top navbar-inverse">
<div class="container">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav ">
<li><a href="./index.html" title="" class="is-hover"><button class="my-btn magic-hover magic-hover__square">01 : Home</button></a></li>
<li><a href="./about.html" title=""><button class="my-btn magic-hover magic-hover__square">02 : About me</button></a></li>
<li><a href="./experience.html" title=""><button class="my-btn magic-hover magic-hover__square">03 : Experience</button></a></li>
<li><a href="./works.html" title=""><button class="my-btn magic-hover magic-hover__square">04 : Works</button></a></li>
<li><a href="./contact.html" title=""><button class="my-btn magic-hover magic-hover__square">05 : Contact</button></a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- <div class="hero-full-container background-image-container white-text-container">
<div class="video-container">
<video autoplay muted loop class="darken-video">
<source src="static/assets/videos/photoslider.mp4" type="video/mp4" />
</video>
</div> -->
<div class="full-background">
<canvas id="stars-canvas"></canvas>
</div>
<div class="section-container">
<div class="container">
<div class="row">
<!-- <div class="col-xs-12"> -->
<div class="text-center title-heading">
<button class="title-heading-btn">
<h1 class="h2 colored-heading">05 : Contact</h1>
</button>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<form action="https://formspree.io/f/xyynpzwb" class="reveal-content" method="post">
<div class="row">
<div class="col-md-7">
<div class="form-group">
<input type="email" class="form-control" id="email" name="email" placeholder="Email*" required>
</div>
<div class="form-group">
<input type="text" class="form-control" id="subject" name="subject" placeholder="Subject*" required>
</div>
<div class="form-group">
<textarea class="form-control" rows="5" name="message" placeholder="Enter your message*" required></textarea>
</div>
<button type="submit" class="btn btn-default btn-lg my-sumbit-btn" >Send</button>
</div>
<div class="col-md-5 address-container" style="color:white;">
<ul class="list-unstyled" style="padding:5px;">
<li>
<!-- <span class="fa-icon"> -->
<i class="fa fa fa-map-marker fa-lg" aria-hidden="true"></i>
<!-- </span> -->
New York
</li>
<li>
<!-- <span class="fa-icon"> -->
<i class="fa fa fa-map-marker fa-lg" aria-hidden="true"></i>
<!-- </span> -->
Cyprus
</li>
<li>
<a href="https://github.com/thefch" target="_blank">
<i class="fa fa-github fa-lg" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/theofanis-ch/" target="_blank">
<i class="fa fa-linkedin-square fa-lg" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
options = {
"cursorOuter": "circle-basic",
"hoverEffect": "circle-move",
"hoverItemMove": false,
"defaultCursor": true,
"outerWidth": 41,
"outerHeight": 41
};
magicMouse(options);
document.addEventListener("DOMContentLoaded", function (event) {
navActivePage();
});
// document.querySelector('video').playbackRate = 4.0;
</script>
<script type="text/javascript" src="static/js/main.70a66962.js"></script></body>
<script src="static/js/stars.js"></script>
</html>