Skip to content

Commit 98e4d93

Browse files
committed
adding about me text
1 parent 33e44ed commit 98e4d93

10 files changed

Lines changed: 30 additions & 39 deletions

File tree

_config.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,15 @@ color:
1010
links: '#219ab3'
1111

1212
# Footer settings
13-
footer: Your Website
13+
footer: R. Fore
1414

1515
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
1616
social:
17-
- title: twitter
18-
url: https://twitter.com/SBootstrap
19-
- title: facebook
20-
url:
21-
- title: stack-overflow
22-
url: http://stackoverflow.com/questions/tagged/jekyll
23-
- title: bitbucket
24-
url: http://bitbucket.org/jekyll
17+
- title: linkedin
18+
url: https://www.linkedin.com/in/ruby-fore-851049106/
2519
- title: github
26-
url: https://github.com/IronSummitMedia/startbootstrap
20+
url: https://github.com/RubyFore
21+
2722

2823
# Build settings
2924
markdown: kramdown

_includes/about.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<section id="about" class="container content-section text-center">
33
<div class="row">
44
<div class="col-lg-8 col-lg-offset-2">
5-
<h2>About Grayscale</h2>
6-
<p>Grayscale is a free Bootstrap 3 theme created by Start Bootstrap. It can be yours right now, simply download the template on <a href="http://startbootstrap.com/template-overviews/grayscale/">the preview page</a>. The theme is open source, and you can use it for any purpose, personal or commercial.</p>
7-
<p>The Jekyll version is brought to you by <a href="https://github.com/jeromelachaud">Jerome Lachaud</a></p>
8-
<p>This theme features stock photos by <a href="http://gratisography.com/">Gratisography</a> along with a custom Google Maps skin courtesy of <a href="http://snazzymaps.com/">Snazzy Maps</a>.</p>
9-
<p>Grayscale includes full HTML, CSS, and custom JavaScript files along with LESS files for easy customization.</p>
5+
<h2>About Me</h2>
6+
<p>Hello! I am currently attending my final quarter of a master’s program in statistics at Oregon State University, where I am fully funded as a graduate teaching assistant. My background combines academic training in statistics, experience working with high throughput genomic and multiomics data, and building software tools to work with data. I have a long-standing interest in using statistical and machine learning methods on bioinformatic data to gain understanding of biology at a sub-cellular level to ultimately improve health outcomes. </p>
7+
<p>After finishing my bachelor’s degree from Brown University, I worked from 2019 to 2021 at Harvard Pilgrim Health Care Institute as the primary bioinformatic analyst for 2 longitudinal mother-child cohorts under the direction of Dr. Marie-France Hivert. I was also the lead programmer for a Nurses Health Study 3 sub-study examining physical activity and exposure to greenness, which involved applying modern data science techniques to our unstructured dataset of about 45 million records. </p>
8+
<p>During undergraduate summers I was selected for the NIH Summer Institutes in Biostatistics program in 2017 and was an undergraduate researcher in statistical genetics under Dr. Nathan Tintle in 2018. </p>
9+
<p>In my spare time I enjoy exercising, cooking the freshest veggies, biking and reading. </p>
1010
</div>
1111
</div>
1212
</section>

_includes/contact.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
<div class="row">
44
<div class="col-lg-8 col-lg-offset-2">
55
<h2>Contact</h2>
6-
<p>Dolor reprehenderit repellendus, optio labore odio at tempore debitis nisi. Quasi debitis tenetur eaque molestias non porro odio sapiente.</p>
7-
<p><a href="mailto:{{ site.email }}">{{ site.email }}</a>
8-
</p>
6+
<!---<p><a href="mailto:{{ site.email }}">{{ site.email }}</a>
7+
</p>--->
98
<ul class="list-inline banner-social-buttons">
109
{% for network in site.social %}
1110
<li>

_includes/css/grayscale.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ a:focus {
8989
}
9090

9191
.navbar-custom a {
92-
color: rgb(88, 89, 90);
92+
color: rgb(10, 30, 50);
9393
}
9494

9595
.navbar-custom .nav li.active {
@@ -123,7 +123,7 @@ a:focus {
123123

124124
.top-nav-collapse {
125125
padding: 0;
126-
background-color: rgb(9, 10, 10);
126+
background-color: {{ site.color.primary-dark }};
127127
}
128128

129129
.navbar-custom.top-nav-collapse {
@@ -190,10 +190,10 @@ a:focus {
190190
height: 70px;
191191
margin-top: 15px;
192192
padding: 7px 16px;
193-
border: 2px solid #fff;
193+
border: 2px solid rgb(185, 189, 192);
194194
border-radius: 35px;
195195
font-size: 40px;
196-
color: #fff;
196+
color: rgb(185, 189, 192);
197197
background: 0 0;
198198
-webkit-transition: background .3s ease-in-out;
199199
-moz-transition: background .3s ease-in-out;

_includes/download.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

_includes/map.html

Lines changed: 0 additions & 2 deletions
This file was deleted.

_includes/nav.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
33
<div class="container">
44
<div class="navbar-header">
5-
<!---<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
5+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
66
<i class="fa fa-bars"></i>
7-
</button> --->
7+
</button>
88

99
</div>
1010

_includes/resume.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!--- Resume Section-->
2+
<section id="resume" class="container resume-section">
3+
<div class="row justify-content-center">
4+
<div class="col-lg-8 col-lg-offset-2">
5+
<!---<div class="col-lg-6"> --->
6+
<h2 id="resume">Resume</h2>
7+
<iframe src="https://drive.google.com/file/d/1c7IW_jxb8f0u64B3BxHGnuFa0OK9IDnT/preview" id="resume"></iframe>
8+
9+
<!---</div>--->
10+
</div>
11+
</div>
12+
</section>

_layouts/default.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
{% include about.html %}
88
{% include resume.html %}
99
{% include contact.html %}
10-
{% include map.html %}
1110
{% include footer.html %}
1211
{% include js.html %}
1312
</body>

img/IMG_3378.jpg

2.1 MB
Loading

0 commit comments

Comments
 (0)