-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
158 lines (137 loc) · 6.57 KB
/
index.html
File metadata and controls
158 lines (137 loc) · 6.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META -->
<title>Zurain | Portfolio</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="google-site-verification" content="miN0WD7v7MoRYxhPiipiHfcmsbkdK9uFoczMVbyp7u8" />
<meta name="description"
content="Portfolio website of Zurain Nazir: A website that details and showcases the projects and achievements of Zurain Nazir. Zurain is a passionate Computer Science developer from the Kashmir Valley, which is a place based in the Himalayas." />
<meta name="keywords"
content="Zurain Nazir, Zurain Nazir Roshangar, Zurain Roshangar, Programmer, Developer, Carbon Monoxide Detector, Python, Python Work Money, PWM, C/C++" />
<meta name="author" content="Zurain Nazir Roshangar" />
<meta property="og:title" content="Zurain Nazir - Developer" />
<meta property="og:description" content="Portfolio website of Zurain's skills, projects and achievements." />
<meta property="og:image"
content="https://raw.githubusercontent.com/fecty/Zurain-Portfolio-Website/refs/heads/main/assets/favicon.svg" />
<meta property="og:url" content="https://fecty.github.io" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="canonical" href="https:fecty.github.io" />
<link rel="shortcut icon" href="assets/favicon.svg" type="image/x-icon" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Portfolio",
"name": "Zurain Nazir Portfolio Website",
"description": "Website showcasing and detailing Zurain's skills, projects and achievements.",
"author": {
"@type": "Person",
"name": "Zurain Nazir Roshangar"
},
"url": "https://fecty.github.io"
}
</script>
<!-- LINKS -->
<link rel="stylesheet" href="styles/base-styles.css" />
<link rel="stylesheet" href="styles.css" />
<link rel="shortcut icon" href="assets/favicon.svg" type="image/x-icon" />
</head>
<body>
<div class="container">
<header>
<div class="title-container">
<h1 id="header-title">Zurain Nazir</h1>
<button id="theme-button">
<img src="assets/moon.svg" alt="color-theme-switch" width="30px" id="switch-theme-icon" draggable="false" />
</button>
</div>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="pages/projects.html">Projects</a></li>
<li><a href="pages/achievements.html">Achievements</a></li>
<li><a href="pages/resume.html">Resume</a></li>
</ul>
</nav>
</header>
<div class="line"></div>
<main>
<section class="hero">
<h1>📌</h1>
<div class="note-container">
<h2 style="font-family: monospace">
🐍<a href="https://pwm.intenzi.dev" target="_blank">@pythonworkmoney</a>
</h2>
<p>
In case you are interested in availing my programming and/or tech
consultation services, please head to the
<a href="https://pwm.intenzi.dev" target="_blank">@pythonworkmoney</a>
website. It is the freelancing group managed by me and my friend
where we have offered tech services to 100+ clients
</p>
<h2 style="font-family: monospace; margin-top: 10px; margin-bottom: 0px !important;">
<a href="assets/triangles/triangle.html" target="_blank"
style="font-family: inherit;font-size: .9em;">🔼Particle
Mouse Simulation</a> | <a href="https://fecty.github.io/Isometric-Tiles/" target="_blank"
style="font-family: inherit;font-size: .9em;">🎲Oscillating Isometric Tiles</a>
</h2>
<p>Try these two projects I made using C++, <a href="https://www.raylib.com/" target="_blank"
rel="noopener noreferrer">raylib</a> and a lot of vector math! It was ported to web using
webassembly with <a href="https://emscripten.org/" target="_blank" rel="noopener noreferrer">emscripten</a>.
</div>
</section>
<section>
<h1>About me</h1>
<p id=" current-status" style="display: none;">To be written... </p>
<p id="background" style="display: none;">To be written... </p>
<p>
I am a passionate student developer from Kashmir Valley, a placed
nestled in the Himalayas. I started programming as a hobby in 2019.
I love programming and Computer Science, and a large reason
behind my love for this field stems from an interesting story:
</p>
<p>
I learned to program in Python without any resources or courses,
except for the documentation provided by the interpreter, because I
was stuck in a place with no internet for 6 months. This experience
turned me into an avid programmer by redefining and realigning my
hobbies and interest.
</p>
<p>
I demonstrated success as a freelancer and tech consultant when I
was in 9th grade. I made several projects which are used by clients
and college students worldwide. Some of my IoT projects were also
exhibited in national events. I am fairly skilled in Python, C/C++
and moderately skilled in JavaScript and Rust. Having worked as a
freelancer who had to tackle varied projects, I have hands on
experience in various technologies, frameworks and libraries. </p>
<p>
This
includes web development(full stack), CLI/GUI based software
development, relational and nonrelational databases, programming in
embedded systems, DSA projects, networking projects, and various
other projects. I am highly proficient in adapting to new languages,
libraries, frameworks, and technologies very quickly. Always focused
on writing high-quality and resource efficient software.
</p>
</section>
<section>
<h1>Contact Me</h1>
<p>
Please contact on Instagram or email me at
<a href="mailto:nazirzurain@gmail.com" target="_blank">nazirzurain@gmail.com</a>. Thanks for visiting this
website — Feedback is much appreciated!
</p>
<p>
This website is hosted using GitHub Pages at
<a href="https://github.com/fecty/fecty.github.io" target="_blank">this repository</a>
</p>
</section>
</main>
<div class="line"></div>
</div>
<script src="js/base-scripts.js" defer></script>
</body>
</html>