-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathprofiles.html
99 lines (88 loc) · 2.87 KB
/
profiles.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="./src/styles/profilestyle.css">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ቀጣሪ</title>
<link rel="stylesheet" href="src/styles/about us.css">
</head>
<header>
<div>
<img id="logoImage" src="assets\logo\phd-logos.jpg">
</div>
<nav>
<ul>
<li> <a href="jobs.html" > Jobs </a> </li>
<li> <a href="postJob.html"> Post a Job </a> </li>
<li> <a href="cvGenerator.html"> Cv Generator </a> </li>
<li><a href="about us.html">About Us</a></li>
<li> <a href="contact.html"> Contact Us </a> </li>
</ul>
</nav>
</header>
<body>
<div class="main active">
<div class="left-side">
<img src="./assets/illustrations/undraw_male_avatar_323b.svg" class="pro-img">
<br>
<h1>Contact</h1>
<p class="contact" id="pnumber" ></p>
<span id="email"></span>
<span id="address"></span>
<br>
<h1 class="about-h1" >Reference</h1>
<p id="fRefName"></p>
<p id="fRefPhone"></p>
<p id="sRefName"></p>
<p id="sRefPhone"></p>
<br>
<h1 class="edu-h1">Education</h1>
<p id="schoolName"></p>
<p id="schoolLocation"></p>
<p id="degreeDate"></p>
<p id="degree"></p>
<br>
<h1 class="edu-h1">language</h1>
<p id="flanguage"></p>
<div id="progress2"></div>
<p id="slanguage"></p>
<div id="progress"></div>
</div>
<div class="right-side">
<div class="head">
<h2 style="display: inline;"> <span id="fname" ></span></h2><h2 style="display: inline;"> <span id="lname" style="color: black;"> </span> </h2>
<p id="profession" ></p>
</div>
<div class="box">
<h2 class="heading">Work History</h2>
<p class="heading-1">Job Title</p>
<p id="jobTitle"></p>
<p class="heading-1">Company</p>
<p id="employer"></p>
<p class="heading-1">Job Duration</p>
<p id="date"></p>
</div>
<div class="box">
<h2 class="heading">Professional Skills</h2>
<p id="skill1"></p>
<div id="progress"></div>
<p id="skill2"></p>
<div id="progress1"></div>
<p id="skill3"></p>
<div id="progress2"></div>
</div>
<br>
<div class="clearfix"></div>
</div>
</div>
<script src="./src/js/profileScript.js"></script>
<!-- Footer -->
<footer>
<p>rozgr © <script>document.write(new Date().getFullYear());</script> All Rights Reserved!</p> </footer>
</body>
</html>