-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
236 lines (224 loc) Β· 14.1 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
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
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<title>Protofile</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<header>
<nav id="navbar">
<div class="logo">
<h3>Protofile</h3>
</div>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#projects">project</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="home">
<div class="profile-container">
<img src="Capture.PNG" alt="Profile Picture" class="profile-pic">
<div class="intro-text">
<h1 id="h1" style="padding: 10px;">Hello, my name is Muskan</h1>
<p style="margin: 15px;">
My name is Muskan, and I am currently pursuing a Bachelor's in Science (BSc).
<br>I am also a student of the Governor's Initiative for Artificial Intelligence and Cloud (GIAIC),
<br>organized by the Governor of Sindh, Pakistan, at the Governor House.
<br>I am specializing in Cloud Generative AI and the Metaverse.
</p>
</div>
</div>
</section>
</main>
<footer>
<div id="about" style="padding-bottom: 60px; margin-bottom: 40px;">
<h2 style="text-align: center; margin-top: 15pc;">About</h2>
<p style="text-align: center; margin: 20px;">
Hello! My name is Muskan, and I'm currently pursuing a Bachelor's in Science (BSc),
while actively participating in the Governor's Initiative for Artificial Intelligence and Cloud (GIAIC),
led by the Governor of Sindh, Pakistan...
I am deeply passionate about Cloud Generative AI and the evolving world of the Metaverse,
constantly exploring the intersection of these groundbreaking technologies.
Through my learning journey,
I am continuously honing my knowledge and expanding my expertise in areas such as web development,
artificial intelligence, and the transformative potential of cloud technologies. As I move forward,
my goal is to leverage these skills to build impactful projects and contribute to the tech landscape.
</p>
</div>
</footer>
<!-- <section id="projects">
<h2 style="text-align: center; margin-top: 50px;">My Projects</h2>
<div class="projects-container">
<div class="project">
<h3>Typing Speed Checker (CLI)</h3>
<p>command-line application that allows users to test and improve their typing speed and also give the cli based certifacte.</p>
<a href="https://github.com/muskan-fatim/typing_speed.git" target="_blank">View on GitHub</a>
</div>
<div class="project">
<h3>Word Counter CLI Application</h3>
<p>A command-line interface tool that counts words, providing users with a simple way to analyze text.</p>
<a href="https://github.com/muskan-fatim/word_counter.git" target="_blank">View on GitHub</a>
</div>
<div class="project">
<h3>Snake Water Gun Game</h3>
<p>A fun and interactive game that lets users play the classic snake, water, and gun game online.</p>
<a href="https://github.com/muskan-fatim/Fisrt-web-game.git" target="_blank">View on GitHub</a>
<a href="https://snake-water-gun-game-three.vercel.app/" target="_blank">check live demo</a>
</div>
<div class="project">
<h3>Resume Builder</h3>
<p>A web application that allows users to create, edit, and download resumes with a simple user interface.</p>
<a href="https://github.com/muskan-fatim/Resum-genreater.git" target="_blank">View on GitHub</a>
<a href="https://resum-genreater.vercel.app/" target="_blank">check live demo</a>
</div>
</div>
</section> -->
<section id="projects" class="text-gray-600 body-font">
<h2 style="text-align: center; margin-top: 50px; font-size: xx-large;">My Projects</h2>
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-wrap -m-4">
<div class="p-4 md:w-1/3 transition hover:scale-105"
data-aos="flip-left"
data-aos-duration="3000">
<div class="h-full border-2 border-yellow-800 border-opacity-60 rounded-lg overflow-hidden">
<div class="p-6">
<h1 class="title-font text-lg font-medium text-gray-900 mb-3 text-yellow-800">Typing Speed Checker (CLI)</h1>
<p class="leading-relaxed mb-3">command-line application that allows users to test and improve their typing speed and also give the cli based certifacte.</p>
<div class="flex items-center flex-wrap ">
<a href="https://github.com/muskan-fatim/typing_speed.git" class="text-yellow-800 inline-flex items-center md:mb-2 lg:mb-0">View on GitHub
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="p-4 md:w-1/3 transition hover:scale-105"
data-aos="flip-left"
data-aos-duration="3000">
<div class="h-full border-2 border-yellow-800 border-opacity-60 rounded-lg overflow-hidden">
<div class="p-6">
<h1 class="title-font text-lg font-medium text-gray-900 mb-3 text-yellow-800">Word Counter CLI Application</h1>
<p class="leading-relaxed mb-3">A command-line interface tool that counts words, providing users with a simple way to analyze text.</p>
<div class="flex items-center flex-wrap">
<a href="https://github.com/muskan-fatim/word_counter.git" class="text-yellow-800 inline-flex items-center md:mb-2 lg:mb-0">View on Github
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="p-4 md:w-1/3 transition hover:scale-105"
data-aos="flip-left"
data-aos-duration="3000">
<div class="h-full border-2 border-yellow-800 border-opacity-60 rounded-lg overflow-hidden">
<div class="p-6">
<h1 class="title-font text-lg font-medium text-gray-900 mb-3 text-yellow-800">Snake Water Gun Game</h1>
<p class="leading-relaxed mb-3">A fun and interactive game that lets users play the classic snake, water, and gun game online.</p>
<div class="flex items-center flex-wrap ">
<a href="https://github.com/muskan-fatim/Fisrt-web-game.git" class="text-yellow-800 inline-flex items-center md:mb-2 lg:mb-0">View on Github
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
<a href="https://snake-water-gun-game-three.vercel.app/" class="text-yellow-800 inline-flex items-center md:mb-2 lg:mb-0">Check live Demo
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="p-4 md:w-1/3 transition hover:scale-105"
data-aos="flip-left"
data-aos-duration="3000">
<div class="h-full border-2 border-yellow-800 border-opacity-60 rounded-lg overflow-hidden">
<div class="p-6">
<h1 class="title-font text-lg font-medium text-gray-900 mb-3 text-yellow-800">Resume Builder</h1>
<p class="leading-relaxed mb-3">A web application that allows users to create, edit, and download resumes with a simple user interface.</p>
<div class="flex items-center flex-wrap ">
<a href="https://github.com/muskan-fatim/Resum-genreater.git" class="text-yellow-800 inline-flex items-center md:mb-2 lg:mb-0">View on Github
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
<a href="https://resum-genreater.vercel.app/" class="text-yellow-800 inline-flex items-center md:mb-2 lg:mb-0">Check live Demo
<svg class="w-4 h-4 ml-2" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path d="M5 12h14"></path>
<path d="M12 5l7 7-7 7"></path>
</svg>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="text-gray-600 body-font relative"
data-aos="fade-down" data-aos-duration="3000">
<div class="container px-5 py-24 mx-auto">
<div class="flex flex-col text-center w-full mb-12">
<h1 class="sm:text-3xl text-2xl font-medium title-font mb-4 text-yellow-800">Contact Us</h1>
<p class="lg:w-2/3 mx-auto leading-relaxed text-base">I'm currently looking for new opportunities, my inbox is always open. Whether you have a question or just want to say hi, I'll try my best to get back to you!</p>
</div>
<div class="lg:w-1/2 md:w-2/3 mx-auto">
<div class="flex flex-wrap -m-2">
<div class="p-2 w-1/2">
<div class="relative">
<label for="name" class="leading-7 text-sm text-yellow-800">Name</label>
<input type="text" id="name" name="name" class="w-full bg-gray-100 bg-opacity-50 rounded border border-yellow-800 focus:border-yellow-800 focus:bg-white focus:ring-2 focus:ring-yellow-800 text-base outline-none text-yellow-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out">
</div>
</div>
<div class="p-2 w-1/2">
<div class="relative">
<label for="email" class="leading-7 text-sm text-yellow-800">Email</label>
<input type="email" id="email" name="email" class="w-full bg-gray-100 bg-opacity-50 rounded border border-yellow-800 focus:border-yellow-800 focus:bg-white focus:ring-2 focus:ring-yellow-800 text-base outline-none text-yellow-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out">
</div>
</div>
<div class="p-2 w-full">
<div class="relative">
<label for="message" class="leading-7 text-sm text-yellow-800">Message</label>
<textarea id="message" name="message" class="w-full bg-gray-100 bg-opacity-50 rounded border border-yellow-800 focus:border-yellow-800 focus:bg-white focus:ring-2 focus:ring-yellow-800 h-32 text-base outline-none text-yellow-700 py-1 px-3 resize-none leading-6 transition-colors duration-200 ease-in-out"></textarea>
</div>
</div>
<div class="p-2 w-full">
<button class="flex mx-auto text-white bg-yellow-800 border-0 py-2 px-8 focus:outline-none hover:bg-yellow-800 rounded text-lg">Submit</button>
</div>
</div>
</div>
</div>
</section>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
AOS.init();
</script>
<script>
setInterval(() => {
document.getElementById("h1").innerHTML = "Hello, My name is Muskan";
}, 1000);
setInterval(() => {
document.getElementById("h1").innerHTML = "I am a frontend developer";
}, 2000);
setInterval(() => {
document.getElementById("h1").innerHTML = "I am a web developer";
}, 3000);
</script>
</body>
</html>