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,
|
html,
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: "EB Garamond";
|
font-family: "Signifier";
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overscroll-behavior-x: none;
|
||||||
|
overscroll-behavior-y: none;
|
||||||
|
background-color: #f3f3f3;
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
@ -15,7 +23,6 @@ header,
|
||||||
footer {
|
footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
background-color: #f3f3f3;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
|
@ -40,5 +47,5 @@ img.logo {
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
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>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
|
<h2>Projects</h2>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Projects</li>
|
<li>
|
||||||
<li>Resume</li>
|
<a href="https://trbcap.com" class="project" target="_blank"
|
||||||
<li>Transcript</li>
|
>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>
|
</ul>
|
||||||
|
<h2>Resume</h2>
|
||||||
|
<h2>Transcript</h2>
|
||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
<div>Footer Text Here</div>
|
<div>Footer Text Here</div>
|
||||||
<div>
|
<div>
|
||||||
<a href="https://twitter.com/yourtwitterhandle">Twitter</a> |
|
<a href="https://linkedin.com/in/barrett-ruth" target="_blank">
|
||||||
<a href="https://linkedin.com/in/yourlinkedinprofile">LinkedIn</a>
|
<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>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
<!-- <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? -->
|
<!-- TODO: remove this? -->
|
||||||
<!-- <h2> -->
|
<!-- <h2> -->
|
||||||
<!-- <a href="https://swe-interview-prep.vercel.app" target="_blank" -->
|
<!-- <a href="https://swe-interview-prep.vercel.app" target="_blank" -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue