-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
154 lines (139 loc) · 8.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HARUN PEHLİVAN
CODER,DESIGNER,PUBLİSHER,DIGITAL CONTENT PRODUCER FOUNDER CEO ENTREPRENEUR RESEARCH AND DEVELOPMENT </title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free Website Template" name="keywords">
<meta content="Free Website Template" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:300;400;600;700;800&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<div class="sidebar">
<div class="sidebar-text d-flex flex-column h-100 justify-content-center text-center">
<img class="mx-auto d-block w-75 bg-primary img-fluid rounded-circle mb-4 p-3" src="img/profile.jpg" alt="Image">
<h3 class="font-weight-bold">HARUN PEHLİVAN</h1>
<p class="mb-4">
FOUNDER CEO ENTREPRENEUR HP IT GROUP (TEBIM TEBITAGEM) TTGRT
</p>
<div class="d-flex justify-content-center mb-5">
<a class="btn btn-outline-primary mr-2" href="https://facebook.com/100008152065270"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-outline-primary mr-2" href="https://www.linkedin.com/in/harun-pehlivan-0aa34252"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-outline-primary mr-2" href="https://www.instagram.com/harunpehlivantebimtebitagem"><i class="fab fa-instagram"></i></a>
</div>
<a href="https://hpitgroup.glitch.me/" class="btn btn-lg btn-block btn-primary mt-auto">Hire Me</a>
</div>
<div class="sidebar-icon d-flex flex-column h-100 justify-content-center text-right">
<i class="fas fa-2x fa-angle-double-right text-primary"></i>
</div>
</div>
<div class="content">
<!-- Navbar Start -->
<div class="container p-0">
<nav class="navbar navbar-expand-lg bg-secondary navbar-dark">
<a href="" class="navbar-brand d-block d-lg-none">Navigation</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav m-auto">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="contact.html" class="nav-item nav-link active">Contact</a>
</div>
</div>
</nav>
</div>
<!-- Navbar End -->
<!-- Page Header Start -->
<div class="container py-5 px-2 bg-primary">
<div class="row py-5 px-4">
<div class="col-sm-6 text-center text-md-left">
<h1 class="mb-3 mb-md-0 text-white text-uppercase font-weight-bold">Contact Me</h1>
</div>
<div class="col-sm-6 text-center text-md-right">
<div class="d-inline-flex pt-2">
<h4 class="m-0 text-white"><a class="text-white" href="">Home</a></h4>
<h4 class="m-0 text-white px-2">/</h4>
<h4 class="m-0 text-white">Contact Me</h4>
</div>
</div>
</div>
</div>
<!-- Page Header End -->
<!-- Contact Start -->
<div class="container bg-white pt-5">
<div class="row px-3 pb-2">
<div class="col-sm-4 text-center mb-3">
<i class="fa fa-2x fa-map-marker-alt mb-3 text-primary"></i>
<p>Yeni Mah Mimar Sinan Sk NO:2 Post Code: 05500 Suluova/Amasya Turkey</p>
</div>
<div class="col-sm-4 text-center mb-3">
<i class="fa fa-2x fa-phone-alt mb-3 text-primary"></i>
<p>+90 (552) 741 0904</p>
</div>
<div class="col-sm-4 text-center mb-3">
<i class="far fa-2x fa-envelope mb-3 text-primary"></i>
<p>[email protected]</p>
</div>
</div>
<div class="col-md-12 pb-5">
<div class="contact-form">
<div id="success"></div>
<form name="sentMessage" id="contactForm" novalidate="novalidate">
<div class="control-group">
<input type="text" class="form-control" id="name" placeholder="Your Name" required="required" data-validation-required-message="Please enter your name" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<input type="email" class="form-control" id="email" placeholder="Your Email" required="required" data-validation-required-message="Please enter your email" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<input type="text" class="form-control" id="subject" placeholder="Subject" required="required" data-validation-required-message="Please enter a subject" />
<p class="help-block text-danger"></p>
</div>
<div class="control-group">
<textarea class="form-control" rows="8" id="message" placeholder="Message" required="required" data-validation-required-message="Please enter your message"></textarea>
<p class="help-block text-danger"></p>
</div>
<div>
<button class="btn btn-primary" type="submit" id="sendMessageButton">Send Message</button>
</div>
</form>
</div>
</div>
</div>
<!-- Contact End -->
<!-- Footer Start -->
<div class="container py-4 bg-secondary text-center">
<p class="m-0 text-white">
© <a class="text-white font-weight-bold" href="https://harunpehlivantebimtebitagem.carrd.co/">HARUN PEHLİNAN</a>. All Rights Reserved. Designed by <a class="text-white font-weight-bold" href="https://harunpehlivantebimtebitagem.site123.me/"> HP IT GROUP (TEBIM TEBITAGEM) TTGRT </a>
</p>
</div>
<!-- Footer End -->
</div>
</div>
<!-- Back to Top -->
<a href="#" class="back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</body>
</html>