-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
126 lines (125 loc) · 11.3 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
<title>Hello my name is Lindsey</title>
<link rel="stylesheet" href="index.css">
</head>
<div id="header">
<input type="checkbox" id="scroll-mode" name="scroll-mode"/>
<label for="scroll-mode">Scroll Mode</label>
</div>
<body>
<div id="character"></div>
<div id="mobile-controls" >
<div id="mobile-left-button" style="display: none;">‹</div>
<div id="mobile-jump-button" style="display: none;">^</div>
<div id="mobile-right-button" style="display: none;">›</div>
</div>
<div id="main-page">
<div id="welcome" class="tab">
<div id="welcome-header" class="platform">HELLO, MY NAME IS LINDSEY</div>
<div id="tutorial"> Use the arrow keys or tilt your phone to navigate </div>
</div>
<div id="values" class="tab">
<div id="values-header" class="platform left">MY VALUES</div>
<div class="content right">
<p>Attention sovereignty ~ Curiosity/Challenge ~ Integrity ~ Listening to absorb ~ Taking roots ~ Simplicity ~ Reflection ~ Courage/Humility ~ Two-oneness ~ Gratitude ~ Empathy without understanding ~ Trust in time and lived experience</p>
</div>
</div>
<!-- <div id="dos" class="tab">
<div id="dos-header" class="platform right">DID,DOING,WILL DO</div>
<div class="content left">
<p><a target="_blank" href="TurnerLindseyResume.pdf">Resume</a></p>
<p>DID: Varsity Cross Country, Chinese Lion Dancing, <a target="_blank" href="https://www.metalmoose1391.org/">FRC Robotics</a>, HSK 3, <a target="_blank" href="https://proveitmath.org/">Prove it! Math Academy</a>, <a target="_blank" href="https://play.google.com/store/apps/details?id=com.ulend.hotels&gl=US">U-Lend Umbrellas App Development</a>, <a target="_blank" href="https://www.swarthmore.edu/new-students/summer-social-justice-institute">SSJI</a>, <a target="_blank" href="https://www.middlebury.edu/language-schools/languages/chinese/immersion">Middlebury Language Immersion School</a>,
Dietary Associate at local senior center, Ecosia on Campus, <a target="_blank" href="http://rad-systems.com/">RAD Self Defense</a>, CITI Social and Behavioral Human Research Training, Ultimate Frisbee, SwatSwivel Storytelling, C-Power Data Internship, <a target="_blank" href="https://re-volv.org/volunteer/">RE-volv Solar Fellowship</a>, art in student-run APIDA month gallery, blacksmithing, vote by mail</p>
<p>DOING: <a target="_blank" href="https://scholarship.tricolib.brynmawr.edu/handle/10066/22936">Aquaponics Research</a>, <a target="_blank" href="fossils/index.html">Fossil Hunting</a>, local mutual aid and environmental justice organizing, <a target="_blank" href="https://swarthmorephoenix.com/2022/02/24/ninjagrams-return-an-old-tradition-coming-back-to-life/">Ninjagrams</a>, Theatre Scene Shop assistant, Engineering tutoring,
<a target="_blank" href="https://www.instagram.com/bouquetswarthmore/reels/">supporting student-run fashion shows</a>, <a target="_blank" href="https://scientistrebellion.org/">Scientists' Rebellion</a></p>
<p>WILL DO: Cross-Laminated Timber research, <a target="_blank" href="https://www.swarthmore.edu/sustainability/presidents-sustainability-research-fellowship">President Sustainability Research Fellowship</a>
<p>"FAILED" TO DO (because we all need to be humanized): DOE internship, bubble tea employment, multiple local cafe employments, <a target="_blank" href="https://endfossil.com/">organizing End Fossil action</a>,
break 6 min mile, bring my robotics team to championships, get my art featured in school magazine, win Class Officer first-year of highschool</p>
</div>
</div>
<div id="academics" class="tab">
<div id="academics-header" class="platform left">ACADEMICS</div>
<div class="content right">
<p>Swarthmore College 2021-2025 ~ B.S. Engineering</p>
<p>Notable courses: Electrical Circuit Analysis, Semantics, Mechanics, Intro to Classical Chinese, Numerical Methods, Differential Equations, Experimental Design</p>
<p>Westtown School 2018-2021 ~ Highschool Diploma</p>
<p>Notable courses: Design & Engineering 1 and 2, Adv Calculus 1 and 2, Adv Linear Algebra, Adv Multivariable Calculus, Adv Religion, Resistance, & Revolution</p>
</div>
</div> -->
<div id="interests" class="tab">
<div id="interests-header" class="platform right">INTERESTS</div>
<div class="content left">
<p>programming ~ I have worked with HTML, CSS, JavaScript, PHP, SQL, Java, Python, C++ (Arduino), and Flutter for various projects. Check out some work on <a target="_blank" href="https://github.com/L1391/">my Github</a></p>
<p>art ~ I am a doodler, creative compiler, emotion expresser. Art is for every one</p>
<p>nature and the environment ~ I like growing life, observing the many stengths of our massive earth</p>
<p>running & hiking ~ After competing in XC, I am still an avid runner, making time for this special ritual. I love using it as a way to get outside and explore the places around me</p>
<p>philosophy ~ I love to think about and question everything. No academic pursuits, I just hope to incorperate analysis and reasoning into my daily life</p>
<p>puzzles ~ I like crosswords, cryptograms, rush hour, and of course jigsaw puzzles. My favorite jigsaws are by Jon Burgerman</p>
<p>languages ~ Languages are how we connect with people, which is why I find them so important. Learning: 中文, Türkçe, اللغة العربية. Bits and pieces: ASL and -- --- .-. ... .</p>
<p>exploring ~ I am curious and persistant, and I want to witness and feel the world</p>
</div>
</div>
<div id="favorites" class="tab">
<div id="favorites-header" class="platform left">FAVORITES</div>
<div class="content right">
<p>Online:
<a target="_blank" href="https://mitadmissions.org/blogs/">MIT Blogs</a> (specifically CJ, Cami, Vincent, Alan, Shuli),
<a target="_blank" href="https://www.youtube.com/c/MontereyBayAquarium">Monteray Bay Aquarium Livestreams</a>,
<a target="_blank" href="https://www.youtube.com/@EVNautilus/videos">EV Nautilus</a>,
<a target="_blank" href="https://www.youtube.com/watch?v=aPhrTOg1RUk">Envy by Contrapoints</a>,
<a target="_blank" href="https://www.youtube.com/watch?v=hbWJYuIkN_Y">Nostalgia Isn't What it Used to Be</a>,
<a target="_blank" href="https://www.youtube.com/watch?v=QE-J-O9Y8lA">Dancing Woodcocks</a>
</p>
<p>People:
<a target="_blank" href="https://mayaontheinter.net/">Maya Man</a>,
<a target="_blank" href="https://chellaman.com/">Chella Man</a>,
<a target="_blank" href="https://www.youtube.com/channel/UCcXhhVwCT6_WqjkEniejRJQ">Martin Mollin (Wintergatan)</a>,
<a target="_blank" href="https://www.youtube.com/channel/UC3KEoMzNz8eYnwBC34RaKCQ">Simone Giertz</a>,
<a target="_blank" href="https://www.youtube.com/user/Cercopithecan">Sebastian Lague</a>
</p>
<p>Books:
Project Hail Mary by Andy Weir (and his other books),
Transforming the Twentieth Century by Vaclav Smil (and his other books),
Pollution is Coloialism by Max Liboiron,
We Are the Ants by Josh David Hutchinson (and his other books),
The Future We Choose by Christiana Figueres and Tom Rivett-Carnec,
Like Streams to the Ocean by Jedidah Jenkins,
It's Lonely at the Centre of the Earth by Zoe Thorogood
</p>
<p>Texts:
<a target="_blank" href="https://poets.org/poem/sciences-sing-lullabye">The Sciences Sing a Lullabye</a>,
<a target="_blank" href="https://tirl.org/writing/cfd-on-selling-out.pdf">On Selling Out</a>,
<a target="_blank" href="https://www.belfercenter.org/sites/default/files/files/publication/TAPP-Afsaneh_Design%20From%20the%20Margins_Final_220514.pdf">Design From the Margins</a>,
<a target="_blank" href="https://libcom.org/article/patriotism-and-government-leo-tolstoy">Leo Tolstoy on Patriotism</a>,
<a target="_blank" href="https://en.wikiquote.org/wiki/Discourse_on_Inequality">Rousseau's Discourse on Inequality</a>
</p>
<p>Music: Superorganism, MICHELLE, flipturn, Conan Gray, Clairo, Maude Latour, Kirby's Epic Yarn OST, Pokemon Gen 5 OST, Night in the Woods OST, Baba Is You OST</p>
<p>Media: Everything Everywhere All At Once, Barber Westchester, Fantasmas</p>
</div>
</div>
<div id="explorations" class="tab">
<div id="explorations-header" class="platform right">EXPLORATIONS</div>
<div class="content left">
<p>AKA my *in progress* blog <a href="https://github.com/L1391/l1391.github.io/tree/main/explorations"> LOOKIE HERE</a> </p>
<p>Add your email to this group <a href="https://groups.google.com/u/0/g/hellomynameislindseyblog">Google Groups</a></p>
<p>This is a homemade endeavor, probably out of stubborness to not use tinyletter, mailchimp, substack. By no means is it optimal, but it gave me a fun challenge.
I am using a Github push webhook, to Supabase Edge Functions, to Resend, and then (unfortunately) manually forwarding the result to the Google Group
</p>
</div>
</div>
<div id="contact" class="tab">
<div id="contact-header" class="platform left">CONTACT</div>
<div class="content right">
<p>Now that you know me, I want to know you</p>
<p>I do not use social media, email me at <a target="_blank" href="mailto:lindseyjturn@gmail.com">lindseyjturn@gmail.com</a> or connect with me on <a target="_blank" href="www.linkedin.com/in/lindsey-j-turner">Linkedin</a></p>
</div>
</div>
</div>
</body>
<div id="footer">© 2024 Lindsey Turner </div>
<script type="text/javascript" src="index.js"></script>
</html>