-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex copy.html
93 lines (71 loc) · 3.17 KB
/
index copy.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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>Vacation Equation</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<link rel='stylesheet prefetch' href='http://fonts.googleapis.com/css?family=Open+Sans'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="cont">
<div class="demo">
<div class="login">
<!-- <div class="login__check"></div>-->
<div class="app__top">
<div class="app__menu-btn">
<span></span>
</div>
<p class="app__hello">Heyyy Greg!</p>
<img hrer="https://www.pexels.com/photo/beach-vacation-sand-summer-88212/"/>
<div class="app__month">
<!--<span class="app__month-btn left"></span>-->
<p class="app__month-name">Points Summary</p>
<!--<span class="app__month-btn right"></span>-->
</div>
</div>
<div class="app__bot">
<div class="app__meetings">
<div class="app__meeting">
<img src="delta.png" alt="" class="app__meeting-photo" />
<p class="app__meeting-name">Status Level: Gold YTD Miles: 20,000 <br/> YTD Dollars: 3000</p>
<span class="app__meeting-time"></span>
<span class="app__meeting-place"></span>
</p>
</div>
<div class="app__meeting">
<img src="united.png" alt="" class="app__meeting-photo" />
<p class="app__meeting-name">Status Level: Gold YTD Miles: 13,000 <br/> YTD Dollars: 700</p>
<p class="app__meeting-info">
<span class="app__meeting-time"></span>
<span class="app__meeting-place"></span>
</p>
</div>
<!-- <div>
<button onclick="location.href='swipe.html'" type="button">
Swipe</button>
</div>-->
<div class="app__meeting">
<img src="jb.png" alt="" class="app__meeting-photo" />
<p class="app__meeting-name">Status level: Mosaic YTD Flight Points: 0 <br/> YTD Dollars: 0</p>
<p class="app__meeting-info">
<span class="app__meeting-time"></span>
</p>
</div>
<div>
</div>
</div>
<!--<a href="Swipe.html"><img src="https://amylynnandrews.com/wp-content/uploads/2016/01/how-to-create-a-blog.jpg" /></a>-->
<a style="height:30px;width:118px" href="swipe1.html" class="btn btn-default"><span class="glyphicon glyphicon-random"></span></a>
<a style="height:30px;width:118px" href="profile.html" class="btn btn-default"><span class="glyphicon glyphicon-ok"></span> </a>
</div>
</div>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="js/index.js"></script>
</body>
</html>