-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
149 lines (130 loc) · 6.63 KB
/
contact.html
File metadata and controls
149 lines (130 loc) · 6.63 KB
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
<!doctype html>
<html lang="en">
<head>
<title>SHI-WAL | CONTACT</title>
<!-- Required meta tags -->
<link rel="stylesheet" href="css/stylecontact.css">
<link rel="stylesheet" href="css/style.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="./images/2.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Baloo+Chettan+2:wght@500&family=Secular+One&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Bootstrap CSS -->
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Satisfy&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<style>
body {
padding-top: 100px;
background-color: rgb(245, 245, 245);
font-family: 'Baloo Chettan 2', cursive;
}
h2{
font-family: 'Secular One', sans-serif;
}
label{
font-weight:500;
font-size: 18px;
}
</style>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" style="opacity: 0.9;">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div>
<a class="nav-e" href="index.html">Shivangi Agrawal</a>
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="index.html">HOME<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link" href="project.html">PROJECTS</a>
</li>
<li class="nav-item active">
<a class="nav-link " href="contact.html">VIRTUAL MEET</a>
</li>
</ul>
<a class="btn btn-outline-warning btn1" role="button" href="https://www.confessout.com/SAgrawal">Wanna
Confess Something?</a>
</div>
</nav>
<!-- --------Contact Page------- -->
<div class="container">
<h4 style="color:grey;">So you want me to</h4>
<h2 >Get in Touch?</h2>
<p style="color: darkolivegreen;">A simple hello could lead to a million things. Don't hesitate to reach out with the contact information
below. If you think, do send a message using the following form or you can direct email to me. </p>
<hr>
<div class="social-menu1">
<ul>
<li> <a href="mailto:shivangiagrawal667@gmail.com"><i class="fa fa-envelope"></i></a></li>
<li> <a href="https://wa.me/+918193903317?text=Hey!"><i class="fa fa-whatsapp"></i></a></li>
<li> <a href="https://github.com/shi-wal"><i class="fa fa-github"></i></a></li>
<li> <a href="https://www.linkedin.com/in/shi-wal/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<!-- ----------------------Contact-form---------- -->
<div class="container" style="margin-top: 50px; margin-bottom: 20px;">
<h2>Send Me a Message</h2>
</div>
<div class="container w-70" style="margin-bottom: 40px;">
<form autocomplete="off">
<div class="form-group">
<label for="name">Name*</label>
<input type="text" class="form-control" name="name" id="name" required>
</div>
<div class="form-group">
<label for="mail">Email address*</label>
<input type="email" class="form-control" name="mail" id="mail" placeholder="For E.g- name@example.com" required>
</div>
<div class="form-group">
<label for="subject">Subject</label>
<input type="text" class="form-control" name="subject" id="subject">
</div>
<div class="form-group">
<label for="msg">Message*</label>
<textarea class="form-control" name="msg" id="msg" rows="3" placeholder="Leave your message here!"
required></textarea>
</div>
<button class="btnstyle" type="submit">Submit</button>
</form>
</div>
<!-- --------footer------ -->
<footer style="height: 180px; background-color: grey; color: whitesmoke; text-align: center;">
<p style="padding-top: 20px;">Copyright © 2020 | All rights reserved.</p>
<p>Designed by <a href="index.html" style="color: thistle; font-weight: bold;">Shivangi Agrawal</a></p>
<div class="social-menu">
<ul>
<li> <a href="https://www.facebook.com/miss.shivii"><i class="fa fa-facebook"></i></a></li>
<li> <a href="https://twitter.com/shi__wal"><i class="fa fa-twitter"></i></a></li>
<li> <a href="https://wa.me/+918193903317?text=Hey!"><i class="fa fa-whatsapp"></i></a></li>
<li> <a href="https://github.com/shi-wal"><i class="fa fa-github"></i></a></li>
<li> <a href="https://www.instagram.com/_shivangiagrawal_"><i class="fa fa-instagram"></i></a></li>
<li> <a href="https://www.linkedin.com/in/shi-wal/"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>