-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
135 lines (123 loc) · 4.38 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 lang="en">
<head>
<title>Jonas Portfolio</title>
<meta charset="UTF-8">
<meta name="description" content="Riddle - Portfolio Template">
<meta name="keywords" content="portfolio, riddle, onepage, creative, html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link href="img/favicon.ico" rel="shortcut icon"/>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i,700" rel="stylesheet">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/style.css"/>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Page Preloder -->
<div id="preloder">
<div class="loader"></div>
</div>
<!-- header section start -->
<header class="header-section">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-3">
<div class="logo">
<h2 class="site-logo">Jonas</h2>
</div>
</div>
<div class="col-lg-8 col-md-9">
<a href="" class="site-btn header-btn">Get in touch</a>
<nav class="main-menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="home-2.html">Work</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
<div class="nav-switch">
<i class="fa fa-bars"></i>
</div>
</header>
<!-- header section end -->
<!-- intro section start -->
<section class="intro-section">
<div class="container text-center">
<div class="row">
<div class="col-xl-10 offset-xl-1">
<h2 class="section-title">I’m a freelance <span>blockchain engineer</span>, with +1 years of experience</h2>
</div>
</div>
</div>
</section>
<!-- intro section end -->
<!-- page section start -->
<section class="page-section">
<div class="container">
<div class="row">
<div class="col-lg-6 offset-lg-3 contect-tect">
<h2>So, let’s talk</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer sit amet pharetra nisl. Vestibulum sollicitudin leo non purus vestibulum placerat. Curabitur ac erat sollicitudin, blandit quam vitae.</p>
</div>
</div>
<form class="contact-form">
<div class="row">
<div class="col-md-6">
<input type="text" placeholder="Name">
</div>
<div class="col-md-6">
<input type="text" placeholder="E-mail">
</div>
<div class="col-md-6">
<input type="text" placeholder="Subject">
</div>
<div class="col-md-6">
<input type="text" placeholder="How did you hear about us?">
</div>
<div class="col-md-12">
<textarea placeholder="Message"></textarea>
</div>
</div>
<div class="text-center">
<button class="site-btn">Send</button>
</div>
</form>
</div>
</section>
<!-- page section end -->
<!-- footer section start -->
<footer class="footer-section text-center">
<div class="container">
<div class="social-links">
<a href=""><span class="fa fa-pinterest"></span></a>
<a href=""><span class="fa fa-linkedin"></span></a>
<a href=""><span class="fa fa-instagram"></span></a>
<a href=""><span class="fa fa-facebook"></span></a>
<a href=""><span class="fa fa-twitter"></span></a>
</div>
<div class="copyright"><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</div>
</div>
</footer>
<!-- footer section end -->
<!--====== Javascripts & Jquery ======-->
<script src="js/jquery-2.1.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>