-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (115 loc) · 6 KB
/
index.html
File metadata and controls
115 lines (115 loc) · 6 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
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/6aca8af409.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="flex-container view-padding title-padding">
<div class="item">
<h1 class="hello">Hello.</h1>
<p>My name is Lexline, and I am a self-taught software developer who enjoys drawing and watching anime when I'm not programming. I mainly work with Swift, Python, and C++, and I'm currently studying computer science.</p>
<a href="mailto:lexlinejj27@gmail.com">Contact Me</a>
<br><br>
<a href="https://github.com/codeswift27" style="text-decoration: none">
<i class="fa-brands fa-github fa-lg space" style="color:white"></i>
</a>
<a href="https://www.behance.net/lexlinejohnson" style="text-decoration: none">
<i class="fa-brands fa-behance fa-lg space" style="color:white"></i>
</a>
<a href="https://twitter.com/codeswift27" style="text-decoration: none">
<i class="fa-brands fa-twitter fa-lg space" style="color:white"></i>
</a>
<a href="https://www.linkedin.com/in/lexlinejj/" style="text-decoration: none">
<i class="fa-brands fa-linkedin fa-lg" style="color:white"></i>
</a>
</div>
<div class="item center padding">
<img src="profile_pic.png" class="circle-crop">
</div>
</div>
<div class="view-padding">
<h1>Projects</h1>
<br><br>
<div class="grid-container">
<div>
<div class="grid-padding">
<div class="flex-space">
<div class="padding-top padding-right">
<img src="meowmap-light.png" class="app-icon">
</div>
<div>
<h3 class="inline space">MeowMap</h3>
<p style="color:rgba(255, 255, 255, 0.3);", class="inline"><i class="fa-solid fa-medal"></i> 2025 Code for Change Hackathon</p>
<p>MeowMap is an app for cat lovers in Gainesvile, FL! Track stray cats through posting and sharing sightings, and view TNR and health status of cats to care for cats and help the environment.</p>
<a href="https://devpost.com/software/meowmap-uf">View on Devpost ></a>
</div>
</div>
</div>
</div>
<div>
<div class="grid-padding">
<div class="flex-space">
<div class="padding-top padding-right">
<img src="fish_focus_icon.png" class="app-icon">
</div>
<div>
<h3 class="inline space">Fish Focus</h3>
<p>Fish Focus is a time management app that combines to-do lists and focus timers with fish! Create tasks and deadlines, and set timers to complete them. Enjoy relaxing graphics while you work, and complete tasks to add fish to your aquarium!</p>
<a href="https://github.com/codeswift27/fish-focus.git">View on GitHub ></a>
</div>
</div>
</div>
</div>
<div>
<div class="grid-padding">
<div class="flex-space">
<div class="padding-top padding-right">
<img src="quantum_entanglement_icon.png" class="app-icon">
</div>
<div>
<h3 class="inline space">Quantum Entanglement</h3>
<p style="color:rgba(255, 255, 255, 0.3);", class="inline"><i class="fa-solid fa-medal"></i> 2022 Swift Student Challenge</p>
<p>What if things aren't always what they seem? Quantum Entanglement is an interactive exploration of quantum entanglement and the world of quantum physics. Read through a simplified text explainer, enjoy the animated visuals, and try out the interactive examples!</p>
<a href="https://github.com/codeswift27/quantum-entanglement.git">View on GitHub ></a>
</div>
</div>
</div>
</div>
<div>
<div class="grid-padding">
<div class="flex-space">
<div class="padding-top padding-right">
<img src="christmas_connect_icon.png" class="app-icon">
</div>
<div>
<h3 class="inline space">Christmas Connect</h3>
<p style="color:rgba(255, 255, 255, 0.3);", class="inline"><i class="fa-solid fa-medal"></i> 2021 Holiday Coding Competition</p>
<p>Christmas Connect is a simple matching game where you match gifts of the same color to earn points. To complete a level, you must earn a required amount of points, which will be shown at the top left corner of the screen. But be careful, you only have a limited number of moves!</p>
<a href="https://github.com/codeswift27/christmas-connect.git">View on GitHub ></a>
</div>
</div>
</div>
</div>
<div>
<div class="grid-padding">
<div class="flex-space">
<div class="padding-top padding-right">
<img src="weather_icon.png" class="app-icon">
</div>
<div>
<h3>Weather</h3>
<p>Weather is a simple weather app. You can use it to get to get the weather at your current location, or you can get weather forecasts for other locations. You can also search for and add other locations to your saved list. To get quick and easy weather forecasts for you and your friends, try out Weather!</p>
<a href="https://github.com/codeswift27/weather.git">View on GitHub ></a>
</div>
</div>
</div>
</div>
</div>
<br><br>
<p><a href="https://github.com/codeswift27/latin-quizlet-creator.git">Latin vocab list creator</a> and more on my <a href="https://github.com/codeswift27">GitHub</a>!</p>
<div class="padding"></div>
</div>
</body>
</html>