-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmyprofile.html
211 lines (192 loc) · 11.2 KB
/
myprofile.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="assets/scss/main.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="/assets/img/favicon.ico /">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="manifest" href="assets/img/site.webmanifest">
<title>EDUSPACE</title>
</head>
<body class="mobiletest">
<nav class="mobilenav">
<ul>
<li>
<a href="index.html">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 20 20" fill="currentColor">
<path
d="M5 3a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2V5a2 2 0 00-2-2H5zM5 11a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2v-2a2 2 0 00-2-2H5zM11 5a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V5zM11 13a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" />
</svg>
<br>
Dashboard
</a>
</li>
<li>
<a href="spaces.html">
<svg xmlns="http://www.w3.org/2000/svg" class="icon h-5 w-5" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
<br>
Spaces
</a>
</li>
<li>
<a href="schedule.html">
<svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd"
d="M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z"
clip-rule="evenodd" />
</svg>
<br>
Schedule
</a>
</li>
<li>
<a class="menu-collapsed" onclick="openNav()">
<svg xmlns="http://www.w3.org/2000/svg" class="icon h-5 w-5" viewBox="0 0 20 20"
fill="currentColor">
<path fill-rule="evenodd"
d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z"
clip-rule="evenodd" />
</svg>
<br>
Menu
</a>
</li>
</ul>
</nav>
<nav class="mobiletop">
<ul>
<li class="logo"><a href="index.html"><img src="assets/img/logo.png" alt="">
</a></li>
<li class="logodesktop"><a href="index.html"><img src="assets/img/logo-text.svg" alt="">
</a></li>
<section id="profilewrapper">
<div id="profilepicture"><img src="assets/img/teacher-sm.jpg"></div>
<div id="email">[email protected]</div>
<div id="fullname">
<a href="myprofile.html">John Johnson</a>
</div>
<li id="notification"><a onclick='notificationPop()'><svg xmlns="http://www.w3.org/2000/svg" class="icon" viewBox="0 0 20 20" fill="currentColor">
<path
d="M10 2a6 6 0 00-6 6v3.586l-.707.707A1 1 0 004 14h12a1 1 0 00.707-1.707L16 11.586V8a6 6 0 00-6-6zM10 18a3 3 0 01-3-3h6a3 3 0 01-3 3z" />
</svg><span id="notification_total">2</span></a><section id="notification_overlay"><h3>Latest notifications</h3><ul><li><h4>Schedule change</h4><p>Due to transport issues, todays class have been delayed. See todays schedule</p></li><li><h4>Feedback - UX design</h4><p>Feedback available on mandatory 2 on EDUSPACE</p></li><li><h4>Schedule change</h4><p>Due to transport issues, todays class have been delayed. See todays schedule</p></li><li><h4>Schedule change</h4><p>Due to transport issues, todays class have been delayed. See todays schedule</p></li></ul></section></li>
</section>
</ul>
</nav>
<nav>
<div id="mobile-nav-overlay" class="overlay">
<div class="overlay-content">
<a href="#">Dashboard</a>
<a href="#">Schedule</a>
<a href="#">Assignments</a>
<a href="#">Resources</a>
<a href="#">General info</a>
<a href="#">Spaces</a>
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">Close <span>×</span></a>
</div>
</div>
</nav>
<main class="container">
<div class="sidebarnav">
<div class="logodesktop">
<a class="" href="index.html"><img src="assets/img/logo-text.svg" alt="">
</a>
</div>
<ul>
<li><svg xmlns="http://www.w3.org/2000/svg" class="icon h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path d="M5 3a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2V5a2 2 0 00-2-2H5zM5 11a2 2 0 00-2 2v2a2 2 0 002 2h2a2 2 0 002-2v-2a2 2 0 00-2-2H5zM11 5a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V5zM11 13a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" />
</svg><a href="index.html">Dashboard</a></li>
<li><svg xmlns="http://www.w3.org/2000/svg" class="icon h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z" clip-rule="evenodd" />
</svg><a href="schedule.html">Schedule</a></li>
<li><svg xmlns="http://www.w3.org/2000/svg" class="icon h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path d="M8 3a1 1 0 011-1h2a1 1 0 110 2H9a1 1 0 01-1-1z" />
<path d="M6 3a2 2 0 00-2 2v11a2 2 0 002 2h8a2 2 0 002-2V5a2 2 0 00-2-2 3 3 0 01-3 3H9a3 3 0 01-3-3z" />
</svg><a href="assignments.html">Assignments</a></li>
<li><svg xmlns="http://www.w3.org/2000/svg" class="icon h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path d="M2 6a2 2 0 012-2h5l2 2h5a2 2 0 012 2v6a2 2 0 01-2 2H4a2 2 0 01-2-2V6z" />
</svg><a href="">Resources</a></li>
<li><svg xmlns="http://www.w3.org/2000/svg" class="icon h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd" d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z" clip-rule="evenodd" />
</svg><a href="">General info</a></li>
</ul>
<ul class="sidebarbottom">
<li><a>Spaces</a></li>
<li><details class="nestednavitems">
<summary>Webdev - 1. sem</summary>
<div>
<a href="#">User Experience</a>
<a href="#">Web Development</a>
<a href="#">Database</a>
</div>
</details></li>
<li>
<details class="nestednavitems">
<summary>Webdev - 2. sem</summary>
<div>
<a href="#">User Experience</a>
<a href="#">Web Development</a>
<a href="#">Database</a>
</div>
</details>
</li>
</ul>
</div>
<div class="myprofile">
<img src="assets/img/teacher-sm.jpg" alt="Profile Picture" class="profileimg">
<div class="card-container">
<div>
<div class="profileinfo">
<h3>Full name</h3>
<ul>
<li>
<p>John Johnson</p>
</li>
</ul>
<h3>Phone number</h3>
<ul>
<li>
<p>+45 12 34 56 78</p>
</li>
</ul>
<h3>Email Address</h3>
<ul>
<li>
<p>[email protected]</p>
</li>
</ul>
<div class="profilesome">
<h3>Social Media</h3>
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-3 7h-1.924c-.615 0-1.076.252-1.076.889v1.111h3l-.238 3h-2.762v8h-3v-8h-2v-3h2v-1.923c0-2.022 1.064-3.077 3.461-3.077h2.539v3z"/></svg>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z"/></svg>
</div>
</div>
</div>
</div>
<div class="card-container change-profile">
<form>
<label for="fname">First name:</label><br>
<input type="text" id="fname" name="fname" ><br>
<label for="lname">Last name:</label><br>
<input type="text" id="lname" name="lname"><br>
<label for="birthday">Date of birth:</label><br>
<input type="date" id="dateofbirth" name="birthday" onfocus="(this.type='date')" onfocusout="(this.type='text')"><br>
<label for="homepage">Linkedin</label><br>
<input type="url" id="homepage" name="linkedin"> <br>
<label for="homepage">Facebook</label><br>
<input type="url" id="homepage" name="facebook"><br>
<input type="submit" value="Send">
</form>
</div>
<button class="changeinfo">Change info</button>
</div>
</main>
<script src="assets/js/app.js"></script>
</body>
</html>