-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (65 loc) · 1.95 KB
/
index.html
File metadata and controls
67 lines (65 loc) · 1.95 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
<!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" />
<link rel="stylesheet" href="main.css" />
<title>Startup Seed</title>
</head>
<body>
<img src="./images/image 7hearticon.png" />
<ul class="navigation">
<li style="font-size: 6.5mm; color: lightgreen">
<strong>Startup Seed</strong>
</li>
<li><a href="#">Products</a></li>
<li><a href="#">Startup tools</a></li>
<li><a href="#">Features</a></li>
<li><a href="#">Contact</a></li>
<li>
<a href="#"><strong> My account </strong></a>
</li>
</ul>
<!-- marcia pr f-->
<div class="intro">
<div class="imgIntro">
<a href="#"><img src="./img/sofa.png" alt="chichaSentada" /></a>
</div>
<div class="txtIntro">
<h1 class="h1">Seed your <br />startup</h1>
<p class="pIntro">
All the resources you need for a<br />
succesful start in one place
</p>
<div class="buttons">
<button class="rueda" id="blackBtn">Get started today</button>
<button class="shake" id="grayBtn">Our plans</button>
</div>
</div>
</div>
<!-- marcia -->
<div>
<img src="./gym.png" />
<p class="support">
<strong>Free Live support </strong> <br />
We’re always here whenever you need us, <br />
our free live support will answer <br />
all your questions immediately.
</p>
</div>
<div>
<img src="./meeting.png" />
</div>
<div>
<img src="./happy.png" />
<p class="support">
<strong> Community support </strong> <br />
All communications done <br />
through our platform is highly<br />
encrypted and fully secure,<br />
we care about privacy!
</p>
</div>
</body>
</html>