-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (35 loc) · 1.72 KB
/
index.html
File metadata and controls
44 lines (35 loc) · 1.72 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
<!DOCTYPE html>
<html>
<head>
<title>Homepage</title>
<link rel="stylesheet" href="styles.css"/>
<meta name="viewport" content="width=device-width">
</head>
<body style="background-color: #e1dcdc">
<div class="topnav">
<a href="index.html"> Homepage </a>
<a href="second.html"> Projects </a>
<a href="third.html"> Interests </a>
<!-- <a href="fourth.html"> Contact Me </a> -->
</div>
<h1>Ana Leonardo</h1>
<div class="homeImg1">
<img
src="https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/rm452-f-012-kvvoia1v.jpg?w=800&dpr=1&fit=default&crop=default&q=65&vib=3&con=3&usm=15&bg=F4F4F3&ixlib=js-2.2.1&s=7036321416d0b9255f5a8c0c2466d770" alt="Images has vintage feel">
<img src="https://i0.wp.com/ideawallpapers.com/wp-content/uploads/2021/12/beige-wallpaper-14.jpg?resize=770%2C1027&ssl=1"
style="width:610px;height:532px" alt="Image with girl's shadow">
</div>
<div class="aboutMe">
<h2 class="center">About Me</h2>
<p>Hello! My name is Ana Leonardo.</p>
<div></div>
<p>I am a student at Lehman College majoring in Computer Science.</p>
<div></div>
<p>I have worked with JAVA, HTML, CSS and Python.</p>
<p>I have made projects for classes including Minesweeper,
food menus as well as Android apps!</p>
<p>I have also participated in Hackathons as well as worked on side projects!</p>
<p>Welcome to my Semi Portfolio and learn more about me!</p>
</div>
</body>
</html>