-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
185 lines (165 loc) · 8.49 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
<title>Personal Portfolio Webpage</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar">
<h1 class="logo">Sidra Jahangir</h1>
<ul class="nav-links">
<li><a href="#hero">Home</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<button id="theme-toggle" class="theme-toggle">Light Mode</button>
</nav>
<!-- Hero Section -->
<section id="hero">
<h1>Hello, I'm Sidra Jahangir</h1>
<div>
<p>A first-year student at Vishwakarma Institute of Technology. Pursuing a B.Tech degree in Computer Science & Engineering (Artificial Intelligence & Machine Learning).
I've a passion for web development. Feel free to check out my projects!!
</p>
</div>
</section>
<!-- Project Section -->
<section id="projects">
<h2>Projects</h2>
<hr>
<div class="projects">
<div class="project-card">
<img src="Recipie_Book.jpg" alt="Recipie Book Image" class="img-link">
<div class="overlay">
<h3>Recipie Book</h3>
<p>a simple Recipe Book web application that fetches and displays random recipes using the Spoonacular API. Each time you refresh the page, a different set of 10 random recipes appears, showcasing variety every time.</p>
<p><strong>Technologies Used:</strong> HTML, CSS, JS and Spoonacular API</p>
</div>
<a href="https://recipebook-sidra.netlify.app/" class="git-link">Recipie Book</a>
</div>
<!-- Technical Documentation Page -->
<div class="project-card">
<img src="Technical_Documentation_Page.jpg" alt="Technical Documentation Image" class="img-link">
<div class="overlay">
<h3>Technical Documentation</h3>
<p>This project is a simple technical documentation page that provides an overview of various programming languages and technologies.</p>
<p><strong>Technologies Used:</strong> HTML & CSS</p>
</div>
<a href="https://itz-sidra.github.io/Technical-Documentation-Page/" class="git-link">Technical Documentation</a>
</div>
<!-- Product Landing Page -->
<div class="project-card">
<img src="Product_Landing_page.jpg" alt="Product Landing Page Image" class="img-link">
<div class="overlay">
<h3>Project Landing Page - Baker's Point</h3>
<p>This project is for a bakery called Baker's Point, showcasing its products, services, and features.</p>
<p><strong>Technologies Used:</strong> HTML & CSS</p>
</div>
<a href="https://itz-sidra.github.io/Product-Landing-Page/" class="git-link">Product Landing Page</a>
</div>
<!-- Palindrome Checker -->
<div class="project-card">
<img src="Palindrome_Page.jpg" alt="Palindrome Checker Page" class="img-link">
<div class="overlay">
<h3>Palindrome Checker</h3>
<p>A simple web application that checks whether a given word or phrase is a palindrome.</p>
<p><strong>Technologies Used:</strong> HTML, CSS & JavaScript</p>
</div>
<a href="https://itz-sidra.github.io/Palindrome-Checker/" class="git-link">Palindrome Checker</a>
</div>
<!-- Temperature Converter -->
<div class="project-card">
<img src="Temperature_Convertor_Page.jpg" alt="Temperature Converter Page" class="img-link">
<div class="overlay">
<h3>Temperature Converter</h3>
<p>A simple temperature converter web application that allows users to convert temperatures between Celsius and Fahrenheit.</p>
<p><strong>Technologies Used:</strong> HTML, CSS & JavaScript</p>
</div>
<a href="https://itz-sidra.github.io/Temperature_Convertor/" class="git-link">Temperature convertor</a>
</div>
<!-- Digital Clock -->
<div class="project-card">
<img src="Digital_Clock.jpg" alt="Digital Clock Page" class="img-link">
<div class="overlay">
<h3>Digital Clock</h3>
<p>A digital clock built using HTML, CSS, and JavaScript that dynamically displays the current time.</p>
<p><strong>Technologies Used:</strong> HTML, CSS & JavaScript</p>
</div>
<a href="https://itz-sidra.github.io/Digital-Clock/" class="git-link">Digital Clock</a>
</div>
<!-- Study Roadmap Creator -->
<div class="project-card">
<img src="Study_RoadMap_Creator_Page.jpg" alt="Study RoadMap Creator Page" class="img-link">
<div class="overlay">
<h3>Study RoadMap Creator</h3>
<p>The Study Roadmap Creator helps students create visual study plans.</p>
<p><strong>Technologies Used:</strong> HTML, CSS & JavaScript</p>
</div>
<a href="https://itz-sidra.github.io/Study-Roadmap-Creator/" class="git-link">Study Roadmap Creator</a>
</div>
<!-- Weather Web -->
<div class="projects">
<div class="project-card">
<img src="Weather_Web.jpg" alt="Weather Web Image" class="img-link">
<div class="overlay">
<h3>Weather Web</h3>
<p>A simple web application that allows users to search for weather information by entering the city name.</p>
<p><strong>Technologies Used:</strong> HTML, CSS, JavaScript and OpenWeatherMap API</p>
</div>
<a href="https://weather-sidra.netlify.app/" class="git-link">Weather Web</a>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills">
<h2>Skills</h2>
<hr>
<div class="skills">
<div class="category">
<h3>Languages</h3>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Python</li>
<li>C++</li>
</ul>
</div>
<div class="category">
<h3>Tools & Technologies</h3>
<ul>
<li>Git</li>
<li>GitHub</li>
<li>Visual Studio Code</li>
</ul>
</div>
<div class="category">
<h3>Frontend Development</h3>
<ul>
<li>Responsive Web Design</li>
<li>Flexbox</li>
<li>Grid Layout</li>
</ul>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact">
<h2>Contact Me</h2>
<hr>
<div class="contact-links">
<a href="https://github.com/Itz-Sidra" target="_blank">
<img src="github-light-icon.png" alt="GitHub" class="icon-img" />
</a>
<a href="https://www.linkedin.com/in/sidra-jahangir-6a3887320" target="_blank">
<img src="linkedin-light-icon.png" alt="LinkedIn" class="icon-img" />
</a>
</div>
</section>
<script src="script.js"></script>
</body>
</html>