-
Notifications
You must be signed in to change notification settings - Fork 0
/
indexresume.html
158 lines (150 loc) · 7.45 KB
/
indexresume.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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-sccale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="assets/css/resumestyle.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<div class="container">
<div class="left_side">
<div class="profiletext">
<div class="imgbx">
<img src="assets/img/profileresume.jpg" alt="">
</div>
<h2>Mohammed Anas A R<br><span>Web Developer</span></h2>
</div>
<div class="contactinfo">
<h3 class="title">Contactinfo</h3>
<ul>
<li>
<span class="icon"><i class="fa fa-phone-square" aria-hidden="true"></i></span>
<span class="text">+919778250566</span>
</li>
<li>
<span class="icon"><i class="fa fa-envelope" aria-hidden="true"></i></span>
<span class="text">[email protected]</span>
</li>
<li>
<span class="icon"><i class="fa fa-instagram" aria-hidden="true"></i></span>
<span class="text"><a href="http://" class="text">anazmuhdd</a></span>
</li>
<li>
<span class="icon"><i class="fa fa-facebook-official" aria-hidden="true"></i></span>
<span class="text"><a href="http://" class="text">Anaz Mohammed</a></span>
</li>
</ul>
</div>
<div class="contactinfo education">
<h3 class="title">Education</h3>
<ul>
<li>
<h5>2022-</h5>
<h4>Bachelor of Technology in Computer Science</h4>
<h4>APJ Abdul Kalam Technological University</h4>
</li>
<li>
<h5>2020-2022</h5>
<h4>Higher Secondary Education</h4>
<h4>Higher Secondary Board of Kerala</h4>
</li>
<li>
<h5>2019-2020</h5>
<h4>Senior Secondary Education</h4>
<h4>Central Board of Secondary Education</h4>
</li>
</ul>
</div>
<div class="contactinfo languages">
<h3 class="title">Languages Known</h3>
<ul>
<li>
<span class="text">English</span>
<span class="percent">
<div style="width: 95%;"></div>
</span>
</li>
<li>
<span class="text">Malayalam</span>
<span class="percent">
<div style="width: 100%;"></div>
</span>
</li>
<li>
<span class="text">Hindi</span>
<span class="percent">
<div style="width: 75%;"></div>
</span>
</li>
</ul>
</div>
</div>
<div class="right_side">
<div class="about">
<h2 class="title2">Profile</h2>
<p>
I am a passionate and detail-oriented web designer with [number] years of experience in creating visually appealing and user-friendly websites. My expertise lies in combining creative design with technical proficiency
to deliver responsive and intuitive interfaces.
I enjoy translating client visions into digital realities that not only meet but exceed expectations. With a strong foundation in HTML, CSS, JavaScript, and UI/UX principles, I thrive on solving design challenges and staying updated with industry trends. Let's collaborate to transform your ideas into engaging online experiences.
</p>
</div>
<div class="about">
<h2 class="title2">Internships</h2>
<div class="box">
<div classs="yearcompany">
<h5>2023</h5>
<h5>Acsia<br>Technologies<br>pvt Ltd.</h5>
</div>
<div class="text">
<h4>Intern in object Orieneted Programming in Java</h4>
</div>
</div>
</div>
<div class="'about skills">
<h2 class="title2">Professional Skills</h2>
<div class="box">
<h4>HTML</h4>
<div class="percent">
<div style="width: 95%;"></div>
</div>
</div>
<div class="box">
<h4>css</h4>
<div class="percent">
<div style="width: 98%;"></div>
</div>
</div>
<div class="box">
<h4>JavaScript</h4>
<div class="percent">
<div style="width: 92%;"></div>
</div>
</div>
<div class="box">
<h4>MERN</h4>
<div class="percent">
<div style="width: 95%;"></div>
</div>
</div>
<div class="box">
<h4>Python</h4>
<div class="percent">
<div style="width: 99%;"></div>
</div>
</div>
</div>
<div class="'about interest">
<h2 class="title2">Interests</h2>
<ul>
<li><i class="fa fa-refresh" aria-hidden="true"></i>Software Development</li>
<li><i class="fa fa-globe" aria-hidden="true"></i>Web Designing</li>
<li><i class="fa fa-refresh" aria-hidden="true"></i>Solution Development</li>
<li><i class="fa fa-gamepad" aria-hidden="true"></i>Gaming</li>
<li><i class="fa fa-map-marker" aria-hidden="true"></i>Vloging</li>
<li><i class="fa fa-twitter" aria-hidden="true"></i>Exploring new things</li>
</ul>
</div>
</div>
</div>
</body>
</html>