-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofRefs.html
More file actions
106 lines (95 loc) · 4.33 KB
/
profRefs.html
File metadata and controls
106 lines (95 loc) · 4.33 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gheleb Netabai - Professional References</title>
<meta charset="utf-8">
<link rel="stylesheet" href="portfolioGN.css">
<link rel="icon" type="image/x-icon" href="Logo.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A listing of Gheleb Netabai's public professional references. These include staff of Franklin College and employers at Indianapolis, Indiana (IN) Marion County Public Health Department.">
</head>
<body>
<h1>
<a href="index.html">Gheleb Netabai's Professional Portfolio</a>
</h1>
<nav>
<div class="navbar">
<a href="index.html">Home</a>
<a href="aboutMe.html">About Me</a>
<div class="dropdown">
<button class="dropbtn">Experience
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="resume.html">Resume</a>
<a href="profRefs.html">Professional References</a>
</div>
</div>
<div class="dropdown">
<button class="dropbtn">Portfolio
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="portfolioSD.html">Software Development</a>
<a href="portfolioH&S.html">Health & Sciences</a>
</div>
</div>
<a href="contact.html">Contact Information</a>
</div>
</nav>
<div id="wrapper">
<div id="refhero"></div>
<main>
<h2>Experience :: Prof. References</h2>
<section>
<h3><b>Below you will find currently available references.</b></h3>
<p>
<i><b>NOTE:</b> Only individuals who have explicitly consented to providing a continously displayed, public reference will be listed here. This list is <b><u>not</u></b> exhaustive, but will be updated periodically.</i>
</p>
<p>
<i>Should further/more specific references be required for your purposes, <u>please <a href="contact.html">contact</a> Gheleb Netabai directly for the relevent information to be provided.</u></i>
</p>
</section>
<div id="flow">
<section>
<h3><b>Rose Finney</b></h3>
<p>
Clinical Laboratory Supervisor at the Marion County Public Health Department
<br>
<a href="https://www.linkedin.com/in/rose-finney-382a8a3b">LinkedIn Page</a>
<br>
<b>E-mail:</b> <a href="mailto:RFinney@marionhealth.org"> RFinney@marionhealth.org</a>
<br>
<b>Phone:</b> 317.221.4680
</p>
</section>
<section>
<h3><b>Dr. Wei Wei - Ph.D.</b></h3>
<p>
Assistant Professor of Chemistry at Franklin College
<br>
<a href="https://franklincollege.edu/academics/majors/chemistry-at-franklin-college/wei-wei-ph-d/">Franklin College Profile Page</a>
<br>
<b>E-mail:</b> <a href="mailto:wwei@FranklinCollege.edu"> wwei@FranklinCollege.edu</a>
<br>
<b>Phone:</b> 317.738.8309
</p>
</section>
</div>
</main>
<footer>
<br>
Copyright © 2023 Gheleb Netabai
<br>
<div id="last_modified"></div>
<script>
const lastModified = new Date(document.lastModified);
const formattedDate = lastModified.toLocaleDateString();
const message = `This page was last modified on: ${formattedDate}`;
const lastModifiedDiv = document.getElementById('last_modified');
lastModifiedDiv.textContent = message;
</script>
</footer>
</div>
</body>
</html>