-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
243 lines (239 loc) · 9.52 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
237
238
239
240
241
242
243
<html>
<head>
<meta charset="utf-8">
<meta content="IE-edge" http-equiv="X-UA-Compatible">
<meta content="width=device-width, intial-scale=1.0" name="viewport">
<title>Portfolio of Nida Thaj</title>
<!--style----->
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
font-family:poppins;
}
</style>
</head>
<body>
<!--navigation-bar---------------------------->
<nav class="navigation">
<!--logo-->
<a href="#" class="logo">
<img src="nt.jpg"/>
</a>
<!--menu-btn----->
<input type="checkbox" class="menu-btn" id="menu-btn">
<label for="menu-btn" class="menu-icon">
<span class="nav-icon"></span>
</label>
<!--menu--->
<ul class="menu">
<li><a href="#main">Home</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#introduction">Introduction</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<!--hire-me-btn----->
<a href="#" class="hire-me">
Hire Me
<!--icon-->
<i class="fas fa-chevron-right"></i>
</a>
</nav>
<!--main-section---------------------->
<section id="main">
<!--text-------------->
<div class="container">
<div class="main-text">
<h1>Hey,</h1>
<h1>I'm Nida Thaj</h1>
<p><h3>|A Passionate Web Designer|</h3></p>
<!--btns---------->
<div class="main-btns">
<a href="#" class="download-cv-btn">Download CV</a>
<a href="#" class="hire-me-btn">Hire Me</a>
</div>
</div>
<!--model-bg------------>
<div class="model-bg">
<img data-aos="fade" data-aos-duration="3000" src="images/model-bg.svg"/>
</div>
<!--model-------------->
<div class="model">
<img src="hala.jpg"/>
</div>
</div>
</section>
<!--using FontAwesome--------------->
<script crossorigin="anonymous" src="https://kit.fontawesome.com/c8e4d183c2.js"></script>
<!--skills---------------------------->
<section id="skills">
<!--skills-text-section---->
<div class="skills-text-section">
<!--heading--------->
<div class="skill-heading" data-aos="fade" >
<span>My Skills</span>
<h2>My Experties</h2>
</div>
<!--skills-box-container--->
<div class="s-box-container">
<!--skill-box-->
<div class="skill-box" data-aos="fade-up" >
<!--box-icon---->
<div class="s-box-icon">
<i class="fab fa-html5"></i>
</div>
<!--box-text---->
<div class="s-box-text">
<strong>Hyper Text Markup Language(HTML)</strong>
<p>I have 3 Years Experince in HTML and I Completed 100+ HTML Projects.</p>
<!--progress-line---->
<div class="progress-line html"><span></span></div>
</div>
</div>
<!--skill-box-->
<div class="skill-box" data-aos="fade-up">
<!--box-icon---->
<div class="s-box-icon">
<i class="fab fa-css3-alt"></i>
</div>
<!--box-text---->
<div class="s-box-text">
<strong>Cascading Style Sheets(CSS)</strong>
<p>I have 3 Years Experince in CSS and I Completed 100+ CSS Projects.</p>
<!--progress-line---->
<div class="progress-line css"><span></span></div>
</div>
</div>
<!--skill-box-->
<div class="skill-box" data-aos="fade-up">
<!--box-icon---->
<div class="s-box-icon">
<i class="fab fa-js"></i>
</div>
<!--box-text---->
<div class="s-box-text">
<strong>JavaScript(JS)</strong>
<p>I have 3 Years Experince in JavaScript and I Completed 50+ JavaScript Projects.</p>
<!--progress-line---->
<div class="progress-line js"><span></span></div>
</div>
</div>
</div>
</div>
</section>
<!--introduction-------------------------------->
<section id="introduction">
<!--heading---->
<div class="intro-heading" data-aos="fade">
<strong>Self Introduction</strong>
<p>Hello!<br> I'm Nida Thaj, a web developer from India.
With every line of code, I strive to make the web a beautiful place.
I enjoy building everything from small business sites to rich interactive web apps.
If you are a business seeking a web presence or an employer looking to hire, you
can get in touch with me.A piece of my work is shown in the video given below.</p>
</div>
<!--place-your-self-introduction-video-here-->
<div class="intro" data-aos="fade-up">
<iframe src="graphic.mp4" frameborder="0"></iframe>
</div>
</section>
<!--services----------------------------------->
<section id="services">
<!--heading----->
<strong class="services-heading" data-aos="fade-up">
Services</strong>
<!--services-box-container----->
<div class="services-box-container">
<!--service-box--------->
<div class="service-box" data-aos="fade-up">
<!--icon-->
<i class="fas fa-code"></i>
<!--heading--->
<strong>Front-End</strong>
<!--details-->
<p>Familiar with front-end languages like
JavaScript, HTML, and CSS. Libraries and frameworks like
React or AngularJS that help expedite development.</p>
</div>
<!--service-box--------->
<div class="service-box" data-aos="fade-up">
<!--icon-->
<i class="fas fa-cogs"></i>
<!--heading--->
<strong>Back-End</strong>
<!--details-->
<p>Fluent with specific languages, such as Java, PHP, or Python,
and operating systems. Proficient about the web
development cycle and programming techniques and tools.</p>
</div>
<!--service-box--------->
<div class="service-box" data-aos="fade-up">
<!--icon-->
<i class="fas fa-drafting-compass"></i>
<!--heading--->
<strong>Graphic Designing</strong>
<!--details-->
<p>Develop graphics and layouts for product illustrations, logos, and websites mirroring
company brand style.
</p>
</div>
<!--service-box--------->
<div class="service-box" data-aos="fade-up">
<!--icon-->
<i class="far fa-chart-bar"></i>
<!--heading--->
<strong>SEO</strong>
<!--details-->
<p>Audit your website, perform technical improvements and write meta tags.</p>
</div>
</div>
</section>
<!--get-in-touch------------------>
<section id="get-in-touch" data-aos="fade-up">
<span>Still not conviced for Hiring?</span>
<a href="#">Get In Touch</a>
</section>
<!--contact--------------->
<section id="contact">
<!--form----------->
<form data-aos="fade-up">
<!--full-name---->
<input type="text" name="fullname" placeholder="Full Name" required>
<!--email-------->
<input type="email" name="email" placeholder="[email protected]" required>
<!--write-something-->
<textarea name="message" placeholder="Write Something...." required></textarea>
<!--send-btn---->
<input type="submit" value="Send">
</form>
</section>
<!--footer------------------->
<footer>
<!--copyright-->
<span class="copyright">
©2021
Made by Nida Thaj</span>
<!--footer-social-links---->
<div class="footer-social">
<!--facebook-->
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
<!--twitter-->
<a href="#">
<i class="fab fa-twitter"></i>
</a>
<!--youtube-->
<a href="#">
<i class="fab fa-youtube"></i>
</a>
</div>
</footer>
<!--scroll-animation-files----->
<link href="style.css" rel="stylesheet">
<script src="nida.js"></script>
</body>
</html>