-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (66 loc) · 3.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>>Sattyam Mane</title>
</head>
<body class="body">
<div class="div1">
<h2 class="h2">Its</h2>
<h1 class="h1">Sattyam</h1>
<hr>
</div>
<br>
<div class="div2">
<img src="profile.jpg" class="profile"></img>
<br>
<h2 class="h2">> About me <</h2> <br>
<div>
<h3 class="h3">I am passionate about designing websites, logos and also
about producing music.</h3>
</div>
<br>
<hr
style="border-top: dotted 10px; border-bottom:0px; border-left:0px; border-right:0px; color:rgb(66, 66, 66); width: 80px;">
<div>
<h2 class="h2">> My Education <</h2> <br>
<h3 class="h3">> Primary Education <</h3> <p class="h3">People's Primary School, Mala-Panjim
<p>
<br>
<h3 class="h3">> Secondary Education <</h3> <p class="h3">People's High School,
Mala-Panjim<p><br>
<h3 class="h3">> Higher Secondary Education <</h3> <p class="h3">
People's Higher Secondary School, Mala-Panjim<p>
</div>
<br>
<hr
style="border-top: dotted 10px; border-bottom:0px; border-left:0px; border-right:0px; color:rgb(66, 66, 66); width: 80px;">
<div>
<h2 class="h2">> My Hobbies <</h2> <br>
<h3 class="h3">> Gaming <</h3> <img class="hobbyimg" src="gaming.png">
<p class="h3">I've been gaming for a
long time and I am also interested in knowing their working and desiging<p>
<br><br>
<h3 class="h3">> Logo design <</h3> <img class="hobbyimg" src="logo.png">
<p class="h3">I m also fond of designing new logos
for various brands of upcoming companies.<p><br><br>
<h3 class="h3">> Music production <</h3> <img
class="hobbyimg" src="music.png">
<p class="h3">Music production is
my hobby where I like to dedicate my skills.<p>
<br>
<a href="mailto:[email protected]"><button>Contact
me
</button>
</a>
<br>
<hr
style="border-top: dotted 10px; border-bottom:0px; border-left:0px; border-right:0px; color:rgb(66, 66, 66); width: 80px;">
</div>
<footer>
<h4 class="h3">© Sattyam Mane</h4>
</footer>
</body>
</html>