-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProfile.html
129 lines (113 loc) · 4.27 KB
/
Profile.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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/animate.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/proStyle1.css">
<script type="text/javascript" src="js/jquery-1.5.1.js"></script>
<link href='https://fonts.googleapis.com/css?family=Raleway:500' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<title>Profile</title>
</head>
<body >
<main class="cd-main-content">
<div class="cd-fixed-bg cd-bg-1" style="background-image: url('img/sub.jpg');">
<div>
<img src="img/Untitled-2.png">
<div class="nav">
<ul class="pull-right">
<li><a href="index.html">Home</a></li>
</ul>
</div>
</div>
<h1>Profile</h1>
<p>Manage Your Subscription</p>
</div> <!-- cd-fixed-bg -->
<div class="cd-scrolling-bg cd-color-1 borders">
<div class="row buttons">
<h2 style="padding-left:15px; text-align: center; font-size:62px;">Live Feeds</h2>
<!-- gallery Section -->
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="button borders">
Feed 1
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="button borders">
Feed 2
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="button borders">
Feed 3
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-3">
<div class="button borders">
Feed 4
</div>
</div>
</div>
<div class ="financeStats" style="margin-top:20px;">
<div class="container borders">
<div class="row stat">
<h2 class="col-md-12 col-lg-12 stathead"style="padding-left:15px; text-align: center; font-size:62px;">Financial Analysis</h2>
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="stats borders">
Current Cost
</div>
</div>
</div>
<div class="row stat">
<div class="col-sm-12 col-md-12 col-lg-12">
<div class="stats borders">
Predicted Total Cost
</div>
</div>
</div>
<div class="row stat">
<h2 class="col-md-12 col-lg-12 stathead"style="padding-left:15px; text-align: center; font-size:48px;">Currently Donated Through Subscription</h2>
</div>
<div class="row stat">
<h2 class="col-md-12 col-lg-12 stathead"style="padding-left:15px; text-align: center; font-size:36px;">$1065</h2>
</div>
<div class="row stat">
<h2 class="col-md-12 col-lg-12 stathead"style="padding-left:15px; text-align: center; font-size:48px;">Amount Saved Over 10 Years by De-Lifeing</h2>
</div>
<div class="row stat">
<h2 class="col-md-12 col-lg-12 stathead"style="padding-left:15px; text-align: center; font-size:36px;">$441,300</h2>
</div>
</div>
</div>
<div class="pysch" style="margin-top:20px;">
<div class="container borders">
<div class="row stat">
<h2 class="col-md-12 col-lg-12 stathead"style="padding-left:15px; text-align: center; font-size:62px;">Psychological Analysis</h2>
</div>
<div class="row stat">
<h2 class="col-md-12 col-lg-12 stathead"style="padding-left:15px; text-align: center; font-size:36px;">Currently Pending</h2>
</div>
</div>
</div>
<div class="de-lifeing" style="margin-top:20px;">
<div class="container">
<div class="row purchase">
<div class="col-sm-12 col-md-12 col-lg-12">
<button class=" btn btn-primary">
Purchase De-Lifeing
</button>
</div>
<div class="row stat">
<h2 class="col-md-12 col-lg-12 stathead"style="margin-top:70px; padding-left:15px; text-align: center; font-size:36px;">One Time Payment of $1,500</h2>
</div>
</div>
</div>
</div>
</div> <!-- cd-scrolling-bg -->
</main> <!-- cd-main-content -->
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
</body>
</html>