-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (123 loc) · 5.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="./style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1 class="roboto-bold">Sadia Ishtaq</h1>
<hr/>
<div id="role" class="roboto-bold">Front-End Developer</div>
<hr/>
</header>
<main>
<article id="main-left">
<section>
<b class="bold_text roboto-medium">Contact</b>
<ul>
<i class="material-icons" id="contact">contact_page</i>
<li>(+91) 7051704231</li>
<i class="material-icons" id="mail">mail</i>
<li>[email protected]</li>
<i class="material-icons">link</i>
<li><a href="www.linkedin.com/in/sadiaishtaq">Linkedin-sadiaishtaq</a></li>
</ul>
</section>
<section> <b class="bold_text roboto-medium">Technical Skills</b>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>MySQL</li>
</ul>
</section>
<section>
<b class="bold_text roboto-medium">Soft Skills</b>
<ul>
<li>Communication</li>
<li>Problem-Solving</li>
<li>Adaptability</li>
<li>Time Management</li>
<li>Team Collaboration</li>
<li>Attention to Detail</li>
</ul>
</section>
<section>
<b class="bold_text roboto-medium">Education</b>
<ul>
<li> SSM College Of Engineering And Technology, Baramulla<br/>
B.Tech in Computer Science
(2020-2024)<br/>
Current Pursuing
</li>
<li>
Presentation Convent, Srinagar— Senior Secondary(12th)<br/>
2018<br/>
Percentage: 75%
</li>
<li>
Presentation Convent, Srinagar — High School(10th)<br/>
2016<br/>
GPA:9.4
</li>
</ul>
</section>
<section>
<b class="bold_text roboto-medium">Certifications</b>
<p>
<ul>
<li><b>Certification Of Recognition Active Participation in Fashion and Drama Event (Hospitality)</b>
[April, 2021]<br></li>
<li> <h4>Certification of Participation
Zonal Round of RoboTryst
[2016]</h4></li>
</ul>
</p>
</section>
<section>
<b class="bold_text roboto-medium">Extra-curricular</b>
<ul>
<li> Worked as a team to manage the service in my college fest.</li>
<li>Presentations given at college level.</li>
<li>Attended a 2- day Placement Preparation Program
organized by IIP in association with Abhyuday IIt Bombay</li>
</ul>
</section>
</article>
<article id="main-right">
<section>
<b class="bold_text roboto-medium">About</b>
<p> Motivated and detail-oriented front-end developer with a strong foundation in HTML, CSS, and JavaScript. Skilled in creating responsive and user-friendly websites with modern frameworks like React.js and Bootstrap. Passionate about learning new technologies and building intuitive user interfaces to deliver exceptional user experiences. Eager to contribute innovative solutions in a collaborative team environment</p>
</section>
<section>
<b class="bold_text roboto-medium">Internship</b>
<ul>
<li>CETPA Infotech, Noida— Internship</li>
<li>January, 2023- February, 2023</li>
<li>Under the guidance of my instructor during my front-end internship,
I developed and maintained responsive web pages using HTML,
CSS, and JavaScript to enhance user experience across various
devices. I learned to create and implement responsive design
techniques, ensuring optimal viewing experiences on desktops,
tablets, and smartphones, while utilizing CSS frameworks like
Bootstrap to streamline the process. My instructor emphasized the
importance of writing clean, efficient, and semantic HTML, which I
applied to effectively structure web content.I also styled web pages
with CSS, focusing on best practices in layout to achieve visually
appealing designs aligned with user expectations. Additionally, I
utilized JavaScript to add interactivity and dynamic content,
improving user engagement.</li>
</ul>
</section>
</article>
</main>
</body>
</html>