-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
203 lines (193 loc) · 8.96 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Jhansi - Contact</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="slick/slick-theme.css"/>
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/contact.css" />
<script src="js/contactform.js">function submitToAPI(e){
e.preventDefault();
var URL = "https://p2q1aaecrl.execute-api.us-west-2.amazonaws.com/prod/email";
}
</script>
</head>
<body id="servicesPage">
<div class="parallax-window" data-parallax="scroll" data-image-src="img/bg.png">
<div class="container-fluid">
<div class="row tm-brand-row">
<div class="col-lg-4 col-11">
<div class="tm-brand-container tm-bg-white-transparent">
<img src="img/logo.png" style="border-radius:50%">
<div class="tm-brand-texts">
<h1 class="text-uppercase tm-brand-name">Jhansi</h1>
<p class="small">Subhash</p>
</div>
</div>
</div>
<div class="col-lg-8 col-1">
<div class="tm-nav">
<nav class="navbar navbar-expand-lg navbar-light tm-bg-white-transparent tm-navbar">
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<div class="tm-nav-link-highlight"></div>
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<div class="tm-nav-link-highlight"></div>
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<div class="tm-nav-link-highlight"></div>
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item">
<div class="tm-nav-link-highlight"></div>
<a class="nav-link" href="others.html">Others</a>
</li>
<li class="nav-item green-highlight active">
<div class="tm-nav-link-highlight"></div>
<a class="nav-link" href="#">Contact <span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<section class="row tm-contact-row">
<div class="col-lg-6 tm-contact-col-left">
<form id="contactform" method="POST" class="tm-bg-black-transparent tm-contact-form">
<div class="form-group">
<input type="text" id="name" name="name" class="form-control rounded-0 border-top-0 border-right-0 border-left-0" placeholder="Name">
</div>
<div class="form-group">
<input type="email" id="email" name="email" class="form-control rounded-0 border-top-0 border-right-0 border-left-0" placeholder="Email">
</div>
<div class="form-group">
<input type="text" id="subject" name="subject" class="form-control rounded-0 border-top-0 border-right-0 border-left-0" placeholder="Subject">
</div>
<div class="form-group">
<textarea rows="3" id="message" name="message" class="form-control rounded-0 border-top-0 border-right-0 border-left-0" placeholder="Message"></textarea>
</div>
<div class="text-right">
<button type="submit" id="form-submit" class="btn tm-btn-submit rounded-0" onclick="submitToAPI(event)">
Submit
</button>
</div>
</form>
</div>
<div class="col-lg-6 tm-contact-col-right">
<div class="tm-bg-black-transparent tm-contact-text">
<i class="mx-auto mb-5 fas fa-angle-double-right" style="font-size:70px"></i>
<h3 class="tm-service-tab-title">What I believe in!</h3>
<ul class="tm-service-tab-p">
<li> The purpose of our lives is to be happy </li>
<li> Don't wait, the time will never be just right </li>
<li> Live your life with no regrets </li>
<li> Success doesn't come to you, you go to it </li>
<li> Don't stop until you're proud </li>
</ul>
<h3 class="tm-service-tab-title">Say Hello!</h3>
<div class="social-links">
<!-- Linkedin -->
<a href="https://www.linkedin.com/in/jhansi-subhash/" target="_blank" class="btn-floating btn-lg btn-so" role="button">
<i class="fab fa-linkedin-in"></i>
</a>
<!-- Github -->
<a href="https://github.com/nik1598" target="_blank" class="btn-floating btn-lg btn-git" role="button">
<i class="fab fa-github"></i>
</a>
<!--Email-->
<a href="mailto: [email protected]" target="_blank" class="btn-floating btn-lg btn-email" role="button">
<i class="fas fa-envelope"></i>
</a>
</div>
</div>
</div>
</section>
</div>
</div>
<script src="js/jquery.min.js"></script>
<script src="js/parallax.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="slick/slick.min.js"></script>
<script>
$(function(){
$('.tabgroup > div').hide();
$('.tabgroup > div:first-of-type').show();
$('.tabs a').click(function(e){
e.preventDefault();
var $this = $(this),
tabgroup = '#'+$this.parents('.tabs').data('tabgroup'),
others = $this.closest('li').siblings().children('a'),
target = $this.attr('href');
others.removeClass('active');
$this.addClass('active');
$(tabgroup).children('div').hide();
$(target).show();
// Scroll to tab content (for mobile)
if($(window).width() < 992) {
$('html, body').animate({
scrollTop: $("#first-tab-group").offset().top
}, 200);
}
})
$('.tm-carousel').slick({
dots: true,
infinite: false,
arrows: false,
speed: 300,
slidesToShow: 3,
slidesToScroll: 2,
responsive: [
{
breakpoint: 1024,
settings: {
arrows: false,
slidesToShow: 2,
slidesToScroll: 1,
infinite: true,
dots: true
}
},
{
breakpoint: 600,
settings: {
arrows: false,
slidesToShow: 1,
slidesToScroll: 1
}
},
{
breakpoint: 480,
settings: {
arrows: false,
slidesToShow: 1,
slidesToScroll: 1
}
}
]
});
});
</script>
</body>
</html>