-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
120 lines (111 loc) · 2.86 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
<!DOCTYPE html>
<html>
<title>protfolio-aatif.me</title>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<style>
.myimg {
height: 350px;
width:70%;
background: #aaa;
}
</style>
</head>
<div>
<body>
<div class="jumbotron text-center" style="margin-bottom:0">
<h3 style="color:skyblue">My self</h3>
<h2>MOHAMMAD AATIF JAFFERY</h2>
</body>
</div>
<div class="container" style="margin-top:30px">
<div class="row">
<div class="col-sm-8">
<body style="background-color:#e7adaf">
<h2>About me:</h2>
<h4>Objective:</h4>
<p>An independent, dedicated, efficient person. These attributes are proved through the series of courses I have taken or I am taking as of now independently through online platforms</p>
<h3>educational qualifications :</h3>
<p>
<style>
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 2px solid #dddddd;
text-align: center;
}
</style>
</p><table>
<div>
<tr>
<th>Qualification</th>
<th>Percentage / CGPA</th>
<th>Year</th>
</tr>
<tr>
<th>B.Tech</th>
<th>8.5</th>
<th>2017-present</th>
</tr>
<tr>
<th>intermediate</th>
<th>94.0</th>
<th>2015-2017</th>
</tr>
<tr>
<th>SSC</th>
<th>9.5</th>
<th>2014-2015</th>
</tr>
</div>
</table>
<u><b>Project :</b></u>
<p>Part of IoT workshop in controlling electronics equipment remotely </p>
<u><b>Skills</b></u>
<p>
<ol type="z">
<li>C
<li>MATLAB
<li>C++14
<li>Python
<li>React-js
<li>React Native
<li>Machine Learning
<br />
</p>
<p>
Hobbies : sketching potraits,playing badminton, editing <br>
</p>
</body>
</div>
<div class="col-sm-4">
<body style="background-color:#e7adef">
<h5>Photo of me:</h5>
<div class="myimg">
<img src="myimg.jpeg" height=100% width=100%>
</div>
<h3>MY INTERESTS</h3>
<p>
<ul>
<li>HACKING
<li>VPN
</p>
</body>
</div>
</div>
</div>
<div class="jumbotron text-center" style="margin-bottom:0">
<h4>Contact:</h4><hr>
<p>Phone no:<a href="tel:+91 9550071321">+91 9550071321</a> <br /><hr>
email-id:<a href="mailto:[email protected]">[email protected]</a></p><hr>
<h5>© Aatif</h5>
</div>
</html>