-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
42 lines (35 loc) · 1.68 KB
/
index.php
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mindtool</title>
<script src="app.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="estilos.css">
</head>
<body>
<div class="menu-bar">
<div class="Item-bar">
<img class="logo-Item" src="img_413537.png" alt="">
<h6 class="title-letter" >Mindtool</h6>
</div>
<div class="Item-bar1">
<img style="display: none;"src="icons8-idea-50.png" class="icon-serves" alt>
<img style="display: none;" src="icons8-apretón-de-manos-50.png"class="icon-serves" alt="">
<img style="display: none;" src="icons8-internship-24.png" class="icon-serves" alt="">
</div>
<div class="Item-bar2">
<button class="btn btn-outline-secondary" type="button" onclick="window.location.href='login.php'" name="button">Log in</button>
</div>
</div>
<div class="first-page">
<div class="Right-panel">
<h3>Go Beyond.</h3>
<p class="texty">Be part of the best social network of entrepeunership and professional relative issues.</p>
<button class="btn btn-primary"type="button" name="button" onclick="window.location.href='signew.php'">Sign up</button>
</div>
<img style="display: block" class="launch_img" src="aptira_rocket_launch.png" alt="">
</div>
</body>
</html>