-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (37 loc) · 1.53 KB
/
Copy pathindex.html
File metadata and controls
46 lines (37 loc) · 1.53 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
<!DOCTYPE html>
<html>
<nav>
<div class="heading">
<h4> Afra Mahammad</h4>
</div>
<div class="nav_links">
<a class="active" href="index.html">Home</a>
<a href="skills.html">Skills</a>
<a href="experience.html">Experience</a>
<a href="projects.html">Projects</a>
</div>
</nav>
<head>
<link rel="stylesheet" href="style.css">
<script src="js/test.js"></script>
<title>Afra Mahammad</title>
</head>
<body>
<section>
<img src="images/me.png" alt="Avatar" style="vertical-align: top;">
<div class="circle"></div>
<h3 style="font-size: 50px">Hi! <br> My name is Afra :)</h3>
<h1>I am a junior at Santa Clara University, majoring in
<span style="color: #c14b07" >Computer Science and Engineering </span>,
and minoring in Math and Graphic Design!
</h1>
<h1> I am a software engineer interested in full-stack development, with experience in AI and UI/UX.
Besides my interest in coding, I love looking at different websites and getting
inspired by the layout and ideas. I also love spending time with family, and
taking walks outside!
</h1>
<button onclick="gotoLink(this)" value="images/resume.pdf">My Resume</button>
</section>
<!--<p class="heyClass">hey</p>-->
</body>
</html>