-
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.
Deploy dr4Nx/dr4Nx.github.io to dr4Nx/dr4Nx.github.io:gh-pages
- Loading branch information
GitHub Actions
committed
Jul 12, 2024
0 parents
commit e81c6cb
Showing
25 changed files
with
1,110 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<!doctype html> | ||
<title>404 Not Found</title> | ||
<h1>404 Not Found</h1> |
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,90 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" class="theme--light" > | ||
|
||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://dr4Nx.github.io/images/apple-touch-icon-144x144.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://dr4Nx.github.io/images/apple-touch-icon-120x120.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://dr4Nx.github.io/images/apple-touch-icon-72x72.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://dr4Nx.github.io/images/apple-touch-icon-57x57.png" /> | ||
<link rel="short icon" href="https://dr4Nx.github.io/images/whale-modified.png" type="image/x-icon" /> | ||
<link rel="stylesheet" href="https://dr4Nx.github.io/style.css"> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" rel="stylesheet"> | ||
<title>Evan Luo</title> | ||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
<div id="sidebar" class="animated fadeInDown"> | ||
<div class="logo-title"> | ||
<div class="title"> | ||
<img src=https://dr4Nx.github.io/images/pfp.png style="width:127px;" alt="logo" /> | ||
<h3><a href="https://dr4Nx.github.io/">Evan Luo</a></h3> | ||
<div class="description"> | ||
<p>AI, CyberSec, and Oreo Enjoyer</p> | ||
</div> | ||
</div> | ||
</div> | ||
<ul class="social-links"><li><a href="https://github.com/https://github.com/dr4Nx" aria-label="Go to Github profile page"><i class="fab fa-github"></i></a></li><li><a href="https://linkedin.com/in/https://www.linkedin.com/in/evanl3398/" aria-label="Go to Linkedin profile page"><i class="fab fa-linkedin"></i></a></li> | ||
|
||
</ul> | ||
<div class="footer"> | ||
|
||
<span>Theme: </span><a href="https://www.getzola.org/themes/anatole-zola/">anatole-zola</a> | ||
<div class="by_zola"><span>Published with </span><a href="https://www.getzola.org/" target="_blank">Zola</a></div> | ||
|
||
</div> | ||
</div> | ||
<div id="main"> | ||
<div class="page-top animated fadeInDown"> | ||
<div class="nav"> | ||
|
||
|
||
|
||
|
||
<li><a href="https://dr4Nx.github.io/">Home</a></li> | ||
<li><a class="current" href="https://dr4Nx.github.io/about/">About</a></li><li><a href="https://dr4Nx.github.io/tags">Tags</a></li><li><a | ||
href="https://dr4Nx.github.io/archive/">Archive</a></li></div> | ||
<div class="information"> | ||
<div class="back_btn"> | ||
<a onclick="window.history.go(-1)" ><i | ||
class="fas fa-chevron-left"></i></a> | ||
</div> | ||
|
||
|
||
|
||
<div class="avatar"><img src="https://dr4Nx.github.io/images/whale-modified.png"></div> | ||
</div> | ||
</div> | ||
<div class="autopagerize_page_element"> | ||
<div class="content"> | ||
|
||
<article class="post animated fadeInDown"> | ||
<h1><a href="https://dr4Nx.github.io/about/"> About </a></h1> | ||
<div class="post-content"><p>Hi! I'm Evan. I'm a student at UC Berkeley, originally from San Diego, majoring in Electrical Engineering and Computer Science at the College of Engineering. I'm interested in math, cybersecurity, and artificial intelligence. I enjoy working out, enjoying the outdoors, playing video games, and drawing whales.</p> | ||
<p>I've previously been involved in CyberPatriot, math competitions, and artificial intelligence research.</p> | ||
<p>You can reach out to me at <a href="mailto:[email protected]">[email protected]</a>.</p> | ||
</div> | ||
</article> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<script> | ||
function showLanguages() { | ||
let currentDisplay = document.getElementById("languages").style.display; | ||
if (currentDisplay == 'none') { | ||
document.getElementById("languages").style.display = 'block'; | ||
} else { | ||
document.getElementById("languages").style.display = 'none'; | ||
} | ||
} | ||
</script> | ||
</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,117 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" class="theme--light" > | ||
|
||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://dr4Nx.github.io/images/apple-touch-icon-144x144.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://dr4Nx.github.io/images/apple-touch-icon-120x120.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://dr4Nx.github.io/images/apple-touch-icon-72x72.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://dr4Nx.github.io/images/apple-touch-icon-57x57.png" /> | ||
<link rel="short icon" href="https://dr4Nx.github.io/images/whale-modified.png" type="image/x-icon" /> | ||
<link rel="stylesheet" href="https://dr4Nx.github.io/style.css"> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" rel="stylesheet"> | ||
<title>Evan Luo</title> | ||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
<div id="sidebar" class="animated fadeInDown"> | ||
<div class="logo-title"> | ||
<div class="title"> | ||
<img src=https://dr4Nx.github.io/images/pfp.png style="width:127px;" alt="logo" /> | ||
<h3><a href="https://dr4Nx.github.io/">Evan Luo</a></h3> | ||
<div class="description"> | ||
<p>AI, CyberSec, and Oreo Enjoyer</p> | ||
</div> | ||
</div> | ||
</div> | ||
<ul class="social-links"><li><a href="https://github.com/https://github.com/dr4Nx" aria-label="Go to Github profile page"><i class="fab fa-github"></i></a></li><li><a href="https://linkedin.com/in/https://www.linkedin.com/in/evanl3398/" aria-label="Go to Linkedin profile page"><i class="fab fa-linkedin"></i></a></li> | ||
|
||
</ul> | ||
<div class="footer"> | ||
|
||
<span>Theme: </span><a href="https://www.getzola.org/themes/anatole-zola/">anatole-zola</a> | ||
<div class="by_zola"><span>Published with </span><a href="https://www.getzola.org/" target="_blank">Zola</a></div> | ||
|
||
</div> | ||
</div> | ||
<div id="main"> | ||
<div class="page-top animated fadeInDown"> | ||
<div class="nav"> | ||
|
||
|
||
|
||
|
||
<li><a href="https://dr4Nx.github.io/">Home</a></li> | ||
<li><a href="https://dr4Nx.github.io/about/">About</a></li><li><a href="https://dr4Nx.github.io/tags">Tags</a></li><li><a class="current" | ||
href="https://dr4Nx.github.io/archive/">Archive</a></li></div> | ||
<div class="information"> | ||
<div class="back_btn"> | ||
<a onclick="window.history.go(-1)" ><i | ||
class="fas fa-chevron-left"></i></a> | ||
</div> | ||
|
||
|
||
|
||
<div class="avatar"><img src="https://dr4Nx.github.io/images/whale-modified.png"></div> | ||
</div> | ||
</div> | ||
<div class="autopagerize_page_element"> | ||
<div class="content"> | ||
|
||
<div class="archive animated fadeInDown"> | ||
<ul class="list-with-title"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<div class="listing-title">2024</div> | ||
<ul class="listing"> | ||
|
||
<div class="listing-item"> | ||
<div class="listing-post"> | ||
<a href="https://dr4Nx.github.io/memento-one/" title="Memento I">Memento I</a> | ||
<div class="post-time"> | ||
<span class="date">2024-07-11</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="listing-item"> | ||
<div class="listing-post"> | ||
<a href="https://dr4Nx.github.io/post-1/" title="Nothingness">Nothingness</a> | ||
<div class="post-time"> | ||
<span class="date">2024-01-02</span> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</ul> | ||
|
||
|
||
</ul> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<script> | ||
function showLanguages() { | ||
let currentDisplay = document.getElementById("languages").style.display; | ||
if (currentDisplay == 'none') { | ||
document.getElementById("languages").style.display = 'block'; | ||
} else { | ||
document.getElementById("languages").style.display = 'none'; | ||
} | ||
} | ||
</script> | ||
</body> | ||
|
||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,151 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" class="theme--light" > | ||
|
||
<head> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, viewport-fit=cover"> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://dr4Nx.github.io/images/apple-touch-icon-144x144.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="https://dr4Nx.github.io/images/apple-touch-icon-120x120.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://dr4Nx.github.io/images/apple-touch-icon-72x72.png" /> | ||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="https://dr4Nx.github.io/images/apple-touch-icon-57x57.png" /> | ||
<link rel="short icon" href="https://dr4Nx.github.io/images/whale-modified.png" type="image/x-icon" /> | ||
<link rel="stylesheet" href="https://dr4Nx.github.io/style.css"> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" rel="stylesheet"> | ||
<title>Evan Luo</title> | ||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
<div id="sidebar" class="animated fadeInDown"> | ||
<div class="logo-title"> | ||
<div class="title"> | ||
<img src=https://dr4Nx.github.io/images/pfp.png style="width:127px;" alt="logo" /> | ||
<h3><a href="https://dr4Nx.github.io/">Evan Luo</a></h3> | ||
<div class="description"> | ||
<p>AI, CyberSec, and Oreo Enjoyer</p> | ||
</div> | ||
</div> | ||
</div> | ||
<ul class="social-links"><li><a href="https://github.com/https://github.com/dr4Nx" aria-label="Go to Github profile page"><i class="fab fa-github"></i></a></li><li><a href="https://linkedin.com/in/https://www.linkedin.com/in/evanl3398/" aria-label="Go to Linkedin profile page"><i class="fab fa-linkedin"></i></a></li> | ||
|
||
</ul> | ||
<div class="footer"> | ||
|
||
<span>Theme: </span><a href="https://www.getzola.org/themes/anatole-zola/">anatole-zola</a> | ||
<div class="by_zola"><span>Published with </span><a href="https://www.getzola.org/" target="_blank">Zola</a></div> | ||
|
||
</div> | ||
</div> | ||
<div id="main"> | ||
<div class="page-top animated fadeInDown"> | ||
<div class="nav"> | ||
|
||
|
||
|
||
|
||
<li><a class="current" href="https://dr4Nx.github.io/">Home</a></li> | ||
<li><a href="https://dr4Nx.github.io/about/">About</a></li><li><a href="https://dr4Nx.github.io/tags">Tags</a></li><li><a | ||
href="https://dr4Nx.github.io/archive/">Archive</a></li></div> | ||
<div class="information"> | ||
<div class="back_btn"> | ||
<a onclick="window.history.go(-1)" style="display:none;" ><i | ||
class="fas fa-chevron-left"></i></a> | ||
</div> | ||
|
||
|
||
|
||
<div class="avatar"><img src="https://dr4Nx.github.io/images/whale-modified.png"></div> | ||
</div> | ||
</div> | ||
<div class="autopagerize_page_element"> | ||
<div class="content"> | ||
|
||
|
||
<section class="post animated fadeInDown"> | ||
<div class="post-title"> | ||
<h3><a href="https://dr4Nx.github.io/memento-one/">Memento I</a></h3> | ||
</div> | ||
<div class="post-content"> | ||
<p> | ||
|
||
Evan yaps for way too long about competitive mathematics. Identity is important. | ||
|
||
</p> | ||
</div> | ||
<div class="post-footer"> | ||
<div class="meta"> | ||
<div class="info"> | ||
|
||
<i class="far fa-sun"></i> | ||
<span class="date"> | ||
2024-07-11 | ||
</span> | ||
|
||
|
||
|
||
<i class="fas fa-tags"></i> | ||
|
||
<a class="tag" href="https://dr4Nx.github.io/tags/memento/"> memento</a> | ||
|
||
<a class="tag" href="https://dr4Nx.github.io/tags/math/"> math</a> | ||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<section class="post animated fadeInDown"> | ||
<div class="post-title"> | ||
<h3><a href="https://dr4Nx.github.io/post-1/">Nothingness</a></h3> | ||
</div> | ||
<div class="post-content"> | ||
<p> | ||
|
||
Shows how basic Markdown syntax is rendered on this website! | ||
|
||
</p> | ||
</div> | ||
<div class="post-footer"> | ||
<div class="meta"> | ||
<div class="info"> | ||
|
||
<i class="far fa-sun"></i> | ||
<span class="date"> | ||
2024-01-02 | ||
</span> | ||
|
||
|
||
|
||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<div class="pagination"> | ||
<ul class="clearfix"> | ||
|
||
|
||
</ul> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
|
||
<script> | ||
function showLanguages() { | ||
let currentDisplay = document.getElementById("languages").style.display; | ||
if (currentDisplay == 'none') { | ||
document.getElementById("languages").style.display = 'block'; | ||
} else { | ||
document.getElementById("languages").style.display = 'none'; | ||
} | ||
} | ||
</script> | ||
</body> | ||
|
||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.