-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
26 lines (26 loc) · 1.18 KB
/
test.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title></title>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans&family=Pacifico&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="helper-styles.css">
</head>
<body>
<div id="css-table">
<div class="col">
<img src="profile_pic_circle.png" alt="" id="profile-pic">
</div>
<div class="col">
<p>I’m a current student at UC Berkeley studying EECS and Data Science. I love developing neat programs, teaching computer science, and producing beautiful work, music, or products (it don’t matter)!</p>
<h3 id="Find-me">Find Me:</h3>
<div id="scroll-margin"></div>
<a href="https://www.facebook.com/ivan.penev.7169" class="fa fa-facebook"></a>
<a href="https://twitter.com/_Ivan_Penev_" class="fa fa-twitter"></a>
<a href="https://www.linkedin.com/in/ivan-penev/" class="fa fa-linkedin"></a>
<a href="https://www.instagram.com/ivan_penev/" class="fa fa-instagram"></a>
</div>
</div>
</body>
</html>