-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (86 loc) · 3.98 KB
/
index.html
File metadata and controls
106 lines (86 loc) · 3.98 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>All About Sol Troche-Rodrigo</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class = "main-heading">
<div class="header-container">
<h1>About Sol Troche-Rodrigo</h1>
<img class="logo" src="images/logo-sol.png" alt="Sol's Star Logo">
</div>
<h3 id="Quick_Links_Bar">Quick Links Navigation Section</h3>
<p class="topnav">
<a href = "#Background">Background</a>
<a href = "#Interests">Interests</a>
<a href="contact.html">Contact</a>
<a href="projects.html">Projects</a>
<a href="index-hw2.html">Index</a>
<p>
</div>
<div class = "sections" >
<h2 id="Background" class="headings">Background</h2>
<div class="img_text_layout">
<img
src="images/mallorca.jpg"
alt="Sol"
width="300"
class="img_layout"
/>
<p class="text">
Hello, I was born in the United States, but grew up in Spain. I spent eleven years in Mallorca, a beautiful island that has been growing in popularity. Overall, I enjoy learning, going on adventures, and meeting new people. My MBTI is ENFP, I am an Aries, and I am twenty-one-years-old.
</p>
</div>
<div class="img_text_layout">
<img
src="images/sol.png"
alt="Sol"
width="300"
class="img_layout"
/>
<p class="text">
I transferred to Babson College in the Fall of 2024. So far, I have really liked my time in Boston and am taking advantage of every opportunity I can. My future plans include living in a sunny place, exploring the world, and working in fields I enjoy. Additionally, I would love to help animals in any capacity that I am able to.
</p>
</div>
</div>
<div class = "sections" >
<h2 class="headings" id="Interests">My Interests</h2>
<div class="img_text_layout">
<img
src="images/Malaysia.jpg"
alt="Sol in Malaysia"
width="300"
class="img_layout"
/>
<p class="text">
One of my hobbies includes traveling around the world. I still have many places to visit, but little by little I hope to place foot in all 195 of countries! My next must-visits are <i>Australia, Bolivia, New Zealand, Nepal, and China</i>. Fingers crossed I get to visit one day.
</p>
</div>
<div class="img_text_layout">
<img
src="images/spain-flag.gif"
alt="Gif of Penguin and Spanish Flag"
width="300"
class="img_layout"
/>
<p class="text">
In the meantime, I entertain myself with learning and memorising the flags of the world. Click
<a href="https://www.sporcle.com/games/g/worldflags" target="_blank"><b>here</b></a>
to learn about them and practice your knowledge. Personally, my next challenge is to learn every African flag!
</p>
</div>
</div>
<div>
<div class = "sections">
<h3 class="headings">Location</h3>
<div class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d11804.517101516816!2d-71.27519848442626!3d42.297106912677584!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89e381418b1914ef%3A0x4ef71f3899e76a89!2sBabson%20College!5e0!3m2!1sen!2ses!4v1742429872873!5m2!1sen!2ses" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade">
</iframe>
</div>
</div>
</div>
</body>
</html>