-
Notifications
You must be signed in to change notification settings - Fork 0
/
project1.html
146 lines (122 loc) · 3.73 KB
/
project1.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
<!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>nontechies</title>
</head>
<link rel="stylesheet" href="css/style.css">
<style>
body {
margin: 0px;
padding: 0px;
background: url("space1.jpg");
background-repeat: no-repeat;
background-size: 100%;
/* position: absolute;
left: 0px; */
height: 100%;
width: 100%;
color: aliceblue;
}
.left {
/* border: 2px solid pink; */
display: inline-block;
display: inline-block;
position: absolute;
left: 50px;
/* margin: 20px; */
top: 20px;
}
.mid {
/* border: 2px solid pink; */
display: block;
width: 40%;
margin: 20px auto;
/* text-align: center; */
}
.navbar a {
text-decoration: none;
color: aliceblue;
}
.navbar {
display: inline-block;
}
.navbar li {
display: inline-block;
padding: 20px;
font-size: 30px;
}
.right {
/* border: 2px solid pink; */
display: inline-block;
position: absolute;
right: 50px;
/* top: 10px; */
top: 20px;
}
.logo {
text-shadow: darkred;
text-decoration-color: deepskyblue;
color: darkorange;
}
.pic {
height: 30px;
width: 30px;
}
.bottom {
/* border: 2px solid pink; */
display: inline-block;
display: inline-block;
position: absolute;
left: 50px;
/* margin: 20px; */
bottom: 20px;
}
.logo {
text-shadow: darkred;
text-decoration-color: deepskyblue;
color: darkorange;
}
</style>
<body>
<!-- <h1>Helooooo</h1> -->
<div>
<header class="header">
<div class="left">
<img class="pic" src="logo.jpg">
<h1 class="logo" style="font-size: 9px;">SpaceZ</h1>
</div>
<div class="mid">
<ul class="navbar">
<li><a href="login.html">Login</a></li>
<!-- <button onclick="document.getElementById('id01').style.display='block'" style="width:auto;">Sign Up</button> -->
<!-- <li><a href="">about us</a></li>
<li><a href="">check finess</a></li> -->
<li><a href="signup.html">Signin</a></li>
</ul>
</div>
</header>
<h1 style="text-align:center;">Proceed to login or signup........... <br></h1>
<p class="mid">The democratization of space is a
growing phenomenon, involving the introduction of new commercial companies and business
opportunities. <br>
<br>
Just as the Internet was once the breeding ground for hundreds of startups, today space
is
the ecosystem providing a background for countless enterprising ideas.
<br>
<br>
Large companies and startups like SpaceZ are using space in order to do business on Earth as it enables them
to offer
new services
or generate key data for processing and commercialization purposes.
</p>
<footer class="bottom">
</footer>
</div>
</body>
<!-- <img src="street-workout-2628906.jpg" alt="sorry" > -->
<!-- <img src="C:\Users\Vivekanand\Desktop\gym\sport-2726735_1920.jpg" alt="sorry" > -->
</html>