-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (61 loc) · 3.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Aliens Are Real</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="mystyle.css">
<script src="https://d3js.org/d3.v5.min.js"></script>
<script src="https://smtpjs.com/v3/smtp.js"></script>
</head>
<body>
<div>
<div>
<div class="clouds">
<div class="hero text-center">
<div class="container">
<div class="jumbotron center bg-transparent">
<h1>Are Aliens Real? <i class='fas fa-user-secret' style='font-size:48px;color:red'></i></h1>
<p>Welcome to Alien Class 101 where we reveal the truth about UFO sightings to the world!</p>
</div>
</div>
</div>
<div class="container aligns">
<label style="display: none" class="text1" for="userPassword">Password: </label>
<input type="hidden" id="security_pass" type="password" required>
<input type="hidden" id="security_check" type="submit" value="Submit">
</div>
<div class="giphy-me">
<div class="container aligns">
<img class="img" src="img_ufo.png" class="rounded" alt="UFO Image">
<p>We here at "ALIENS-R-REAL" have collected all of the eye-witness reports in 2010 across multiple locations regarding UFO Sightings. Now, it is time for the Planet Earth to know what we have found.</p>
<p>Our supper developers have created a tool to generate a report table dynamically based upon your specific needs.</p>
<h3>For security purpose, we must ask you to:</h3>
<div class="container">
<div class="dropdown dropright">
<i class='fas fa-key' style='font-size:38px;color:green'></i>
<button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown">
Declare yourself <i class='far fa-caret-square-right' style='font-size:14px'></i>
</button>
<div class="dropdown-menu">
<a class="dropdown-item" id="jon" href="#">Jonathan <i class='fas fa-paw' style='font-size:20px;color:blueviolet'></i></a>
<a class="dropdown-item" id="charles" href="#">Charles <i class='fas fa-carrot' style='font-size:20px;color:rgb(32, 204, 152)'></i></a>
<a class="dropdown-item" id="none" href="#">None of the above<i class='fas fa-dragon' style='font-size:20px;color:blue'></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="app_extra.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>