-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
120 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Blog Language Dump</title> | ||
<link rel="stylesheet" href="/style.css"> | ||
<link rel="icon" type="image/jpg" href="images/faviconpsy.jpg"> | ||
<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=Kalam:wght@300;400;700&display=swap" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<nav> | ||
<ul> | ||
<li class="box"><a href="resume.html">Back</a></li> | ||
</ul> | ||
</nav> | ||
<div class="container"> | ||
<div class="box" style="flex:0.5;"> | ||
<h1>Language dump</h1> | ||
<p>A complilation little language things that I've noticed</p> | ||
<p>Brailles are very interesting, its actually a binary "writing" system. Whats really interesting is how it's adapted into different languages. Japanese braille (点字)is really well thought out.</p> | ||
<p>6/8/2023 - A lot more companies are using the term "recyclable", which is good. However, it feels a bit sleezy to make it sound like its recycled, even though its not. Outright deceptive if the plastic is not HDPE, which it sometimes is.</p> | ||
</div> | ||
</div> | ||
<footer class="box" id="main-footer"> | ||
©️ 2023 Ken.D · All Rights Reserved | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Blog MBL app</title> | ||
<link rel="stylesheet" href="/style.css"> | ||
<link rel="icon" type="image/jpg" href="images/faviconpsy.jpg"> | ||
<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=Kalam:wght@300;400;700&display=swap" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<nav> | ||
<ul> | ||
<li class="box"><a href="resume.html">Back</a></li> | ||
</ul> | ||
</nav> | ||
<div class="container"> | ||
<div class="box" style="flex:0.5;"> | ||
<h1>Inventory management app for a student run brewery</h1> | ||
<p>Using google appsheet, I've added a UI for the underlying spreadhseets the club uses.</p> | ||
</div> | ||
</div> | ||
<footer class="box" id="main-footer"> | ||
©️ 2023 Ken.D · All Rights Reserved | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,24 +26,24 @@ | |
</ul> | ||
</nav> | ||
<div class="container"> | ||
<div class="box" style="flex:0.5;" id="image4"> | ||
<div class="box" style="flex:0.5;" id="image2"> | ||
<h1 class="textshadow">Highlights</h1> | ||
<p class="textshadow">Arts section updated</p> | ||
<p class="textshadow">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit, esse voluptatum. Tempora quasi nihil cumque eum doloribus explicabo saepe voluptatibus id reprehenderit, dolores reiciendis, unde assumenda, quae perspiciatis porro animi?</p> | ||
</div> | ||
<div class="box" id="image4"> | ||
<h1 class="textshadow">Ken.D</h1> | ||
<p class="textshadow">Ψ藤のサイト</p> | ||
<div class="icon"> | ||
<a href="mailto:[email protected]"><i class="gmail"></i></a> | ||
<a href="https://github.com/psyaito"><i class="github"></i></a> | ||
<a href="https://www.youtube.com/@dayOne2673"><i class="youtube"></i></a> | ||
<a href="www.linkedin.com/in/ken-m-dong-95299b233"><i class="linkedin"></i></a> | ||
</div> | ||
<p class="textshadow">Ψ藤のサイト</p> | ||
<p>Always have new ideas and usually patient enough to gain the skill to execute said ideas. I love anything about languages, tech, 3D modeling, translation, and product design. </p> | ||
<p>I enjoy reading literature in English, Japanese, and Mandarin, so language especially is a personal and important topic for me. I love tech as well so naturally I am getting into NLP machine learning as well.</p> | ||
<p>Feel free to contact me if there's any interesting ideas!</p> | ||
</div> | ||
<div class="box" id="image2"> | ||
<h1 class="textshadow">Highlights</h1> | ||
<p class="textshadow">Arts section updated</p> | ||
<p class="textshadow">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugit, esse voluptatum. Tempora quasi nihil cumque eum doloribus explicabo saepe voluptatibus id reprehenderit, dolores reiciendis, unde assumenda, quae perspiciatis porro animi?</p> | ||
</div> | ||
</div> | ||
<footer class="box" id="main-footer"> | ||
©️ 2023 Ken.D · All Rights Reserved | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters