Gitea changes
Change title from Ethan's GitHub to Ethan's Portfolio Change github logo to git logo and link to gitea account Fix weird unicode chracter that didn't display well on all browsers Change cpp-console-game entry to link to gitea rather than github repository
This commit is contained in:
14
index.html
14
index.html
@ -7,7 +7,7 @@
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ethan's Github</title>
|
||||
<title>Ethan's Portfolio</title>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
@ -23,8 +23,8 @@
|
||||
<a href="https://www.linkedin.com/in/ethan-cook-76b9b81a5/" target="_blank">
|
||||
<img src="./Pictures/linkedin.svg" alt="linkedin logo">
|
||||
</a>
|
||||
<a href="https://github.com/ethanglide" target="_blank">
|
||||
<img src="./Pictures/github.svg" alt="github logo">
|
||||
<a href="https://git.thingsnstuff.xyz/ethanglide" target="_blank">
|
||||
<img src="./Pictures/git.svg" alt="git logo">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
@ -79,7 +79,7 @@ improvement in data accuracy, empowering clients to execute data-driven marketin
|
||||
</li>
|
||||
<li>
|
||||
Developed a unique attribution system to differentiate my agency from the competition, which led to the
|
||||
agency taking on several new clients, beating last year’s profit records by 10%
|
||||
agency taking on several new clients, beating last year's profit records by 10%
|
||||
</li>
|
||||
<li>
|
||||
Created a full-stack CRM web application to help our nonprofit clients leverage their geographical analytics, resulting in an over 25% increase in donation conversions for our clients
|
||||
@ -139,7 +139,7 @@ and systems design for future additions and bug fixes
|
||||
Designed levels and UI while applying user feedback to get the best user experience
|
||||
</li>
|
||||
<li>
|
||||
Published the finished product on Steam, the world’s largest online game storefront
|
||||
Published the finished product on Steam, the world's largest online game storefront
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@ -209,7 +209,7 @@ and systems design for future additions and bug fixes
|
||||
Collaborated with a team of 5 to develop an android app to help students plan their university courses
|
||||
</li>
|
||||
<li>
|
||||
Used Google’s Firebase Realtime Database to store course and user data and authenticate users
|
||||
Used Google's Firebase Realtime Database to store course and user data and authenticate users
|
||||
</li>
|
||||
<li>
|
||||
Followed industry best practices using agile methodologies (scrum)
|
||||
@ -252,7 +252,7 @@ and systems design for future additions and bug fixes
|
||||
</div>
|
||||
<div class="experience-text">
|
||||
<div class="experience-header">
|
||||
<h2> <a href="https://github.com/ethanglide/cpp-console-game" target="_blank">cpp-console-game</a> | C++ Multiplayer Terminal Game</h2>
|
||||
<h2> <a href="https://git.thingsnstuff.xyz/ethanglide/cpp-console-game" target="_blank">cpp-console-game</a> | C++ Multiplayer Terminal Game</h2>
|
||||
<p>07/2024</p>
|
||||
</div>
|
||||
<ul>
|
||||
|
Reference in New Issue
Block a user