feat: more updates
This commit is contained in:
parent
511fb22740
commit
59c5707bc1
2 changed files with 50 additions and 58 deletions
13
index.css
13
index.css
|
|
@ -1,10 +1,18 @@
|
|||
@font-face {
|
||||
font-family: Signifier;
|
||||
src: url('public/signifier/Signifier-Regular.ttf');
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
font-family: "EB Garamond";
|
||||
font-family: "Signifier";
|
||||
margin: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overscroll-behavior-x: none;
|
||||
overscroll-behavior-y: none;
|
||||
background-color: #f3f3f3;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
@ -15,7 +23,6 @@ header,
|
|||
footer {
|
||||
text-align: center;
|
||||
padding: 10px 0;
|
||||
background-color: #f3f3f3;
|
||||
}
|
||||
|
||||
header {
|
||||
|
|
@ -40,5 +47,5 @@ img.logo {
|
|||
}
|
||||
|
||||
ul {
|
||||
list-style-type: none; /* no bullet points */
|
||||
list-style: none; /* no bullet points */
|
||||
}
|
||||
|
|
|
|||
95
index.html
95
index.html
|
|
@ -28,72 +28,57 @@
|
|||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<h2>Projects</h2>
|
||||
<ul>
|
||||
<li>Projects</li>
|
||||
<li>Resume</li>
|
||||
<li>Transcript</li>
|
||||
<li>
|
||||
<a href="https://trbcap.com" class="project" target="_blank"
|
||||
>TRB Capital Management</a
|
||||
>
|
||||
<span class="description">— quantitative asset management</span>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://thecourseforum.com" class="project" target="_blank"
|
||||
>theCourseForum</a
|
||||
>
|
||||
</li>
|
||||
<!-- TODO: tinground -->
|
||||
<li>
|
||||
<a
|
||||
href="https://atlas-devs-atlas.vercel.app/"
|
||||
class="project"
|
||||
target="_blank"
|
||||
>atlas</a
|
||||
>
|
||||
<span class="description">— machine learning research</span>
|
||||
</li>
|
||||
<!-- TODO: no -->
|
||||
<li>
|
||||
<a href="https://github.com/nvimdev" class="project" target="_blank"
|
||||
>nvimdev</a
|
||||
>
|
||||
<span class="description">— open-source neovim plugins</span>
|
||||
</li>
|
||||
</ul>
|
||||
<h2>Resume</h2>
|
||||
<h2>Transcript</h2>
|
||||
</main>
|
||||
<footer>
|
||||
<div>Footer Text Here</div>
|
||||
<div>
|
||||
<a href="https://twitter.com/yourtwitterhandle">Twitter</a> |
|
||||
<a href="https://linkedin.com/in/yourlinkedinprofile">LinkedIn</a>
|
||||
<a href="https://linkedin.com/in/barrett-ruth" target="_blank">
|
||||
<i class="fab fa-linkedin"></i>
|
||||
</a>
|
||||
<a href="https://github.com/barrett-ruth" target="_blank">
|
||||
<i class="fab fa-github"></i>
|
||||
</a>
|
||||
<a href="mailto:br.barrettruth@gmail.com" target="_blank">
|
||||
<i class="fas fa-envelope"></i>
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
<!-- <body> -->
|
||||
<!-- TODO: move this -->
|
||||
<!-- <div class="container"> -->
|
||||
<!-- <div class="social-icons"> -->
|
||||
<!-- <a href="https://linkedin.com/in/barrett-ruth" target="_blank"> -->
|
||||
<!-- <i class="fab fa-linkedin"></i> -->
|
||||
<!-- </a> -->
|
||||
<!-- <a href="https://github.com/barrett-ruth" target="_blank"> -->
|
||||
<!-- <i class="fab fa-github"></i> -->
|
||||
<!-- </a> -->
|
||||
<!-- <a href="mailto:br.barrettruth@gmail.com" target="_blank"> -->
|
||||
<!-- <i class="fas fa-envelope"></i> -->
|
||||
<!-- </a> -->
|
||||
<!-- </div> -->
|
||||
<!-- <h1>Barrett Ruth</h1> -->
|
||||
<!-- </div> -->
|
||||
<!-- <aside>Software developer.</aside> -->
|
||||
<!-- <aside>Simplicity advocate.</aside> -->
|
||||
<!-- <h2> -->
|
||||
<!-- <a target="_blank" href="https://github.com/barrett-ruth">projects</a> -->
|
||||
<!-- </h2> -->
|
||||
<!-- <ol> -->
|
||||
<!-- <li> -->
|
||||
<!-- <a target="_blank" class="project" href="https://thecourseforum.com" -->
|
||||
<!-- >theCourseForum</a -->
|
||||
<!-- > -->
|
||||
<!-- <span class="description" -->
|
||||
<!-- >— university-wide enrollment analytics</span -->
|
||||
<!-- > -->
|
||||
<!-- </li> -->
|
||||
<!-- <li> -->
|
||||
<!-- <a -->
|
||||
<!-- target="_blank" -->
|
||||
<!-- class="project" -->
|
||||
<!-- href="https://atlas-devs-atlas.vercel.app/" -->
|
||||
<!-- >atlas</a -->
|
||||
<!-- > -->
|
||||
<!-- <span class="description" -->
|
||||
<!-- >— cutting-edge machine learning research blog</span -->
|
||||
<!-- > -->
|
||||
<!-- </li> -->
|
||||
<!-- TODO: no -->
|
||||
<!-- <li> -->
|
||||
<!-- <a target="_blank" class="project" href="https://github.com/nvimdev" -->
|
||||
<!-- >nvimdev</a -->
|
||||
<!-- > -->
|
||||
<!-- <span class="description" -->
|
||||
<!-- >— open-source neovim contributions</span -->
|
||||
<!-- > -->
|
||||
<!-- </li> -->
|
||||
<!-- </ol> -->
|
||||
<!-- TODO: remove this? -->
|
||||
<!-- <h2> -->
|
||||
<!-- <a href="https://swe-interview-prep.vercel.app" target="_blank" -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue