generated from github/welcome-to-github-and-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (74 loc) · 1.99 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
* {
box-sizing: border-box;
}
.menu {
float: left;
width: 20%;
text-align: center;
}
.menu a {
background-color: #deeba6;
padding: 8px;
margin-top: 7px;
display: block;
width: 100%;
color: black;
}
.main {
float: left;
width: 60%;
padding: 0 20px;
}
.right {
background-color: #f0b569;
float: left;
width: 20%;
padding: 15px;
margin-top: 7px;
text-align: center;
}
@media only screen and (max-width:620px) {
/* For mobile phones: */
.menu,
.main,
.right {
width: 100%;
}
}
</style>
</head>
<body style="font-family:Verdana;color:#0f0f0f;">
<div style="background-color:#4168bd;padding:15px;text-align:center;">
<h1>Welcome to MY PROFILE</h1>
</div>
<div style="overflow:auto">
<div class="menu">
<a >Contact</a>
<p>LinkedIn Profile<a href="https://www.linkedin.com/in/archita-7a0b4918b/">LinkedIn</a></p>
<p>GitHub Account<a href="https://github.com/Archita21518">GitHub</a></p>
<p>Email Id<a href="architaarchita87@gmail.com">architaarchita87@gmail.com</a></p>
</div>
<div class="main">
<h2>NAME-ARCHITA </h2>
<p>--> Student</p>
<p>-->web developer</p>
<img src="https://media-exp1.licdn.com/dms/image/C4D03AQEQQKK3FBe4zQ/profile-displayphoto-shrink_400_400/0?e=1602115200&v=beta&t=gu97djPM4dcLs2cxCzKBNzcFyRtgR-W3qxnopnpIRgQ">
<image align="right">
</div>
<div class="right">
<h2>EDUCATION</h2>
<p>B.E--> <a href="https://www.nmit.ac.in/contact.html"> NITTE MEENASKHI INSTITUTE OF TECHNOLOGY.
</a></p>
<p>10+2 --><a href="http://islbhuli.org/">IMPERIAL SCHOOL OF LEARNING</a></p>
<p>10 --><a href="http://bnsdavgrd.org/">B.N.S D.A.V PUBLIC SCHOOL</a></p>
</div>
</div>
<div style="background-color:#873ff0;text-align:center;padding:10px;margin-top:7px;"><p> For more connect with me on facebook<a href="https://www.facebook.com/archita.a.148"> FaceBook</a></p>
<div style="background-color:#96ebf7;text-align:center;padding:10px;margin-top:7px;">Thank you for visiting.</div>
</body>
</html>