Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
galtay committed Sep 5, 2024
1 parent 2425032 commit 90a946c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
20 changes: 4 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,24 @@
<h1><span>Gabriel</span><br><span>Altay</span></h1>
<circuit-board></circuit-board>
</div>
<pre style="color: #00ff00; font-size: 0.5em; line-height: 1.2;">
</pre>

<p>Greetings, netrunner. You've jacked into my personal cyberspace.</p>

<div class="section">
<h2>Skills</h2>
<ul>
<li>Machine Learning</li>
<li>Python</li>
<li>Deep Learning</li>
<li>Natural Language Processing</li>
<li>Data Science</li>
<li>Physics</li>
<li>Coding</li>
</ul>
</div>


<div class="section">
<h2>Education</h2>
<p>Ph.D. in Physics, University of Illinois at Urbana-Champaign (2010 - 2016)</p>
<p>B.S. in Physics, University of Illinois at Urbana-Champaign (2006 - 2010)</p>
<p>Ph.D. Physics, Carnegie Mellon University (2005 - 2009)</p>
<p>B.S. Physics, Illinois State University (1998 - 2002)</p>
</div>

<div class="section">
<h2>Publications</h2>
<ul>
<li>Contributed to various publications in AI safety and machine learning</li>
<li>Co-authored papers on natural language processing and deep learning</li>
</ul>
</div>
</div>
</body>
</html>
5 changes: 4 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
body {
background-color: #0a0a0a;
color: #00ff00;
font-family: 'Courier New', monospace;
font-family: 'Fira Code', 'Consolas', 'Monaco', 'Andale Mono', 'Ubuntu Mono', monospace;
font-variant-ligatures: normal;
margin: 0;
padding: 20px;
line-height: 1.6;
Expand Down Expand Up @@ -59,3 +60,5 @@ h1 span {
display: inline-block;
width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap');

0 comments on commit 90a946c

Please sign in to comment.