-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
159 lines (127 loc) · 3.75 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html>
<head>
<title>
Yash Cv
</title>
<!-- <link href="C:\Users\KIIT\Dropbox\My PC (BT1905073)\Desktop\WEB GREEK\css\Firstsite.css" rel="StyleSheet"> -->
<link href="favicon.ico" rel="icon">
<style>
body{
text-align: center;
background-color: lightgray;
font-family: cursive;
margin:0%;
}
h2{
font-size: 52px;
}
h3{
font-size: 32px;
}
.firstdiv{
background-color: antiquewhite;
position: relative;
padding-top: 100px;
}
.scloud{
position:absolute;
left: 300px;
}
.pcloud{
position: absolute;
left: 800px;
}
.firstdiv:hover{
background-color: lightgreen;
}
.seconddiv{
text-align: center;
}
.div3html{
height: 250px;
width: 300px;
}
.thirddiv{
padding-top: 10px;
border-top: 5px dashed rgb(0, 153, 255);
}
.fourthdiv{
background-color:cornflowerblue;
}
.fourthdiv:hover{
background-color: antiquewhite;
}
.linkedin{
padding-top: 20px;
height: 250px;
width: 300px;
}
.fb{
padding-top: 20px;
height: 250px;
width: 300px;
margin: auto;
}
.twiiter{
padding-top: 20px;
height: 250px;
width: 300px;
margin: auto;
}
.contact{
padding-top: 20px;
height: 250px;
width: 300px;
margin: auto;
}
.yashcontact{
background-color: #4CAF50;
border: none;
color: white;
padding: auto;
text-align: center;
margin-bottom: 10px;
}
.yashcontact:hover {
box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.firstdiv:hover{
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}
.fourthdiv:hover{
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}
</style>
</head>
<body>
<div class="firstdiv">
<img src="cloud.png" class="pcloud" alt="c-img">
<strong><h2>I m Yash</h2></strong>
<p> <strong><h3>I am a Web developer</strong></p>
<img src="cloud.png" class="scloud" alt="c-img">
<img src="mountain.png" class="mountain" alt="m-img">
</div>
<div class="seconddiv" >
<img class="secyashpic" src="Yashprofilepic.png" alt="Yash-img">
<p><i><strong>I m Yash Mishra. I had doen my 10 and 12 in Aims School,Gonda.<br>
I m currently pursuing B.tech in KIIT,Bbsr.<br>
<br>Hoping for a Good Future.</strong></i></p>
<a href="https://yash15-maker.github.io/Newone2/"><button class="yashcontact" type="button" ><strong> <h4>Yash personal details</h4></strong></button></a>
</div>
<div class="thirddiv">
<img class="div3html" src="html-5.png" alt="gmail-img">
<p><strong>A successful website does three things:
It attracts the right kinds of visitors.<br>
Guides them to the main services or product you offer.<br>
Collect Contact details for future ongoing relation. </strong></p>
</div>
<div class="fourthdiv">
<a href="https://twitter.com/home"><img class="twiiter" src="twitter.png" alt="twitter-img"></a>
<a href="https://www.linkedin.com/feed/"> <img class="linkedin"src="linkedin.png" alt="limkedin-img"></a>
<a href="https://www.gmail.com/"> <img class="fb" src="gmail.png" alt="gmail-img"></a>
<p><strong><i><h2>Contact Me::</i></strong></h2></p>
<a href="https://yash15-maker.github.io/Newone2/contact.html"> <img class="contact" src="mind.png" alt="contact-img"></a>
</div>
</body>
</html>