-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
113 lines (102 loc) · 3.92 KB
/
index.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
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
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mei's Personal Site</title>
<link rel="stylesheet" href="styles.css">
<script type="module" src="js/main.js"></script>
<!-- Google Font Section -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat:wght@100;400;700;900&family=Sacramento&family=Ubuntu:wght@300;400;500;700&family=Xanh+Mono&display=swap" rel="stylesheet">
<link rel="icon" href="favicon1.ico">
</head>
<body>
<hr size="3" noshade>
<!-- Header Section -->
<table>
<tr>
<td><img class="png" src="mei1.png" alt="Mei's image"></td>
<td><h1>Mei Schulz</h1></td>
</tr>
</table>
<p class="p1"><em>Financial Freedom with <strong><a href="https://www.instagram.com/money_mei13/">MoneyMei</a></strong></em></p>
<p>Mei was born in Tokyo, Japan and raised in Shoreline, Washington. Mei spends her free time flying around the world & mastering foreign languages. She moved to sunny South Florida in 2016 to escape the cold and rain.</p>
<hr size="3" noshade>
<!-- Eductation Section -->
<h3>Education</h3>
<ul>
<li>In 2013 she graduated from the University of Washington, where she earned a Bachelor's of Arts in Linguistics.</li>
<li>Later earned a Master's of Arts in Bilingual and Multicultural Education at Universidad de Alcalá de Henares in Madrid, Spain.</li>
<li>Osaka Daigaku, Osaka, Japan — Maple Study Abroad Program</li>
<li><a href="https://agents.worldfinancialgroup.com/mei-ling-schulz">Licensed financial profesional in Washington, Florida, California, North Carolina and other states.</a></li>
<li><a href="https://meischulz.exprealty.com/">Licensed Real Estate Broker in the state of Florida and Washington</a></li>
</ul>
<!-- Work Experience Section -->
<hr size="3" noshade>
<h3>Work Experience</h3>
<table cellspacing="10">
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
<tr>
<td>June 2022 - Present:</td>
<td>World Financial Group (WFG) | <em><strong>Financial Profesional</strong></em></td>
</tr>
<tr>
<td>January 2019 - Present:</td>
<td>Your Coast to Coast Lifestyle LLC, Miami, FL & Seattle, WA | <em><strong>Real Estate Broker</strong></em></td>
</tr>
<tr>
<td>September 2016 - April 2021:</td>
<td>American Airlines, Miami, FL | <em>Bilingual English and Spanish <strong>Flight Attendant</strong></em></td>
</tr>
</table>
<!-- Skills Section -->
<hr size="3" noshade>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Financial Profesional</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Real Estate Broker</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Educator</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
</table>
<!-- Testimonial -->
<hr size="3" noshade>
<h3>Testimonials</h3>
<table cellspacing="10">
<table>
<tr>
<td><a href="https://g.page/buyandsellwithmei/review?gm"><em>Google</em></a></td>
</tr>
<tr>
<td><a href="https://www.zillow.com/profile/BuyAndSellWithMei/"><em>Zillow</em></a></td>
</tr>
<tr>
<td><a href="https://www.biggerpockets.com/co/exp-realty-mei-schulz"><em>Bigger Pockets</em></a></td>
</tr>
</table>
<hr size="3" noshade>
<!-- Footer Section -->
<h3>See you on Zoom!</h3>
<p> Visit my calendly to set up a time to get together by clicking here <a href="https://calendly.com/yourcoast2coastlifestyle"><em><strong>Calendly</strong></em></a></p>
<hr size="3" noshade>
<div class="div1">
<a class="a2" href="hobbies.html">My Hobbies</a>
</div>
<div class="div2">
<a class="a2" href="contact.html">Contact Me</a>
</div>
</body>
</html>