-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
173 lines (154 loc) · 6.95 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Neeraj's Portfolio</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<nav id="menu-desktop" class="menu-desktop">
<a href="#work-section">Portfolio</a>
<a href="#about-section">About</a>
<a href="#contact-background">Contact</a>
</nav>
<header class="toolbar" id="toolbar">
<nav id="main-menu" class="mobile-nav">
<a id="menu-icon" href="#mobile-menu" onclick="MobileMenu()"><img src="./images/hamburger-icon.svg" alt="Menu"></a>
<!-- MobileMenu Only appears when Hamburguer Icon is pressed -->
<div id="MobileMenu" >
<a id="close-menu" class="close-menu" onclick="MobileMenu()" >
<img src="./images/close-x.svg" alt="close menu">
</a>
<a href="#work-section" onclick="MobileMenu()" class="menu">Portfolio</a>
<a href="#about-section" onclick="MobileMenu()" class="menu">About</a>
<a href="#contact-background" onclick="MobileMenu()" class="menu">Contact</a>
</div>
</nav>
</header>
<main class="main-container">
<section class="section-headline" id="section-headline">
<div class="headline">
<h1 class="welcome" >I'm Neeraj Bhardwaj.<br>
Glad to see you!</h1>
<p class="welcome1">
I'm a software developer! I can help you build a product , feature or website. Look through some of my work and experience! If you like what you see and have a project you need coded, don't hesitate to contact me.
</p>
<h3>LET'S CONNECT</h3>
<div>
<ul class="icons-social" >
<li>
<a href="https://www.github.com/rebel216" target="_blank" rel="noopener noreferrer">
<img src="images/github.png" class="social" alt="Github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/neerajbhardwaj216" target="_blank" rel="noopener noreferrer">
<img src="images/Linkedin.png" class="social" alt="Linkedin"></a>
</li>
<li>
<a href="https://angel.co/u/neeraj-bhardwaj-14" target="_blank" rel="noopener noreferrer">
<img src="images/angellist.png" class="social" alt="Angellist"></a>
</li>
<li>
<a href="https://medium.com/@neerajbhardwajpkt" target="_blank" rel="noopener noreferrer">
<img src="images/medium.png" class="social" alt="Medium"></a>
</li>
</ul>
</div>
</div>
</section>
<section class="work-section" id="work-section">
</section>
<section id="popup-work-section">
</section>
<section class="about-section" id="about-section">
<div class="about">
<h2>About Myself</h2>
<p>I'm a full-stack developer, passionate about ideating, conceptualizing,
and producing quality end products focused on the client's business and end-user.
Open to exploring interesting development opportunities!<br>
If you like what you see and have a project you need coded, don't
hesitate to contact me.
</p>
<h3>LET'S CONNECT</h3>
<div>
<ul class="icons-social">
<li>
<a href="https://www.github.com/rebel216" target="_blank" rel="noopener noreferrer">
<img src="images/github.png" class="social" alt="Github"></a>
</li>
<li>
<a href="https://www.linkedin.com/in/neerajbhardwaj216" target="_blank" rel="noopener noreferrer">
<img src="images/Linkedin.png" class="social" alt="Linkedin"></a>
</li>
<li>
<a href="https://angel.co/u/neeraj-bhardwaj-14" target="_blank" rel="noopener noreferrer">
<img src="images/angellist.png" class="social" alt="Angellist"></a>
</li>
<li>
<a href="https://medium.com/@neerajbhardwajpkt" target="_blank" rel="noopener noreferrer">
<img src="images/medium.png" class="social" alt="Medium"></a>
</li>
</ul>
</div >
<a href="https://docs.google.com/document/d/1YKS5-w_p_vERr1z9CWA_ebVsfJhwXrDrLoSTGcp1AxY" target="_blank" rel="noopener noreferrer">
<button type="button" class="getresume-btn">
Get my resume</button>
</a>
</div>
<div class="about-details">
<div class="about-items">
<h3>Skills: Languages & Frameworks </h3>
</div>
<div class="ul-categories">
<img src="images/l-and-f.png" alt="Frameworks">
</div>
<div class="ul-categories1">
<img src="images/l-and-f.png" alt="Frameworks">
</div>
</div>
</section>
<section class="contact-background" id="contact-background">
<div class="contactform-section">
<div class="contact-info">
<h2>Contact me</h2>
<p>If you have an application you
are interested in developing, a
feature that you need built or a
project that needs coding. I'd
love to help with it</p>
<form onsubmit="return email_validation()" id="contact-form" class="contact-form" action="https://formspree.io/f/xzbqdewo" method="post">
<ul class="contact-input-form">
<li>
<label><input id="fullName" class="contact-inputs" type="text" name="full_name" placeholder="Full name"
maxlength="30" required /></label>
</li>
<li>
<input id="email" class="contact-inputs" type="email" name="email" placeholder="Email address"
required />
</li>
<li>
<label><textarea id="contactText" placeholder="Write your message here"
class="contact-txt" name="contact_text"
cols="30" rows="5" maxlength="500" required
></textarea></label>
</li>
<li class="contact-button-li">
<button type="submit" class="contact-button">
Get in Touch</button>
</li>
</ul>
</form>
<p id="label-email">Please, use lower case for e-mail</p>
<img src="images/last-line.svg" alt="end of portfolio">
</div>
</div>
</section>
</main>
<script src="code.js"></script>
<script src="cards.js"></script>
</body>
</html>