This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
user_profile.html
235 lines (211 loc) · 8.62 KB
/
user_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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/bootstrapcss/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="css/user_profile.css" />
<link rel="stylesheet" type="text/css" href="css/user_profile.css" />
<link rel="stylesheet" type="text/css" href="css/modal.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="css/navbar.css" />
<script type="module" src="js/navbar.js"></script>
<script src="https://kit.fontawesome.com/3d65243769.js" crossorigin="anonymous"></script>
<script src="bootstrapjs/bootstrap.js"></script>
<script type="module" src="js/user_profile.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.1.0-rc.0/css/select2.min.css" rel="stylesheet" />
<title>User Profile</title>
</head>
<body>
<header>
<div class="navbar">
<div class="navbar-section" id="title-section">
<a id="title">
<img src="images/logo2.png" height="50px" /> Smart Student
Projects</a>
</div>
<div class="navbar-section" id="pages-section">
<a href="home.html">
<button class="button_nav" style="font-size: 13px">
<i class="fa-solid fa-house"></i>
Home
</button></a>
<a href="about.html">
<button class="button_nav" style="font-size: 13px">
<i class="fa-solid fa-address-card"></i>
About
</button></a>
<a href="ranking.html">
<button class="button_nav" style="font-size: 13px">
<i class="fa-solid fa-ranking-star"></i>
Ranking
</button></a>
<a href="projects.html">
<button class="button_nav" style="font-size: 13px">
<i class="fa-solid fa-lightbulb"></i>
Projects
</button></a>
</div>
<div class="navbar-section" id="login-profile-section">
<a href="project_submission.html" id="menu_submit_project">
<button class="button_green" style="
font-size: 13px;
margin-bottom: 10px;
margin-top: 10px;
margin-right: 10px;
">
Upload
<i class="fa-solid fa-plus"></i>
</button>
</a>
<a href="index.html" id="menu_loginregister">
<button class="button_nav" style="font-size: 13px">
<i class="fa-solid fa-right-to-bracket"></i>
Login/Register
</button></a>
<a href="user_profile.html">
<button class="button_nav" style="font-size: 13px" id="menu_profile">
<i class="fa-solid fa-user"></i>
Profile
</button></a>
<a href="#"><button class="button_nav" id="menu_logout" style="background: red">
<i class="fa-solid fa-right-from-bracket fa-lg" style="color: #fff"></i></button></a>
</div>
</div>
</header>
<div class="container py-5">
<div class="row">
<div class="col-lg-4">
<div class="card mb-4" id="card_id">
<div class="card-body text-center">
<img id="user_image" src="https://mdbcdn.b-cdn.net/img/Photos/new-templates/bootstrap-chat/ava3.webp"
alt="avatar" class="rounded-circle img-fluid" style="width: 100px" />
<h5 class="my-3" id="user_name">Name</h5>
<p id="user_email">E-Mail</p>
<br />
<div class="d-flex justify-content-center mb-2">
<button type="button" class="btn btn-primary" id="editprofile">
Edit Profile
</button>
</div>
</div>
</div>
<div class="card mb-4 mb-lg-0" id="card_id">
<div class="card-body text-center">
<ul class="list-group list-group-flush rounded-3">
<h4 class="justify-content-between p-3">Contact Here:</h4>
<li class="d-flex justify-content-between align-items-center p-3">
<i class="fa-solid fa-envelope fa-xl" style="color: #030303"></i>
<p class="mb-0" id="contact_email">UserEmail</p>
</li>
<li class="d-flex justify-content-between align-items-center p-3">
<i class="fab fa-linkedin fa-xl" style="color: #0072b1"></i>
<p class="mb-0" id="user_linkedin">UserLinkedin</p>
</li>
<li class="d-flex justify-content-between align-items-center p-3">
<i class="fab fa-github fa-xl" style="color: #ffffff"></i>
<p class="mb-0" id="user_github">UserGithub</p>
</li>
<li class="d-flex justify-content-between align-items-center p-3">
<i class="fab fa-twitter fa-xl" style="color: #55acee"></i>
<p class="mb-0" id="user_twitter">UserTwitter</p>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-8">
<div class="card mb-4" id="card_id">
<div class="card-body">
<div class="row">
<div class="col-sm-3">
<p class="mb-0"><b>Full Name</b></p>
</div>
<div class="col-sm-9">
<p id="user_name2">Name</p>
</div>
</div>
<hr />
<div class="row">
<div class="col-sm-3">
<p class="mb-0"><b>Email</b></p>
</div>
<div class="col-sm-9">
<p id="user_email2">[email protected]</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="card mb-4 mb-md-0" id="card_id">
<div class="card-body">
<h4 style="margin-bottom: 20px">Projects</h4>
<p class="mb-1" style="font-size: 0.77rem">
<h6 style="color: white;"><b>Project 1      </b><a href="singleProject.html"
style="color: white; text-decoration: none;">
<i class="fa-solid fa-up-right-from-square fa-lg" style="color: #00bbff;"></i></a>
</h6>
</p>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 20px">
<div class="col-md-12">
<div class="card mb-4 mb-md-0" id="card_id">
<div class="card-body">
<h3>Are you Hiring?</h3>
<h4>
Are you a company or organisation looking to hire fresh new
talent??
</h4>
<h5>
Feel free to contact the student from their contact details!
</h5>
<br />
<i class="fa-solid fa-circle-left fa-2xl" style="color: #ffffff"></i>
<img src="images/company.png" height="300px" style="float: right; margin-left: 20px" />
</div>
</div>
</div>
</div>
<!-- <div class="container">
<form>
<input type="text" id="universitySelect" class="form-control" placeholder="Search for a university" />
</form>
</div> -->
</div>
</div>
<div id="myModal" class="modal" style="display: none">
<div class="modal-content">
<span class="close" id="closeButton">×</span>
<span>
<h2 style="color: black">Edit Profile</h2>
</span>
<div class="social-input">
<i class="fab fa-linkedin fa-2xl" style="color: #0072b1"></i>
<input type="text" id="edit_linkedin" placeholder="Enter LinkedIn" />
</div>
<div class="social-input">
<i class="fab fa-github fa-2xl" style="color: #333333"></i>
<input type="text" id="edit_github" placeholder="Enter Github" />
</div>
<div class="social-input">
<i class="fab fa-twitter fa-2xl" style="color: #55acee"></i>
<input type="text" id="edit_twitter" placeholder="Enter Twitter" />
</div>
<p>
<br />
<button id="edit_profile_submit">Save Changes</button>
<button id="btn_close">Cancel</button>
</p>
</div>
</div>
</div>
</body>
<script src="https://kit.fontawesome.com/3d65243769.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.1.0-rc.0/js/select2.min.js"></script>
<script type="module" src="js/user_not_login.js"></script>
</html>