-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
171 lines (161 loc) · 7.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon -->
<link rel="icon" href="assets/img/favicon-portfolio.svg" type="image/png">
<!-- Linking useful css file -->
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/header.css">
<link rel="stylesheet" href="assets/css/about.css">
<link rel="stylesheet" href="assets/css/contact.css">
<link rel="stylesheet" href="assets/css/resume.css">
<link rel="stylesheet" href="assets/css/footer.css">
<!-- Social-icons script -->
<script src="https://kit.fontawesome.com/4bff2ef1c5.js" crossorigin="anonymous"></script>
<!-- Title of this page -->
<title>Contact Ayush</title>
</head>
<body>
<!-- Header section starts -->
<!-- ------- ------- -------- --------- --------- --------- --------->
<header class="header">
<nav class="navbar">
<div id="nav-close"></div>
<a href="index.html" target="_parent">About</a>
<a href="resume.html">Resume</a>
<a href="project.html">Projects</a>
<a href="contact.html">Contact</a>
</nav>
<button class="hamburger hamburger--emphatic" type="button">
<span class="hamburger-box">
<span class="hamburger-inner"></span>
</span>
</button>
</header>
<!-- Navigation Menu starts -->
<!-- ------- ------- -------- --------- --------- --------- --------->
<nav class="navigation__menu">
<ul class="nav-categories ul-base">
<li><a href="index.html" target="_parent">About </a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="project.html">Projects </a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<div class="social-and-copyright">
<ul class="social-list ul-base">
<li><a a class="social-media-link" href="https://twitter.com/AyushBM1" target=_blank>
<i class="fab fa-twitter fa-lg"></i>
</a></li>
<li><a a class="social-media-link" href="https://www.instagram.com/ayush.bm/" target=_blank>
<i class="fab fa-instagram fa-lg"></i>
</a></li>
<li><a a class="social-media-link" href="https://www.linkedin.com/in/ayush-b-m/" target=_blank>
<i class="fab fa-linkedin-in fa-lg"></i>
</a></li>
<li><a a class="social-media-link" href="https://github.com/ayush-sleeping" target=_blank>
<i class="fab fa-github fa-lg"></i>
</a></li>
<li> <a a class="social-media-link" href="mailto:[email protected]" target=_blank>
<i class="fas fa-envelope-open fa-lg"></i>
</a></li>
</ul>
<div class="copyright">
<span>Ayush B Mishra</span>
</div>
</div>
</nav>
<!-- Contact Home page content -->
<!-- ------- ------- -------- --------- --------- --------- --------->
<section class="home" id="home">
<div class="home__container container_contact grid">
<div class="home__data">
<h1 class="home__name">Contact Me</h1>
<p class="home__work">Have any question? I'd love to hear from you...</p>
</div>
</div>
</section>
<!-- Contact Section -->
<!-- ------- ------- -------- --------- --------- --------- --------->
<section class="contact section" id="contact">
<div class="contact__content container">
<h2 class="section__title"> Get in touch_</h2>
<div class="contact__container grid">
<div class="contact__info">
<dl class="contact__list">
<dt>Email:</dt>
<dd> [email protected]</dd>
</dl>
<ul class="contact__socials">
<li>
<a href="https://github.com/ayush-sleeping" class="contact__social-link">
<i class="fab fa-github fa-lg" id="icons"></i> GitHub</a>
</li>
<li>
<a href="https://www.linkedin.com/in/ayush-b-m/" class="contact__social-link"><i
class="fab fa-linkedin-in fa-lg"></i> Linkedin</a>
</li>
<li>
<a href="https://twitter.com/AyushBM1" class="contact__social-link"><i
class="fab fa-twitter fa-lg"></i>
Twitter</a>
</li>
</ul>
</div>
<div class="contact__form">
<p class="contact__form-title">You can send me message from here. </p>
<form action="" id="contact-form">
<div class="contact__input-div">
<input type="text" name="name" placeholder="Your name" class="contact__input"
id="contact-name">
</div>
<div class="contact__input-div">
<input type="email" name="email" placeholder="Your e-mail" class="contact__input"
id="contact-email">
</div>
<div class="contact__input-div">
<textarea name="message" placeholder="type the message here ..."
class="contact__input textarea" id="message" cols="30" rows="10"></textarea>
</div>
<p class="contact__message text-sm" id="contact-message">
Message
</p>
<button type="submit" class="button contact__button">
SEND
</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer section starts -->
<!-- ------- ------- -------- --------- --------- --------- --------->
<footer>
<div class="footer">
<div class="row">
<ul>
<li><a href="index.html" target="_parent">About </a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="project.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="https://drive.google.com/file/d/169uQkHJC5THcKCzs2NvaF4hBrZUpSMAm/view?usp=sharing">
Download - Resume</a></li>
</ul>
</div>
<div class="row">
© Copyright 2023 - Ayush B Mishra
</div>
</div>
</footer>
<!-- email js -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js"></script>
<!-- main JS -->
<script src="assets/js/main.js"></script>
<script src="assets/js/contactform.js"></script>
<!-- Icons link -->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>