-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (51 loc) · 1.71 KB
/
index.html
File metadata and controls
61 lines (51 loc) · 1.71 KB
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
<!--
To change this template, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style>
#circle
{
border-radius:50% 50% 50% 50%;
width:125px;
height:100px;
}
.centeredImage
{
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:20px;
}
#bgColorTheme
{
background-color: whitesmoke;
}
.font_courier_size14
{
font-family: Courier New;
font-size: 14
}
.font_courier_size25
{
font-family: Courier New;
font-size: 25;
}
</style>
</head>
<body id="bgColorTheme">
<!-- <h1 style="text-align: center">Welcome</h1>
<div style="text-align: center">My First web page hosted on Git Hub</div>-->
<h1 style="text-align: center;color: black" class="font_courier_size25">Amol Hirkane</h1>
<hr style="width: 80%;color: #6666ff">
<p class="centeredImage"><img src="images/mypic1.png"
id="circle" ></p>
<div style="width: 500px;margin:0 auto;">
<p class="font_courier_size14" style="color: black;text-align: center">I am a full time iOS developer. Love to code for mobiles, the famous iPhone and iPads.</p>
</div>
</body>
</html>