forked from sphalt/myRoomies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.html
170 lines (149 loc) · 6.98 KB
/
settings.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
<!DOCTYPE HTML>
<!--
MyRoomies by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>MyRoomies</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<link rel="stylesheet" href="assets/css/chat.css">
<link rel="stylesheet" href="assets/css/settings.css">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> -->
</head>
<body class="homepage">
<div id="page-wrapper">
<!-- Header -->
<div id="header-wrapper">
<div id="header">
<!-- Logo -->
<h1><a href="index.html">MyRoomies</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="chat.html">Chat</a></li>
<li><a href="debts.html">Debts</a></li>
<li class="current"><a href="settings.html">Settings</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner">
<header>
<div class="screen">
<div class="toolbar">
<img class="icon" src="images/gobackarrow.png">
<span class="title-text">
Settings
</span>
</div>
<div class="list-item">
<div class="horizontal">
<div id="profile-pic">
<img style="height: 80px; width: 80px; margin-left: 10px; margin-top: 16px; margin-bottom: 10px; margin-right: 10px;" src="images/jeff.png">
</div>
<div id="profile-name" style="margin-top: 16px; height: 100px;">
<form>
<div class="group">
<input type="text" style="border: none; margin-top: 10px; height: 32px; width: 200px;" value="Jeff Winchester" required>
<!-- <span class="highlight"></span> -->
<span class="bar"></span>
<label>Name</label></div>
<div class="group">
<input type="text" style="border: none; margin-top: 10px; height: 32px; width: 210px; font-size: 16px;" value="jwinchester@gmail.com" required>
<!-- <span class="highlight"></span> -->
<span class="bar"></span>
<label>Email</label>
</div>
</form>
</div>
</div>
</div>
<div class="list-item" style="text-align: left; float: left; height: 30px; font-weight: bolder;">
<h3 style="font-weight: 500; margin-left: 15px;">2 Roommates</h3></div>
<div style="margin-top: -5px; text-align: left; float: left; height: 30px; margin-left: 15px; width: 250px;">lucy@gmail.com</div>
<div style="margin-top: -5px; text-align: left; float: left; height: 30px; margin-left: 15px; margin-bottom: 5px;">dave@gmail.com</div>
<div class="list-item" style="float: left;">
<div class="horizontal">
<div id="profile-pic" style="width: 150px; margin-left: 10px;">
<form>
<div class="group">
<input type="text" value="mat@gmail.com" style="border: none; margin-right: 0px; margin-top: 10px; height: 32px; width: 150px; font-size: 16px;" required>
<!-- <span class="highlight"></span> -->
<span class="bar" style="width: 300px;"></span>
<label>Email</label>
</div>
</form>
</div>
<div id="profile-name" style="width: 150px; float: right; margin-right: 10px; padding-top: 15px; text-align: right;">
<button style="font-weight: 500; font-size: 14px; padding: 5px 10px 5px 10px;">Add Roommate</button>
</div>
<div class="hline" style="margin-top: 56px;"></div>
<!-- <div id="addRoomies" class="button_" style="float: right; margin-right: 10px;"><span>Add Roommate</span></div> -->
</div>
</div>
<div class="list-item" style="text-align: left; float: left; height: 30px; font-weight: bolder;">
<h3 style="font-weight: 500; margin-left: 15px;">Payment method</h3></div>
<div class="list-item" style="float: left;">
<div class="horizontal">
<div id="profile-pic" style="width: 150px; margin-left: 10px;">
<form>
<div class="group">
<input type="text" value="xxxx-xxxx-xxxx-xx45" style="border: none; margin-right: 0px; margin-top: 10px; height: 32px; width: 150px; font-size: 14px;" disabled>
<!-- <span class="highlight"></span> -->
<span class="bar" style="width: 300px;"></span>
</div>
</form>
</div>
<div id="profile-name" style="width: 150px; float: right; margin-right: 10px; padding-top: 15px; text-align: right;">
<button style="font-weight: 500; font-size: 14px; padding: 5px 10px 5px 10px;">Add more</button>
</div>
</div>
<div class="hline" style="margin-top: 56px;"></div>
<div class="list-item" style="text-align: left; float: left; height: 30px; font-weight: bolder;">
<h3 style="color: blue; font-weight: 500; margin-left: 15px; padding-top: 15px;"><a href = "">Contact us</h3></div>
<div class="hline" style="margin-top: 56px;"></div>
<div class="list-item" style="text-align: left; float: left; height: 30px; font-weight: bolder;">
<h3 style="color: blue; font-weight: 500; margin-left: 15px; padding-top: 15px;"><a href = "">Help</h3></div>
<div class="hline" style="margin-top: 56px;"></div>
<!-- <div id="addRoomies" class="button_" style="float: right; margin-right: 10px;"><span>Add Roommate</span></div> -->
</div>
</div>
</div>
</div>
</div>
</header>
</section>
</div>
</div>
<!-- Footer -->
<div id="footer-wrapper">
<section id="footer" class="container">
<div class="row">
<div class="12u">
<!-- Copyright -->
<div id="copyright">
<ul class="links">
<li>© MyRoomies. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/skel-viewport.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>