-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
229 lines (198 loc) · 8.31 KB
/
Copy pathindex.html
File metadata and controls
229 lines (198 loc) · 8.31 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
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
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Raj Narigara | Frontend Developer</title>
<!-- Icons & Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap" rel="stylesheet">
<!-- Font Awesome for icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"
referrerpolicy="no-referrer" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<!-- ====== NAVBAR ====== -->
<header class="nav">
<div class="container nav__row">
<a href="#" class="logo">Raj<span> Narigara</span></a>
<nav id="navMenu" class="nav__menu">
<a href="#home" class="nav__link active">Home</a>
<a href="#about" class="nav__link">About</a>
<a href="#skills" class="nav__link">Skills</a>
<a href="#portfolio" class="nav__link">Portfolio</a>
<a href="#contact" class="nav__link">Contact</a>
</nav>
<button class="nav__toggle" id="navToggle" aria-label="Open Menu">
<i class="fa-solid fa-bars"></i>
</button>
</div>
</header>
<!-- ====== HERO / HOME ====== -->
<section id="home" class="hero section">
<div class="container hero__grid">
<div class="hero__text">
<p class="eyebrow">Hello, It's Me</p>
<h1>Raj <span>Narigara</span></h1>
<h2>I'm a <span class="accent">Frontend Developer</span></h2>
<p class="muted">
Creative and detail‑oriented developer who loves building fast, accessible, and beautiful web apps.
</p>
<div class="socials">
<a href="tel:6356349562" aria-label="Call"><i class="fa-solid fa-phone"></i></a>
<a href="mailto:rajnarigara295@gmail.com" aria-label="Email"><i class="fa-solid fa-envelope"></i></a>
<a href="https://github.com/RajNarigara" target="_blank" rel="noreferrer" aria-label="GitHub"><i
class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/raj-narigara-300052372" target="_blank" rel="noreferrer"
aria-label="LinkedIn"><i class="fa-brands fa-linkedin-in"></i></a>
</div>
<div class="cta">
<a class="btn" href="assets/Raj-Narigara_CV.pdf" download>Download CV</a>
</div>
</div>
<div class="hero__image">
<div class="photo-wrap">
<img src="assets/download.png" alt="Raj Narigara photo" />
</div>
</div>
</div>
</section>
<!-- ====== ABOUT ====== -->
<section id="about" class="section">
<div class="container grid-2">
<div>
<h3 class="section__title">About</h3>
<p>
I’m a frontend developer focused on crafting responsive interfaces with clean code and great UX.
I work with <strong>HTML5</strong>, <strong>CSS3 / Tailwind / Bootstrap</strong> and
<strong>JavaScript / React</strong>. I enjoy turning ideas into living, interactive experiences.
</p>
</div>
<ul class="about__list">
<li><span>Location:</span>Amreli, Gujarat, India</li>
<li><span>Education:</span> BCA (Saurashtra University, Rajkot)</li>
<li><span>Open to:</span> Internships & Full‑time roles</li>
</ul>
</div>
</section>
<!-- ====== SKILLS ====== -->
<section id="skills" class="section">
<div class="container">
<h3 class="section__title">Skills</h3>
<div class="skills__grid">
<div class="chip">HTML5</div>
<div class="chip">CSS3</div>
<div class="chip">Bootstrap 5</div>
<div class="chip">Tailwind CSS</div>
<div class="chip">JavaScript</div>
<div class="chip">React.js</div>
<div class="chip">Responsive Design</div>
<div class="chip">Accessibility</div>
</div>
</div>
</section>
<!-- ====== PORTFOLIO ====== -->
<section id="portfolio" class="section">
<div class="container">
<h3 class="section__title">Portfolio</h3>
<div class="cards">
<article class="card">
<div class="card__body">
<h4>Furnify – Furniture Ecommerce</h4>
<p>Modern responsive ecommerce UI with product grids, sliders, and clean checkout experience.</p>
</div>
<div class="card__footer">
<a class="btn btn--ghost" href="http://furnify-store.netlify.app/" target="_blank" rel="noreferrer">Live
Demo</a>
</div>
</article>
<article class="card">
<div class="card__body">
<h4>FitNation – Fitness Landing</h4>
<p>Sleek landing page with smooth scroll and subtle animations. Built mobile‑first.</p>
</div>
<div class="card__footer">
<a class="btn btn--ghost" href="http://fitnation-starter.netlify.app/" target="_blank" rel="noreferrer">Live
Demo</a>
</div>
</article>
<article class="card">
<div class="card__body">
<h4>Blog_Website</h4>
<p>Developed a responsive Blog Website using HTML, CSS, and JavaScript with a clean user interface</p>
</div>
<div class="card__footer">
<a class="btn btn--ghost" href="https://my-blogger-website12.netlify.app/" target="_blank"
rel="noreferrer">Live
Demo</a>
</div>
</article>
<article class="card">
<div class="card__body">
<h4>Weather_App</h4>
<p>A Weather App created using HTML, CSS, and JavaScript that fetches real-time weather data from API and
displays temperature, humidity, and conditions with dynamic icons</p>
</div>
<div class="card__footer">
<a class="btn btn--ghost" href="https://climatecast-app.netlify.app/" target="_blank" rel="noreferrer">Live
Demo</a>
</div>
</article>
<article class="card">
<div class="card__body">
<h4>To-Do-List-App</h4>
<p>Created a responsive To-Do List App using HTML, CSS, and JavaScript with task management features.</p>
</div>
<div class="card__footer">
<a class="btn btn--ghost" href="https://td-do-list-app.netlify.app/" target="_blank" rel="noreferrer">Live
Demo</a>
</div>
</article>
</div>
</div>
</section>
<!-- ====== CONTACT ====== -->
<section id="contact" class="section">
<div class="container grid-2">
<div>
<h3 class="section__title">Contact</h3>
<p>Have an opportunity or a project in mind? Let’s talk.</p>
<ul class="contact__list">
<li><i class="fa-solid fa-envelope"></i> <a
href="mailto:rajnarigara295@gmail.com">rajnarigara295@gmail.com</a></li>
<li><i class="fa-solid fa-phone"></i> <a href="tel:+916356349562">+91 63563 49562</a></li>
<li><i class="fa-brands fa-linkedin"></i> <a href="https://www.linkedin.com/in/raj-narigara-300052372"
target="_blank" rel="noreferrer">LinkedIn</a></li>
<li><i class="fa-brands fa-github"></i> <a href="https://github.com/RajNarigara" target="_blank"
rel="noreferrer">GitHub</a></li>
</ul>
</div>
<form class="form" action="https://formspree.io/f/xbldwzoy" method="POST">
<label>
Your name
<input type="text" name="name" required />
</label>
<label>
Your email
<input type="email" name="email" required />
</label>
<label>
Message
<textarea name="message" rows="5" required></textarea>
</label>
<button class="btn" type="submit">Send Message</button>
</form>
</div>
</section>
<footer class="footer">
<div class="container">
<p>© <span id="year"></span> Raj Narigara. All rights reserved.</p>
</div>
</footer>
<button id="toTop" class="to-top" aria-label="Back to top"><i class="fa-solid fa-arrow-up"></i></button>
<script src="script.js"></script>
</body>
</html>