Skip to content

Commit

Permalink
New Chapter Website Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanKishore committed Apr 15, 2024
1 parent 9dda571 commit bf17364
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,26 @@
<head>
<title>Introduction</title>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
background-color: #f5f5f5;
font-family: Arial, sans-serif;
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
min-height: 100vh;
margin: 0;
}
.intro {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.icons {
display: flex;
Expand All @@ -30,9 +40,13 @@
<div class="intro">
<p>
Hi I'm Aman! <br> <br>
We're building the future of content creation at <a href="https://www.mirageml.com">Mirage</a>.<br> <br>
Always thinking about the future and humanity's place in the universe.<br> <br>
Down to chat about the future, tech, and AI!
Currently, researching LLMs at <a href="https://www.harvey.ai">Harvey</a>.<br> <br>
Previously, co-founded <a href="https://twitter.com/mirage_ml">Mirage</a> which was acquired by <a href="https://www.harvey.ai">Harvey</a>. 🤖 <br>
Improved NVIDIA's Autonomous Vehicle's Vision Systems with <a href="https://www.nvidia.com/en-us/deep-learning-ai/industries/automotive/">Simulation</a> 🚗 <br>
Built robotic systems at Apple. 🍎 <br> <br>

Love to meet founders, early employees and risk-takers.<br> <br>
Let's chat about AI, startups, research, relationships or life: <a href="https://cal.com/amankishore">cal.com/amankishore</a>
</p>
<div class="icons">
<a href="https://twitter.com/_amankishore">
Expand All @@ -44,6 +58,9 @@
<a href="https://medium.com/@amankishore">
<img class="icon" src="https://cdn-icons-png.flaticon.com/512/5968/5968885.png" alt="Medium Icon">
</a>
<a href="https://github.com/AmanKishore">
<img class="icon" src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/github/github-original.svg" alt="GitHub Icon">
</a>
</div>
</div>
</body>
Expand Down

0 comments on commit bf17364

Please sign in to comment.