forked from Devanshsati/Webtest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (66 loc) · 3.42 KB
/
index.html
File metadata and controls
87 lines (66 loc) · 3.42 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Monthly Resolutions by Devansh Sati</title>
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/small.css" media="(max-width: 630px)">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
</head>
<body class="bkgrd">
<!-- <body class="bkgrd" style="background: #000428;"></body> -->
<div class="container padding-64">
<!-- Main box starts here-->
<div class="header">
<h1 class="xsize" style="color: #000000;">Monthly Resolutions</h1>
<h4 class="h4" style="color: rgb(0, 0, 0);">Dream and Live Life Less Ordinary</h4>
<br>
</div><!--head ends-->
<div class="main padding-64">
<h2 class="headh2" style="color: #5adee7;">Learn To Surf</h2>
<img class="photo" src="https://github.com/Devanshsati/Webtest/blob/main/images/surfing.jpg?raw=true" alt="surfing">
<p class="font">This Is April When I Lean And Take My swim Lessons. I am at Carabbian</p>
<hr>
<h6 class="h6">My April Resolution By Devansh</h6>
<hr>
<br>
<h2 style="color: #05494e;">Read EveryDay</h2>
<img class="photo" src="https://github.com/Devanshsati/Webtest/blob/main/images/scene.jpg?raw=true" width="550" height="300">
<p class="font">This Week Including this Weekend I Will Read 50 Pages</p>
<hr>
<h6 class="h6">My March Resolution By Devansh</h6>
<hr>
<br>
<h2 style="color: #0f083a;">Meditate</h2>
<img class="photo" src="https://github.com/Devanshsati/Webtest/blob/main/images/girl.jpg?raw=true">
<p class="font">I will take my meditation classes as soon as possible. Hope for a Good life and lifestyle. It Is very nice to see you</p>
<hr>
<h6 class="h6">My Feburary Resolution By Devansh</h6>
<hr>
</div> <!--main ends-->
<div class="sidebar">
<img class="radius" src="https://github.com/Devanshsati/Webtest/blob/main/images/chris.jpg?raw=true">
<h3>THIS IS ORGANISED BY <span style="color:#FF0000"> DEVANSH SATI & hiee yashi </h3>
<h4><b>Follow Me</b></h4>
<li class="size"><a href="www.twitter.com" target="_blank">Twitter</a><img class="icon" src="https://github.com/Devanshsati/Webtest/blob/main/images/twitter.png?raw=true"></li>
<br>
<li class="size"><a href="www.facebook.com" target="_blank">Facebook</a><img class="icon" src="https://github.com/Devanshsati/Webtest/blob/main/images/fb.png?raw=true"></li>
<br>
<li class="size"><a href="www.flicker.com" target="_blank">Flicker </a><img class="icon" src="https://github.com/Devanshsati/Webtest/blob/main/images/flick.png?raw=true"></li>
<br>
<h4>Quote Of The Day</h4>
<div class="vl"><h5>"We are what we repeatedly do. Hope you find something usefull in this page as this is a testing page right now."<br><br>-Devansh Sati</h5>
</div>
</div> <!--sidebar ends-->
</div> <!--container ends-->
<div>
<footer class="footer">
<h3><span style="color: rgb(0, 0, 0)">Made With <span style="color:#ff0000">LOVE <span style="color: rgb(0, 0, 0)"> By Devansh Sati</h3>
</footer>
</div>
</body>
</html>