-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
202 lines (188 loc) · 8.52 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="./style.css.css">
<link rel="icon" type="image/x-icon" href="./logo.jpg">
<script src="./scripts.js.js" defer></script>
<title>Portfolio</title>
</head>
<body>
<!-- nav -->
<div>
<div class="navbar-placeholder"></div>
<nav class="navbar flex">
<a href="#home"><img src="./logo.jpg" alt="logo" class="animation"></a>
<i class="fa-solid fa-bars animation"></i>
<div class="nav-menu flex">
<i class="fa-solid fa-x animation"></i>
<a href="#home" class="animation">Home</a>
<a href="#about" class="animation">About</a>
<a href="#services" class="animation">Services</a>
<a href="#work" class="animation">Portfolio</a>
<a href="#contact" class="animation">Contact</a>
</div>
<a href="#contact" class="btn nav-btn animation">Contact</a>
</nav>
</div>
<!-- hero -->
<div class="hero flex" id="home">
<img src="./hero-image.jfif" alt="web dev">
<h1><span class="text-effect">Hey There!!!</span>
<p class="text-effect">This is Srija Halder. </p>
<p class="text-effect">A Full Stack Developer and a Tech Enthusiast.</p></h1>
<a href="./Resume.pdf" class="hero-resume animation" target="_blank" rel="noopener noreferrer">Resume</a>
</div>
<!-- about -->
<section class="container flex" id="about">
<div class="container-title">
<h2>About Me</h2>
<img src="./decoration-heading.png" alt="decoration">
</div>
<div class="about-sections flex">
<div class="about-left flex">
<img src="./coder-girl.jpg" alt="web dev">
</div>
<div class="about-right flex">
<p>Innovating with curiosity and coding with passion, shaping the future of technology one solution at a time.</p>
<p>Hey There! I’m Srija Halder, a 19-year-old B.Tech student in Electrical Engineering with a deep passion for computer science. I’m dedicated to learning programming, data science, AI, and cybersecurity, striving to transform my ideas into impactful digital solutions. My curiosity drives me to explore new concepts and technologies, and as I navigate my academic journey, I aim to combine my technical skills with a humble approach to innovation.
</p>
</div>
</div>
<div class="about-skills">
<div>
<h3>Web Development</h3>
<div class="about-skill flex animation">
<p>HTML & CSS</p>
<hr style="width: 100%;">
</div>
<div class="about-skill flex animation">
<p>PHP</p>
<hr style="width: 90%;">
</div>
<div class="about-skill flex animation">
<p>JavaScript & Node.js</p>
<hr style="width: 85%;">
</div>
<div class="about-skill flex animation">
<p>react JS</p>
<hr style="width: 75%;">
</div>
</div>
</div>
<div class="about-achievements flex">
<div class="about-achievement flex animation">
<h2 class="text-effect">2+</h2>
<p>Years of Experience</p>
</div>
<hr>
<div class="about-achievement flex animation">
<h2 class="text-effect">20+</h2>
<p>Completed Projects</p>
</div>
<hr>
<div class="about-achievement flex animation">
<h2 class="text-effect">10+</h2>
<p>Happy Employers & Clients</p>
</div>
</div>
</section>
<!-- services -->
<section class="container flex" id="services">
<div class="container-title">
<h2>Services</h2>
<img src="./decoration-heading.png" alt="decoration">
</div>
<div class="grid-container">
<div class="services-format flex animation">
<h3>01</h3>
<h2 class="text-effect">Frontend Dev</h2>
<p>Utilizing Html, CSS, JavaScript, React, & more to create incredible interfaces</p>
</div>
<div class="services-format flex animation">
<h3>02</h3>
<h2 class="text-effect">Backend Dev</h2>
<p>Utilizing PHP & Node.js to create fullstack websites & apps</p>
</div>
</div>
</section>
<!-- work -->
<main class="container flex" id="work">
<div class="container-title">
<h2>Portfolio</h2>
<img src="./decoration-heading.png" alt="decoration">
</div>
<div class="grid-container">
<div>
<h4 class="work-name">Full Stack Dev</h4>
<a href="https://srijahalder.com/" target="_blank" rel="noopener noreferrer">
<img src="./work-ex1.png" alt="work ex" class="animation">
</a>
</div>
<div>
<h4 class="work-name">WordPress</h4>
<a href="https://srijahalder.com/" target="_blank" rel="noopener noreferrer">
<img src="./work-ex2.png" alt="work ex 2" class="animation">
</a>
</div>
</div>
</main>
<!-- contact -->
<section class="container flex" id="contact">
<div class="container-title">
<h2>Contact</h2>
<img src="./decoration-heading.png" alt="decoration">
</div>
<div class="contact-section flex">
<div class="contact-left flex">
<h2 class="text-effect">Let's Connect</h2>
<p>Contact me about my services or and let's work together</p>
<div class="contact-details flex">
<div class="contact-detail flex">
<i class="fa-solid fa-envelope"></i>
<p>srijah599@gmail.com</p>
</div>
<div class="contact-detail flex">
<i class="fa-solid fa-phone"></i>
<p>(+91) 98310 50525</p>
</div>
<div class="contact-detail flex">
<i class="fa-solid fa-location-dot"></i>
<p>INDIA</p>
</div>
</div>
</div>
<form action="https://formsubmit.co/srijah599@gmail.com" method="POST" class="contact-right flex">
<label for="name">Your Name</label>
<input type="text" id="name" name="name" placeholder="Enter your name">
<label for="email">Your Email</label>
<input type="email" id="email" name="email" placeholder="Enter your email">
<label for="phone number">Your Phone Number</label>
<input type="phone number" id="phone number" name="Phone Number" placeholder="Enter your Phone Number">
<label for="message">Enter a message</label>
<textarea name="message" id="message" placeholder="Leave a message"></textarea>
<button type="submit" class="btn animation">Submit</button>
</form>
</div>
</section>
<!-- footer -->
<footer class="flex">
<div class="footer-top flex">
<div class="footer-top-left">
<img src="./logo.jpg" alt="logo">
</div>
<div class="footer-center">
<p>A fullstack developer & Instructional Designer with 2+ years of experience.</p>
</div>
</div>
<hr>
<div class="footer-bottom-centre">
<p>©Srija Halder Design. All rights reserved.</p>
</div>
</footer>
</body>
</html>