forked from Arijit-05/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
199 lines (184 loc) · 10.6 KB
/
index.html
File metadata and controls
199 lines (184 loc) · 10.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arijit</title>
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon.png">
<meta name="msapplication-TileColor" content="#6C63FF">
<meta name="theme-color" content="#6C63FF">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<link rel="stylesheet" href="assets/main.css">
</head>
<body>
<div class="cursor"></div>
<nav>
<div class="nav-container container">
<div class="logo">
<!-- <img src="profile.jpg" alt="Profile" class="logo-img" /> -->
Arijit
</div>
<button class="hamburger" onclick="toggleMenu()">☰</button>
<div class="nav-links">
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#projects">Projects</a>
<a href="#testimonials">Testimonials</a>
<a href="#contact">Contact</a>
<button class="theme-toggle" onclick="toggleTheme()">🌙</button>
</div>
</div>
</nav>
<section id="home">
<div class="background-shapes">
<div class="shape shape-1"></div>
<div class="shape shape-2"></div>
<div class="shape shape-3"></div>
</div>
<div class="container">
<div class="hero-row">
<div class="home-content">
<h1>Hey there! I'm</h1>
<span class="animated-text"></span>
<p>Android Developer | B.Tech CSE Student from Kolkata</p>
<div class="social-icons">
<a href="https://github.com/Arijit-05" target="_blank" title="GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://instagram.com/x.arzzz_" target="_blank" title="Instagram">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<img src="assets/profile.jpg" alt="Profile" class="hero-img" />
</div>
</div>
</section>
<section id="about">
<div class="container">
<div class="about-content">
<img src="assets/about_img.jpg" alt="About image" class="about-image" />
<div class="about-text">
<h2>About Me</h2>
<p>Hi, I'm Arijit — an Android developer and B.Tech Computer Science student from Kolkata, India. I enjoy creating simple, helpful apps that improve everyday life. My core skills include Kotlin, Java, Python, C, C++, Git, Go (basic) and UI/UX design.<br>I've worked on projects like fitness trackers, budget apps, and health-focused tools. I'm always exploring new ideas, learning new things, and building apps that are both functional and user-friendly.</p>
<div class="skills">
<span class="skill-tag">Kotlin</span>
<span class="skill-tag">Firebase</span>
<span class="skill-tag">Android studio</span>
<span class="skill-tag">UI/UX Design</span>
<span class="skill-tag">Git</span>
</div>
</div>
</div>
</div>
</section>
<section id="projects">
<div class="container">
<h2>Projects</h2>
<div class="projects-grid">
<div class="project-card">
<img src="assets/fomodoro_img.jpg" alt="Project 1" class="project-img" />
<h3>Fomodoro - BETA</h3>
<p>A minimal Pomodoro timer app built with Kotlin and material UI to help users stay focused and productive through timed sessions. It features a clean UI and local state management for session tracking.</p>
<a href="https://github.com/Arijit-05/Fomodoro" target="_blank">View Project →</a>
</div>
<div class="project-card">
<img src="assets/scribbly_img.jpg" alt="Project 1" class="project-img" />
<h3>Scribbly - BETA</h3>
<p>Scribbly is a minimal and modern notes app built using Kotlin and Firebase. Whether you want to organize your thoughts, or manage daily tasks, Scribbly makes it effortless with powerful features wrapped in a Material You-inspired UI.</p>
<a href="https://github.com/Arijit-05/Scribbly" target="_blank">View Project →</a>
</div>
<div class="project-card">
<img src="assets/more_projects.jpg" alt="Project 2" class="project-img" />
<h3>More projects coming soon!</h3>
<p>This is just the beginning—I'm actively working on new and exciting projects that will be added here shortly. Stay tuned to see what's next!</p>
</div>
<!-- <div class="project-card">
<img src="placeholder.jpg" alt="Project 3" class="project-img" />
<h3>Budget Tracker</h3>
<p>A simple daily expense tracking app created with Kotlin, Room Database, and Material Design. It helps users monitor spending, categorize expenses, and stay on top of their monthly budget.</p>
<a href="https://github.com/Arijit-05/budget_app" target="_blank">View Project →</a>
</div> -->
<!-- <div class="project-card">
<img src="placeholder.jpg" alt="Project 3" class="project-img" />
<h3>Budget Tracker</h3>
<p>A simple daily expense tracking app created with Kotlin, Room Database, and Material Design. It helps users monitor spending, categorize expenses, and stay on top of their monthly budget.</p>
<a href="https://github.com/Arijit-05/budget_app" target="_blank">View Project →</a>
</div> -->
<!-- <div class="project-card">
<img src="placeholder.jpg" alt="Project 3" class="project-img" />
<h3>Budget Tracker</h3>
<p>A simple daily expense tracking app created with Kotlin, Room Database, and Material Design. It helps users monitor spending, categorize expenses, and stay on top of their monthly budget.</p>
<a href="https://github.com/Arijit-05/budget_app" target="_blank">View Project →</a>
</div> -->
</div>
</div>
</section>
<section id="testimonials">
<div class="container">
<div class="testimonial-content">
<h2>Testimonials</h2>
<div class="testimonial-carousel-wrapper">
<button class="testimonial-nav prev" aria-label="Previous testimonial">←</button>
<div class="testimonial-carousel">
<div class="testimonial-slide active">
<img src="assets/testimonials/fomodoro/5.png" alt="Testimonial 1" class="testimonial-img" />
<span class="testimonial-author">— Fomodoro</span>
</div>
<div class="testimonial-slide">
<img src="assets/testimonials/fomodoro/6.png" alt="Testimonial 2" class="testimonial-img" />
<span class="testimonial-author">— Fomodoro</span>
</div>
<div class="testimonial-slide">
<img src="assets/testimonials/fomodoro/7.png" alt="Testimonial 3" class="testimonial-img" />
<span class="testimonial-author">— Fomodoro</span>
</div>
<div class="testimonial-slide">
<img src="assets/testimonials/fomodoro/8.png" alt="Testimonial 3" class="testimonial-img" />
<span class="testimonial-author">— Fomodoro</span>
</div>
<div class="testimonial-slide">
<img src="assets/testimonials/fomodoro/9.png" alt="Testimonial 3" class="testimonial-img" />
<span class="testimonial-author">— Fomodoro</span>
</div>
</div>
<button class="testimonial-nav next" aria-label="Next testimonial">→</button>
</div>
<a href="https://www.reddit.com/r/androidapps/comments/1kv25oh/app_fomodoro_a_beautiful_pomodoro_timer_just_got/" target="_blank" class="reddit-thread-btn">View entire thread on reddit</a>
</div>
</div>
</section>
<section id="contact">
<div class="container">
<h2>Get in Touch</h2>
<form class="contact-form" id="contactForm">
<div class="contact-form-row">
<div>
<label for="firstName">First Name</label>
<input type="text" id="firstName" name="firstName" required autocomplete="given-name">
</div>
<div>
<label for="lastName">Last Name</label>
<input type="text" id="lastName" name="lastName" required autocomplete="family-name">
</div>
</div>
<label for="email">Email</label>
<input type="email" id="email" name="email" required autocomplete="email">
<label for="message">Message</label>
<textarea id="message" name="message" required></textarea>
<button type="submit">Send Message</button>
</form>
<div class="contact-links">
<a href="https://github.com/Arijit-05" target="_blank" title="GitHub"><i class="fab fa-github"></i> GitHub</a>
<!-- <a href="https://linkedin.com/in/yourusername" target="_blank" title="LinkedIn"><i class="fab fa-linkedin"></i> LinkedIn</a> -->
<a href="https://instagram.com/x.arzzz_" target="_blank" title="Instagram"><i class="fab fa-instagram"></i> Instagram</a>
</div>
</div>
</section>
<footer>
© Arijit 2025
</footer>
<script src="assets/main.js"></script>
</body>
</html>