-
Notifications
You must be signed in to change notification settings - Fork 1
/
awsuser2.html
249 lines (228 loc) · 5.83 KB
/
awsuser2.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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
<html>
<head>
<meta charset="utf-8" />
<title>Up Your Game!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
/>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<style>
@import url(http://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans&display=swap");
@import url(https://fonts.googleapis.com/css?family=Fira+Sans);
@import url("https://fonts.googleapis.com/css?family=Saira+Semi+Condensed&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oxygen&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oxygen&display=swap");
body {
/* background-color: #0e6bbfff; */
background-image: url("./new.jpg");
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
height: 100vh;
background-attachment: fixed;
}
.newbackground {
background: rgba(255, 255, 255, 0.65);
margin-top: 40px;
margin-bottom: 98px;
}
img {
height: 50px;
width: 300px;
margin-top: 20px;
}
header {
color: white;
font-family: "Fira Sans", sans-serif;
font-size: 25px;
margin-left: 20px;
margin-top: 18px;
}
#tools {
display: inline-block;
color: none;
margin-left: 33px;
font-family: "Fira Sans", sans-serif;
font-size: 19px;
background-color: transparent;
color: white;
border: none;
}
#sections {
display: inline-block;
}
#profilepic {
width: 80px;
height: 80px;
border-radius: 50%;
display: inline-block;
margin-top: -10px;
}
.info {
color: #faff6a;
font-size: 20px;
font-family: "Oxygen", sans-serif;
display: inline-block;
margin-left: 10px;
}
.profile {
margin-top: 35px;
display: flex;
justify-content: center;
align-items: center;
}
#progress {
width: 500px;
height: 90px;
margin-top: 10px;
}
.cert {
font-size: 21px;
text-align: center;
color: #faff6a;
font-family: "Oxygen", sans-serif;
margin-top: -10px;
}
.section {
font-size: 23px;
color: #204fb9;
font-family: "Oxygen", sans-serif;
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
}
.mods {
font-size: 18px;
color: black;
font-family: "Oxygen", sans-serif;
text-align: center;
display: inline-block;
margin-bottom: 30px;
margin-top: 30px;
}
.vl {
border-left: 1.5px dashed #4c5259;
height: 180px;
display: inline-block;
margin-left: 100px;
}
#badges {
color: white;
font-family: "Oxygen", sans-serif;
display: block;
font-size: 20px;
margin-top: -80px;
text-align: center;
}
#badge {
margin-top: 0px;
height: 60px;
width: 100%;
}
.center {
display: flex;
justify-content: center;
}
.topnav {
display: flex;
justify-content: space-around;
align-items: center;
}
</style>
</head>
<body>
<div class="background">
<div class="topnav">
<heading style="display: inline-block;">
<a href="./awshome.html"><img src="./TEST.svg"/></a>
</heading>
<div id="sections">
<button id="tools">About Us</button>
<button id="tools" class="recommend">
Courses for You
</button>
<button
id="tools"
class="signout"
style="margin-left: 19px"
>
Sign Out
</button>
</div>
</div>
<div class="profile">
<img src="./human2.jpg" id="profilepic" />
<div class="info">
<b>
<p style="font-size: 25px;">Cai Peng Fei</p>
<p>Materials Scientist</p>
</b>
</div>
</div>
<div class="center">
<img src="./progress2.svg" id="progress" />
</div>
<p class="cert">You are 23% through your journey of achieving</p>
<p class="cert">a Data Science certificate!</p>
<div
style="text-align: center; margin-left: -50px;"
class="newbackground"
>
<div class="mods">
<b>
<p class="section">Your Completed Modules</p>
</b>
<p style="text-align: justify;">
NICF - Data Storytelling
</p>
<p style="text-align: justify;"></p>
<p style="text-align: justify;">
NICF - Data Governance & Protection (SF)
</p>
</div>
<div class="mods" style="margin-left: 200px;">
<b>
<p class="section">Your Current Modules</p>
</b>
<p style="text-align: justify;">
NICF - Data Governance & Protection
</p>
<p style="text-align: justify;">
NICF - Recommender Systems (SF)
</p>
<p style="text-align: justify;"></p>
</div>
<p style = "font-family: Oxygen, sans-serif; color: black; font-size: 20px; margin-top: -10px;"> Click <a href = "./courserecommendation2.html"> here </a> for more related courses you can enroll in! </p>
</div>
<div class="center">
<div class="col-sm-2">
<p id="badges" style = "color: #faff6a">Your Badges</p>
<img
src="https://image.flaticon.com/icons/svg/2103/2103855.svg"
id="badge"
/>
<p
style="color: #faff6a; text-align: center; font-family: 'Oxygen', sans-serif; margin-top: 10px; margin-bottom: 20px; font-weight: bold"
>
Materials Scientist
</p>
</div>
</div>
</div>
</body>
<script>
$(".signout").click(function() {
window.location = "./awshome.html";
});
$(".recommend").click(function() {
window.location = "./courserecommendation2.html";
});
</script>
</html>