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 255a6c2 commit db7f1f8
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
justify-content: center;
align-items: center;
margin-bottom: 20px;
gap: 20px; /* Adds space between the elements */
}
.profile-image {
width: 100px;
Expand All @@ -52,40 +53,45 @@
border: 2px solid #00ff00;
box-shadow: 0 0 10px #00ff00;
}
circuit-board {
transform: scale(0.7); /* Adjust this value to scale the circuit boards */
display: inline-block; /* Ensures the scaling works properly */
}
h1 {
color: #ff00ff;
text-shadow: 0 0 5px #ff00ff;
text-align: center;
}
h1 span {
display: inline-block;
width: 100%;
}
</style>
<script src="circuit-board.js"></script>
</head>
<body>
<div class="container">
<div class="header">
<circuit-board></circuit-board>
<h1>Gabriel Altay</h1>
<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>
<p>I'm a Senior Software Engineer at Anthropic, specializing in AI safety and machine learning.</p>

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

<div class="section">
<h2>Experience</h2>
<p>Senior Software Engineer at Anthropic (2022 - Present)</p>
<p>Research Scientist at OpenAI (2019 - 2022)</p>
<p>Machine Learning Engineer at Google (2016 - 2019)</p>
</div>

<div class="section">
<h2>Education</h2>
Expand Down

0 comments on commit db7f1f8

Please sign in to comment.