-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
169 lines (142 loc) · 10.8 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="assets/luke_logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Luke's Website</title>
</head>
<body>
<canvas id="bg"></canvas>
<main>
<header>
<h1>Hello!</h1>
<p>🚀 Welcome to my website!</p>
</header>
<section>
<p><h1 align="center">Hi 👋, I'm Luke Sorvik</h1></p>
<h3 align="center">I’m currently pursuing a bachelor's degree in Computer Science at the University of Washington Seattle</h3>
<h3 align="center">I graduate June 2025</h3>
<ul>
<li><p>🌱 I’m currently learning <strong>Machine learning, javascript, C++, penetration testing with linux</strong></p>
</li>
<li><p>📫 How to reach me <strong>lukesorv@uw.edu</strong></p>
</li>
</ul>
<p><h3 align="left">Connect with me:</h3></p>
<p align="left">
<a href="https://linkedin.com/in/luke-sorvik" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg" alt="luke-sorvik" height="30" width="40" /></a>
</p>
<p><h3 align="left">Languages and Tools:</h3></p>
<p align="left"> <a href="https://www.arduino.cc/" target="_blank" rel="noreferrer"> <img src="https://cdn.worldvectorlogo.com/logos/arduino-1.svg" alt="arduino" width="40" height="40"/> </a> <a href="https://www.blender.org/" target="_blank" rel="noreferrer"> <img src="https://download.blender.org/branding/community/blender_community_badge_white.svg" alt="blender" width="40" height="40"/> </a> <a href="https://www.cprogramming.com/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/c/c-original.svg" alt="c" width="40" height="40"/> </a> <a href="https://www.w3schools.com/cpp/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/cplusplus/cplusplus-original.svg" alt="cplusplus" width="40" height="40"/> </a> <a href="https://flutter.dev" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/flutterio/flutterio-icon.svg" alt="flutter" width="40" height="40"/> </a> <a href="https://git-scm.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/git-scm/git-scm-icon.svg" alt="git" width="40" height="40"/> </a> <a href="https://www.java.com" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/java/java-original.svg" alt="java" width="40" height="40"/> </a> <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/javascript/javascript-original.svg" alt="javascript" width="40" height="40"/> </a> <a href="https://www.linux.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/linux/linux-original.svg" alt="linux" width="40" height="40"/> </a> <a href="https://www.photoshop.com/en" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/photoshop/photoshop-line.svg" alt="photoshop" width="40" height="40"/> </a> <a href="https://www.python.org" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/python/python-original.svg" alt="python" width="40" height="40"/> </a> <a href="https://reactjs.org/" target="_blank" rel="noreferrer"> <img src="https://raw.githubusercontent.com/devicons/devicon/master/icons/react/react-original-wordmark.svg" alt="react" width="40" height="40"/> </a> <a href="https://reactnative.dev/" target="_blank" rel="noreferrer"> <img src="https://reactnative.dev/img/header_logo.svg" alt="reactnative" width="40" height="40"/> </a> <a href="https://unity.com/" target="_blank" rel="noreferrer"> <img src="https://www.vectorlogo.zone/logos/unity3d/unity3d-icon.svg" alt="unity" width="40" height="40"/> </a> </p>
<p><img align="center" src="https://github-readme-stats.vercel.app/api/top-langs?username=lukesorvik&show_icons=true&locale=en&layout=compact" alt="lukesorvik" /></p>
</section>
<section class="light">
<h1 id="my-projects">My Projects</h1>
<h2 id="textmetheweather">TextMeTheWeather</h2>
<ul>
<li><strong>Description</strong>: Automated Weather Updates Via Text Messages</li>
<li><strong>Technologies Used</strong>: Python</li>
<li><strong>Github Repository</strong>: <a href="https://github.com/lukesorvik/TextMeTheWeather">TextMeTheWeather</a></li>
</ul>
<h2 id="data-structures-in-java">Data-Structures-in-Java</h2>
<ul>
<li><strong>Description</strong>: Implementation of various Data Structures and Sorting algorithms in Java.</li>
<li><strong>Technologies Used</strong>: Java</li>
<li><strong>Github Repository</strong>: <a href="https://github.com/lukesorvik/Data-Structures-in-Java">Data-Structures-in-Java</a></li>
</ul>
<h2 id="malloc-lab">Malloc-Lab</h2>
<ul>
<li><strong>Description</strong>: Implementation of functions for an explicit allocator with an explicit free list using C.</li>
<li><strong>Technologies Used</strong>: C</li>
<li><strong>Github Repository</strong>: <a href="https://github.com/lukesorvik/Malloc-Lab">Malloc-Lab</a></li><style>
a {
color: red; /* Change the color to your desired color */
}
</style>
</ul>
<h2 id="manipulating-bits-in-c">Manipulating-Bits-in-C</h2>
<ul>
<li><strong>Description</strong>: Store Management System implemented in C, with functionalities for managing aisles, stock refilling, order fulfillment, etc.</li>
<li><strong>Technologies Used</strong>: C</li>
<li><strong>Github Repository</strong>: <a href="https://github.com/lukesorvik/Manipulating-Bits-in-C">Manipulating-Bits-in-C</a></li>
</ul>
<h2 id="cache-and-matrix-transpose-optimization-project">Cache-and-Matrix-Transpose-Optimization-Project</h2>
<ul>
<li><strong>Description</strong>: Project involving cache parameter inference and matrix transpose optimization.</li>
<li><strong>Technologies Used</strong>: Makefile</li>
<li><strong>Github Repository</strong>: <a href="https://github.com/lukesorvik/Cache-and-Matrix-Transpose-Optimization-Project">Cache-and-Matrix-Transpose-Optimization-Project</a></li>
</ul>
<h2 id="leetcode">Leetcode</h2>
<ul>
<li><strong>Description</strong>: Repository of some Leetcode problems solved since June 2023.</li>
<li><strong>Github Repository</strong>: <a href="https://github.com/lukesorvik/Leetcode">Leetcode</a></li>
</ul>
</section>
<blockquote>
<p>It's ok to fail, as long as you google the solution after - Me, I said that</p>
</blockquote>
<section class="left">
<h2>🌮 Work History</h2>
<p>In the past I worked food service and other jobs I was interested in. I love video editing and 3D modeling, I also love interacting with customers.
One of my biggest strengths is my obsession with learning and finding solutions to problems. I am always looking for ways to improve my workflow and make things more efficient.
</p>
<h2 id="freelance-3d-artist">FREELANCE 3D ARTIST</h2>
<p><strong>Position</strong>: 3D Artist<br><strong>Location</strong>: Remote<br><strong>Duration</strong>: 2020 – Present </p>
<ul>
<li>Researched techniques to lead to 50% more efficient workflows to deliver projects to clients faster</li>
<li>Utilized Blender, Premiere Pro, and Photoshop to edit rendered photos and videos</li>
<li>Optimized 3D model topology to ensure fast and efficient rendering</li>
</ul>
<h2 id="freelance-video-editor">FREELANCE VIDEO EDITOR</h2>
<p><strong>Position</strong>: Editor<br><strong>Location</strong>: Remote<br><strong>Duration</strong>: 2017 – Present </p>
<ul>
<li>Communicated with clients to ensure that their vision of the project is met</li>
<li>Utilized software to ensure a fast workflow is used to meet project deadlines</li>
<li>Utilized Premiere Pro and After Effects to edit hours of footage into a cohesive product</li>
</ul>
<h2 id="smith-seattle-server">Smith, Seattle - Server</h2>
<p><strong>Position</strong>: Server<br><strong>Location</strong>: Seattle, WA<br><strong>Duration</strong>: 2023 -2023</p>
<ul>
<li>Providing great service using Toast POS</li>
<li>Recommending new weekly specials, drinks, and foods</li>
<li>Helping bartender when needed</li>
<li>Ensuring customer satisfaction</li>
</ul>
<h2 id="shooby-doo-catering">SHOOBY DOO CATERING</h2>
<p><strong>Position</strong>: Server<br><strong>Location</strong>: Seattle, WA<br><strong>Duration</strong>: 2022 – 2023 </p>
<ul>
<li>Provided exceptional service to guests in an extravagant museum setting</li>
<li>Acted effectively as a team member to serve, set up, 200+ capacity events</li>
<li>Demonstrated a professional and positive attitude while working under pressure</li>
</ul>
<h2 id="fiasco-seattle-expo-barback">Fiasco, Seattle - Expo, barback</h2>
<p><strong>Position</strong>: Expo, Barback<br><strong>Location</strong>: Seattle, WA<br><strong>Duration</strong>: 6 months, Started 2022 </p>
<ul>
<li>Coordinated with front and back of house to ensure orders were fulfilled according to server request</li>
<li>Cleaned and set tables, greeted guests, and provided excellent customer service</li>
<li>Managed high volume with 30 tables and 15 bar seats</li>
<li>Utilized Toast to fulfill front of house, Doordash, and UberEats orders</li>
</ul>
<h2 id="scott-s-dairy-freeze">SCOTT’S DAIRY FREEZE</h2>
<p><strong>Position</strong>: Assistant Manager<br><strong>Location</strong>: North Bend, WA<br><strong>Duration</strong>: 2019 – 2020 </p>
<ul>
<li>Led the team and assigned tasks to better meet projected sales</li>
<li>Solved customer and employee issues to ensure restaurant performance</li>
<li>Enhanced the work environment by listening to and supporting my team</li>
</ul>
<h2 id="los-cabos-north-bend-server">Los Cabos, North Bend - Server</h2>
<p><strong>Position</strong>: Server<br><strong>Location</strong>: North Bend, WA<br><strong>Duration</strong>: 2019 -2019</p>
<h2 id="jiffy-lube">JIFFY LUBE</h2>
<p><strong>Position</strong>: Car Technician<br><strong>Location</strong>: North Bend, WA<br><strong>Duration</strong>: 2018 – 2019 </p>
<ul>
<li>Communicated with customers about required services and explained manufacturer recommendations</li>
<li>Utilized manufacturer manuals to ensure correct procedures were followed for repairs</li>
</ul>
<h2 id="popeyes-north-bend-cashier-expo">Popeyes, North Bend - Cashier, Expo</h2>
<p><strong>Position</strong>: Cashier, Expo<br><strong>Location</strong>: North Bend, WA<br><strong>Duration</strong>: 1 year, Started 2017 </p>
</section>
</main>
<script type="module" src="/main.js"></script>
</body>
</html>