-
Notifications
You must be signed in to change notification settings - Fork 2
/
Profile.html
174 lines (166 loc) · 9.47 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
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
171
172
173
174
<!DOCTYPE html>
<html style="font-size: 16px;" lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta name="keywords" content="Profile">
<meta name="description" content="">
<title>Profile</title>
<link rel="stylesheet" href="./style.css" media="screen">
<link rel="stylesheet" href="./Profile.css" media="screen">
<script class="u-script" type="text/javascript" src="./jquery.js" defer=""></script>
<script class="u-script" type="text/javascript" src="./main.js" defer=""></script>
<link id="u-theme-google-font" rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i">
<link id="u-page-google-font" rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Allerta:400|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|PT+Sans+Caption:400,700">
<link href="https://avatars.githubusercontent.com/u/97837242?s=400&u=c2b0ab3d8f8d473f2f71a5621a9695e9ec351b2f&v=4"
rel="icon">
<script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "Organization",
"name": "",
"logo": "./images/blueborderwh.png"
}</script>
<meta name="theme-color" content="#478ac9">
<meta property="og:title" content="Profile">
<meta property="og:type" content="website">
</head>
<body class="u-body u-xl-mode" data-lang="en">
<header class="u-clearfix u-header u-header" id="sec-ecbb">
<div
class="u-clearfix u-sheet u-valign-middle-lg u-valign-middle-md u-valign-middle-sm u-valign-middle-xl u-sheet-1">
<a href="https://cipherguys.github.io" class="u-image u-logo u-image-1" data-image-width="1080"
data-image-height="1080">
<img src="./images/blueborderwh.png" class="u-logo-image u-logo-image-1">
</a>
<nav class="u-menu u-menu-dropdown u-offcanvas u-menu-1">
<div class="menu-collapse" style="font-size: 1rem; letter-spacing: 0px;">
<a class="u-button-style u-custom-left-right-menu-spacing u-custom-padding-bottom u-custom-top-bottom-menu-spacing u-nav-link u-text-active-palette-1-base u-text-hover-palette-2-base"
href="#">
<svg class="u-svg-link" viewBox="0 0 24 24">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#menu-hamburger"></use>
</svg>
<svg class="u-svg-content" version="1.1" id="menu-hamburger" viewBox="0 0 16 16" x="0px" y="0px"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
<g>
<rect y="1" width="16" height="2"></rect>
<rect y="7" width="16" height="2"></rect>
<rect y="13" width="16" height="2"></rect>
</g>
</svg>
</a>
</div>
<div class="u-nav-container">
<ul class="u-nav u-unstyled u-nav-1">
<li class="u-nav-item"><a
class="u-button-style u-nav-link u-text-active-palette-1-base u-text-hover-palette-2-base"
style="padding: 10px 20px;" id="logOut">Log Out</a>
</li>
<li class="u-nav-item"><a
class="u-button-style u-nav-link u-text-active-palette-1-base u-text-hover-palette-2-base"
href="Profile.html" style="padding: 10px 20px;">Profile</a>
</li>
<li class="u-nav-item"><a
class="u-button-style u-nav-link u-text-active-palette-1-base u-text-hover-palette-2-base"
href="Rating.html" style="padding: 10px 20px;">Rating</a>
</li>
</ul>
</div>
<div class="u-nav-container-collapse">
<div class="u-black u-container-style u-inner-container-layout u-opacity u-opacity-95 u-sidenav">
<div class="u-inner-container-layout u-sidenav-overflow">
<div class="u-menu-close"></div>
<ul class="u-align-center u-nav u-popupmenu-items u-unstyled u-nav-2">
<li id="logout" class="u-nav-item"><a class="u-button-style u-nav-link">Log out</a>
</li>
<li class="u-nav-item"><a class="u-button-style u-nav-link" href="Profile.html">Profile</a>
</li>
<li class="u-nav-item"><a class="u-button-style u-nav-link" href="Rating.html">Rating</a>
</li>
</ul>
</div>
</div>
<div class="u-black u-menu-overlay u-opacity u-opacity-70"></div>
</div>
</nav>
</div>
</header>
<section class="u-align-center u-clearfix u-image u-section-1" id="carousel_509b" data-image-width="1980"
data-image-height="1320">
<div class="u-clearfix u-sheet u-valign-bottom-sm u-valign-bottom-xs u-sheet-1">
<h2 class="u-text u-text-1">Profile</h2>
<div class="u-clearfix u-expanded-width u-layout-wrap u-layout-wrap-1">
<div class="u-gutter-0 u-layout">
<div class="u-layout-row">
<div
class="u-align-center-sm u-align-center-xs u-align-left-lg u-align-left-md u-align-left-xl u-container-style u-layout-cell u-size-31 u-layout-cell-1">
<div class="u-container-layout u-container-layout-1">
<h4 class="u-custom-font u-text u-text-2">Details</h4>
<div class="u-expanded-width u-form u-form-1">
<form class="u-clearfix u-form-spacing-10 u-form-vertical u-inner-form" source="custom" name="form"
style="padding: 10px;">
<div class="u-form-group u-form-name">
<label for="name-5b8a" class="u-custom-font u-label u-label-1">Name</label>
<input id="fName" type="text" placeholder="Enter your Name" id="name-5b8a" name="name"
class="u-border-1 u-border-grey-30 u-custom-font u-input u-input-rectangle u-radius-13 u-white u-input-1"
required="">
</div>
<div class="u-form-email u-form-group">
<label for="email-5b8a" class="u-custom-font u-label u-label-2">Email</label>
<input id="fEmail" type="email" placeholder="Enter a valid email address" id="email-5b8a"
name="email"
class="u-border-1 u-border-grey-30 u-custom-font u-input u-input-rectangle u-radius-13 u-white u-input-2"
required="">
</div>
<div class="u-form-group u-form-phone u-form-group-3">
<label for="phone-6cd1" class="u-custom-font u-label u-label-3">Phone</label>
<input id="fPhone" type="tel"
pattern="\+?\d{0,3}[\s\(\-]?([0-9]{2,3})[\s\)\-]?([\s\-]?)([0-9]{3})[\s\-]?([0-9]{2})[\s\-]?([0-9]{2})"
placeholder="Enter your phone (e.g. +14155552675)" id="phone-6cd1" name="phone"
class="u-border-1 u-border-grey-30 u-custom-font u-input u-input-rectangle u-radius-13 u-white u-input-3"
required="">
</div>
<div class="u-align-left u-form-group ">
<a id="update button"
class="u-border-none u-btn u-btn-round u-button-style u-custom-color-3 u-custom-font u-hover-custom-color-4 u-radius-29 u-text-body-alt-color u-btn-1">Update<br>
</a>
</div>
</form>
</div>
<a href="./Rating.html"
class="u-active-custom-color-3 u-border-3 u-border-active-custom-color-3 u-border-custom-color-3 u-border-hover-custom-color-3 u-btn u-btn-round u-button-style u-custom-font u-hover-custom-color-3 u-none u-radius-50 u-text-active-white u-text-black u-text-hover-white u-btn-2">Confirm</a>
</div>
</div>
<div class="u-container-style u-custom-color-3 u-layout-cell u-size-29 u-layout-cell-2">
<div class="u-container-layout u-container-layout-2">
<div id="pPic" class="u-image u-image-circle u-preserve-proportions u-image-1" alt=""
data-image-width="700" data-image-height="774"></div>
<h3 id="Head Name" class="u-align-center u-custom-font u-text u-text-3"> Hello, <Name></h3>
<p class="u-custom-font u-text u-text-4">
<span style="font-weight: 700;">Name: </span>
<br><span id="pName">loading</span><br>
<span style="font-weight: 700;">Email: </span>
<br><span id="pEmail">loading</span><span style="font-weight: 700;">
<br>Phone Number:
</span>
<br><span id="pNumber">loading</span>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="u-align-center u-clearfix u-custom-color-3 u-footer u-footer" id="sec-52e3">
<div class="u-clearfix u-sheet u-sheet-1">
<p class="u-small-text u-text u-text-variant u-text-1">
<a class="u-active-none u-border-none u-btn u-button-link u-button-style u-hover-none u-none u-text-body-color u-btn-1"
href="cipherguys.github.io" target="_blank">Made with 🤍 by cipherGUYS</a>
</p>
</div>
</footer>
<script type="module" src="./profile.js"></script>
</body>
</html>