Skip to content

Commit

Permalink
update website slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrso committed Mar 28, 2024
1 parent 46218e1 commit 8fd0a67
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
8 changes: 6 additions & 2 deletions css/blog.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;1,300;1,400&display=swap');

* {
box-sizing: border-box;
Expand All @@ -10,6 +10,7 @@ body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
font-weight: 300;
background-color: rgb(30, 30, 30);
color: rgb(200, 200, 200);
}
Expand All @@ -29,16 +30,19 @@ button {
h1 {
font-size: 26px;
margin: 0;
font-weight: 400;
}

h2 {
font-size: 22px;
margin: 0;
font-weight: 300;
}

h3 {
font-size: 18px;
margin: 0;
font-weight: 300;
}

p {
Expand Down Expand Up @@ -101,7 +105,7 @@ a:hover { text-decoration: underline;}

.flex-container {
width: 100%;
max-width: 700px;
max-width: 600px;
padding: 20px;
}

Expand Down
6 changes: 5 additions & 1 deletion css/index.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;1,300;1,400&display=swap');

* {
box-sizing: border-box;
Expand All @@ -10,6 +10,7 @@ body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
font-weight: 300;
background-color: rgb(30, 30, 30);
color: rgb(200, 200, 200);
}
Expand All @@ -29,16 +30,19 @@ button {
h1 {
font-size: 24px;
margin: 0;
font-weight: 400;
}

h2 {
font-size: 20px;
margin: 0;
font-weight: 400;
}

h3 {
font-size: 16px;
margin: 0;
font-weight: 300;
}

p {
Expand Down
16 changes: 6 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,14 @@ <h1>john so</h1>
</div>
<div class="text-container">
<p>
I am an MS CS student at <a target="_blank" href="https://www.stanford.edu/">Stanford University</a>, where I'm fortunate to be advised by
<a target="_blank" href="https://shurans.github.io/">Shuran Song</a> as a member of <a target="_blank" href="https://real.stanford.edu/">REAL</a> (Robotics and Embodied Artificial Intelligence Lab) @ Stanford.
<!-- </p><br>
<p> -->
I will also be an AI Resident at <a target="_blank" href="https://www.1x.tech/about">1X</a> this summer working on humanoid robotics.
<!-- </p><br>
<p> -->
I am currently an AI Resident at <a target="_blank" href="https://www.1x.tech/about">1X</a>.
I am also an MS CS at <a target="_blank" href="https://www.stanford.edu/">Stanford University</a>, where I'm fortunate to be advised by
<a target="_blank" href="https://shurans.github.io/">Shuran Song</a> as a member of Stanford <a target="_blank" href="https://real.stanford.edu/">REAL</a> (Robotics and Embodied Artificial Intelligence Lab).
Previously, I finished my BS EECS at <a target="_blank" href="https://engineering.berkeley.edu/">UC Berkeley</a>, where I was fortunate to be advised by
<a target="_blank" href="https://people.eecs.berkeley.edu/~pabbeel/">Pieter Abbeel</a>,
<a target="_blank" href="https://stepjam.github.io/">Stephen James</a>, and
<a target="_blank" href="https://xingyu-lin.github.io/">Xingyu Lin</a> as a part of Berkeley's
<a target="_blank" href="https://rll.berkeley.edu/">Robot Learning Lab</a>.
<a target="_blank" href="https://xingyu-lin.github.io/">Xingyu Lin</a> as a part of Berkeley
<a target="_blank" href="https://rll.berkeley.edu/">RLL</a> (Robot Learning Lab).
</p>
</div>
</div>
Expand Down Expand Up @@ -178,7 +174,7 @@ <h2>miscellaneous</h2>
<div class="text-container">
<p>
As an undergrad, I spent the majority of my time outside of research helping to build, organize, and
lead <a target="_blank" href="https://ml.berkeley.edu/" >Machine Learning at Berkeley (ML@B)</a>,
lead <b><a target="_blank" href="https://ml.berkeley.edu/" >Machine Learning at Berkeley (ML@B)</a></b>,
serving as the organization's president in Fall 2022. We presented a white paper about our structure
and initiatives at the NeurIPS 2022 <a target="_blank" href="https://sites.google.com/view/broadening-collaboration-in-ml/home">Broadening Research Collaborations in ML Workshop</a>;
you may find a preprint <a target="_blank" href="/media/pdf/built_to_last.pdf">here</a>.
Expand Down

0 comments on commit 8fd0a67

Please sign in to comment.