-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.php
More file actions
executable file
·43 lines (40 loc) · 2.84 KB
/
profile.php
File metadata and controls
executable file
·43 lines (40 loc) · 2.84 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<?include "user_header.php"?>
<div class="container">
<div class="content">
<div class="row" style="margin-left: 0px";>
<div class="span16">
<div class="row " style="margin-left: -10px; margin-bottom: 0px">
<?include "user_sidebar.php"?>
<div class="span9" style="margin-top: 20px; margin-bottom: 10px; border:3px solid #404040; height: 400px; margin-left: 50px; ">
<h3 style="text-align: center; line-height: 10px; margin-top: 10px; "> My Profile </h3>
<p style="text-align: left; margin-left: 10px; font-size: 18px; line-height: 10px; margin-top: 2px; font-weight: lighter;"> My skills </p>
<p style="text-align: left; margin-left: 20px; font-weight: bold; line-height: 10px; margin-top: 10px; "> Polytechnic or Technical school </p>
<p style="text-align: left; margin-left: 30px; font-weight: lighter; line-height: 10px; margin-top: 2px; "> -A </p>
<p style="text-align: left; margin-left: 20px; font-weight: bold; line-height: 10px; margin-top: 10px; "> University Degree </p>
<p style="text-align: left; margin-left: 30px; font-weight: lighter; line-height: 10px; margin-top: 2px; "> -B </p>
<p style="text-align: left; margin-left: 20px; font-weight: bold; line-height: 10px; margin-top: 10px; "> Previous Work Experience </p>
<p style="text-align: left; margin-left: 30px; font-weight: lighter; line-height: 10px; margin-top: 2px; "> -C </p>
<p style="text-align: left; margin-left: 20px; font-weight: bold; line-height: 10px; margin-top: 10px; "> Other Skills </p>
<p style="text-align: left; margin-left: 30px; font-weight: lighter; line-height: 10px; margin-top: 10px; "> -D </p>
<p style="text-align: left; margin-left: 10px; font-size: 18px; line-height: 10px; margin-top: 2px; font-weight: lighter;"> My Jobs </p>
<p style="text-align: left; margin-left: 20px; font-weight: bold; line-height: 10px; margin-top: 10px; "> Key Word </p>
<p style="text-align: left; margin-left: 30px; font-weight: lighter; line-height: 10px; margin-top: 2px; "> -A </p>
<p style="text-align: left; margin-left: 30px; font-weight: lighter; line-height: 10px; margin-top: 2px; "> -B </p>
<p style="text-align: left; margin-left: 30px; font-weight: lighter; line-height: 10px; margin-top: 2px; "> -C </p>
<p style="text-align: left; margin-left: 10px; font-size: 18px; line-height: 10px; margin-top: 2px; font-weight: lighter;"> My Top 10 </p>
<p style="text-align: left; margin-left: 20px; font-weight: bold; line-height: 10px; margin-top: 10px; "> <strong>Name, </strong> 07xx-xxxxxx</p>
</div>
</div>
</div>
</div>
</div>
<?include "bottom_pane.php"?>
<footer>
<p>© Duma 2011</p>
</footer>
</div>
</body>
</html>