-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.php
93 lines (76 loc) · 3.45 KB
/
resume.php
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
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Resume</title>
<meta name="author" content="Aniket Modak">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Simonetta:400,900|Balthazar">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" type="text/css" href="responsive.css">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div id="w" itemscope itemtype="http://schema.org/Person">
<header class="clearfix">
<div style="width:100%;"><a href="index.php" ><button class="btn btn-success" name="gotoblog" style="margin:15px;">Blog</button></a></div>
<div id="info">
<h1><span itemprop="name">Aniket Modak</span></h1>
<h3><span itemprop="jobTitle">Computer Science Student & Web Developer</span></h3>
<small itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="addressLocality">Walchand College Of Enginnering</span>,
<span itemprop="addressRegion">Sangli</span>,
</small>
<small><span itemprop="email">aniketmodak99@gmail.com</span></small>
</div>
<div id="photo">
<img src="images/Aniket.jpg" alt="Aniket Modak resume photo avatar" itemprop="image" height="200px" width="150px "/>
</div>
</header>
<section id="profile">
<h2>My History & Profile</h2>
<p itemprop="description">I'm a 20 year old web designer and developer working out of walchand College of engineering, Sangli. I have been solving algorithmic problems on various websites.
I also like to study Data Stuctures.
</p>
<p>
I've worked in Walchand's official club of CSE department as web developer also as Secretary. I've Won various concepts on coding, designing and non- technical also. Now looking for A internship which will help to grow my skills.
</p>
<p>
Please visit to my blog site take a loook at my work.
</p>
</section>
<section id="skills" class="clearfix" itemscope itemtype="http://schema.org/ItemList">
<h2 itemprop="name">Skillset</h2>
<section id="skills-left">
<h4 itemprop="about">Development</h4>
<ul>
<li itemprop="itemListElement">HTML5/CSS3</li>
<li itemprop="itemListElement">Cpp & JAVA</li>
<li itemprop="itemListElement">PHP Backend</li>
<li itemprop="itemListElement">SQL Databases</li>
<li itemprop="itemListElement">Blockchain</li>
<li itemprop="itemListElement">Django</li>
<li itemprop="itemListElement">ReactJS</li>
</ul>
</section>
<section id="skills-right">
<h4 itemprop="about">Software</h4>
<ul>
<li itemprop="itemListElement">Adobe Photoshop</li>
<li itemprop="itemListElement">Adobe Illustratoe</li>
<li itemprop="itemListElement">MS Office 2007-2010</li>
<li itemprop="itemListElement">phpMyAdmin</li>
<li itemprop="itemListElement">Adobe After Effects</li>
</ul>
</section>
</section>
<section id="education">
<h2>Past Education</h2>
<p><span itemprop="alumniOf">12th - Vidhya vikas vidhyalay wakodi </span> 2017</p>
<p><span itemprop="alumniOf">10th - Vidhya vikas vidhyalay wakodi</span> 2015</p>
</section>
</div>
</body>
</html>