-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebar.html
42 lines (41 loc) · 1.29 KB
/
sidebar.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
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">✕</a>
<p>
<a href="/">
<img src="/files/Caleb.jpg" width="85%" />
</a>
<br>
<br>
<a href="/"><u>Caleb Powell</u></a><br>
<!-- <br> -->
<!-- Electrical Engineering Technology Laboratory Supervisor - Purdue University Polytechnic Institute<br> -->
<br>
B.A. Physics & Mathematics<br>
<br>
M.S. Computer Science and Software Engineering<br>
</p>
<div class='parent'>
<div class='child'>
<a class="links" href="mailto: [email protected]">
<img src="/files/mail.png" width="10%" />
<span>Email</span>
</a>
</div>
<div class='child'>
<a class="links" href="https://www.linkedin.com/in/calebmpowell/">
<img src="/files/linkedin.png" width="10%" />
<span> LinkedIn</span>
</a>
</div>
<div class='child'>
<a class="links" href="https://github.com/kahleeeb3">
<img src="/files/github.png" width="10%" />
<span>Github</span>
</a>
</div>
<!-- <div class='child'>
<a class="links" href="/files/Powell, Caleb, Resume.pdf">
<img src="/files/resume.png" width="10%" />
<span>Resume</span>
</a>
</div> -->
</div>