-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (53 loc) · 3.04 KB
/
index.html
File metadata and controls
53 lines (53 loc) · 3.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Alexandra Scharpf">
<meta name="keywords" content="Carnegie Mellon University, Information Systems">
<meta name="description" content="Alexandra Scharpf's professional website">
<title>Alexandra Scharpf</title>
<link rel="stylesheet" href="static/style.css">
<link rel="stylesheet" href="static/templates.css">
<script defer src="static/script.js"></script>
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/5/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body style="font-family: Arial" onload="addYear()">
<header>
<h1 id="webname">Alexandra Scharpf</h1>
<nav class="nav">
<a href="javascript:void(0);" class="icon" onclick="toggle()">
<i class="fa fa-bars"></i>
</a>
<ul>
<div class="sections">
<a href="index.html" class="active">about</a>
<a href="views/cvcopy.html" >resume</a>
<a href="views/funcopy.html">play</a>
<a href="views/contactcopy.html">contact</a>
</div>
</ul>
</nav>
</header>
<h2 id="greeting">Hi, my name is Alexandra Scharpf</h2>
<div class="main containers">
<div class="mainimg">
<div class="w3-container w3-center w3-animate-opacity">
<img src="static/Headshotcopy.jpeg" alt="Alexandra's headshot" class="mainimg" width="300" height="300">
</div>
</div>
<div class="maincontent">
<p id="intro"> Hi, I am Alexandra Scharpf and appreciate you visting my website. I grew up in Chagrin Falls, Ohio and graduated from Chagrin Falls High School. Currently, I am attending Carnegie Mellon Univeristy and pursuing a degree in Information Systems. At CMU, I am involved in the Varisty Swim Team, Women in IS, and the Emerging Leaders Program.</p>
<button id="readMore" type="button">Read More</button>
<p id="longBio"> My academic interests lie at the intersection of technology, management, and problem-solving, and I’m eager to learn how technology can enhance business operations and improve lives. Looking ahead, I’m excited about the opportunities to further explore my passion for both tech and leadership through internships, projects, and professional development.</p>
<button id="readLess" type="button" style="display: none;">Read Less</button>
</div>
</div>
<footer class="footer">
<p id="footNote">designed 🎨 and coded 👩🏻‍💻 by Alexandra Scharpf ©</p>
<p id="copyYear"></p>
</footer>
</body>
</html>