Skip to content

Commit

Permalink
update text content
Browse files Browse the repository at this point in the history
  • Loading branch information
noahrizika committed Jan 4, 2024
1 parent a560c3f commit 07f9c16
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 35 deletions.
Binary file added assets/.DS_Store
Binary file not shown.
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Binary file removed assets/resume-example.pdf
Binary file not shown.
File renamed without changes.
62 changes: 27 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Portfolio</title>
<title>Noah Rizika | Portfolio</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="mediaqueries.css" />
</head>
Expand Down Expand Up @@ -38,7 +38,7 @@
</nav>
<section id="profile">
<div class="section__pic-container">
<img src="./assets/me-profile-pic.png" alt="Noah Rizika profile picture" />
<img src="./assets/profile-pic.png" alt="Noah Rizika profile picture" />
</div>
<div class="section__text">
<p class="section__text__p1">Hey, I'm</p>
Expand All @@ -47,7 +47,7 @@ <h1 class="title">Noah Rizika</h1>
<div class="btn-container">
<button
class="btn btn-color-2"
onclick="window.open('./assets/me-resume-example.pdf')"
onclick="window.open('./assets/resume.pdf')"
>
View Resume
</button>
Expand All @@ -60,15 +60,14 @@ <h1 class="title">Noah Rizika</h1>
src="./assets/linkedin.png"
alt="My LinkedIn profile"
class="icon"
onclick="location.href='https://www.linkedin.com/in/noah-rizika/'"
onclick="openLinkInNewTab('https://www.linkedin.com/in/noah-rizika/')"
/>
<img
src="./assets/github.png"
alt="My Github profile"
class="icon"
onclick="location.href='https://github.com/noahrizika'"
onclick="openLinkInNewTab('https://github.com/noahrizika')"
/>
<!-- ???? HOW TO HAVE LINK OPEN IN NEW TAB ???? -->
</div>
</div>
</section>
Expand All @@ -78,7 +77,7 @@ <h1 class="title">About Me</h1>
<div class="section-container">
<div class="section__pic-container">
<img
src="./assets/me-about-pic.png"
src="./assets/about-pic.png"
alt="Profile picture"
class="about-pic"
/>
Expand Down Expand Up @@ -107,9 +106,7 @@ <h3>Education</h3>
</div>
<div class="text-container">
<p>
My name is Noah Rizika, and I'm a senior at Middlebury College in Vermont. I'm graduating with a biochemistry degree, and after deciding against becoming a medical doctor, I've decided to pursue my other interest in coding. I aim to combine my medical and chemical knowledge into a career in creating embedded medical device software. <br>

Before pursing a career in programming, I had a range of experiences ranging from leading multi-day backcountry trips to assisting in neuroscience research. Building my own CS education, I've taken classes in data structures and algorithms, computer architecture, qualitative data analysis, as well as an extensive machine learning course in AWS.
My name is Noah Rizika, and I'm a graduating senior at Middlebury College pursuing a career in software development. While studying biochemistry, I taught myself Python and C++, and have taken classes in data structures and algorithms, computer architecture, qualitative data analysis, and an extensive machine learning course in AWS. I’ve created an AWS machine learning model for biology research, custom Python functions for data analysis, and biochemistry calculators. Please see my projects below for links and more information.
</p>
</div>
</div>
Expand Down Expand Up @@ -148,7 +145,7 @@ <h3>Python</h3>
/>
<div>
<h3>C++</h3>
<p>Basic</p>
<p>Foundational</p>
</div>
</article>
<article>
Expand All @@ -158,8 +155,8 @@ <h3>C++</h3>
class="icon"
/>
<div>
<h3>TypeScript</h3>
<p>Basic</p>
<h3>HTML/CSS/JS</h3>
<p>Intermediate</p>
</div>
</article>
<article>
Expand All @@ -181,7 +178,7 @@ <h3>AWS</h3>
/>
<div>
<h3>Jupyter Notebooks</h3>
<p>Experienced</p>
<p>Advanced</p>
</div>
</article>
<article>
Expand All @@ -208,7 +205,6 @@ <h2 class="experience-sub-title">Soft Skills</h2>
/>
<div>
<h3>Problem Analysis</h3>
<!-- <p>Intermediate</p> -->
</div>
</article>
<article>
Expand All @@ -218,8 +214,7 @@ <h3>Problem Analysis</h3>
class="icon"
/>
<div>
<h3>Communication</h3>
<!-- <p>Intermediate</p> -->
<h3>Effective Communication</h3>
</div>
</article>
<article>
Expand All @@ -229,8 +224,7 @@ <h3>Communication</h3>
class="icon"
/>
<div>
<h3>Group Work</h3>
<!-- <p>Experienced</p> -->
<h3>Leadership</h3>
</div>
</article>
<article>
Expand All @@ -241,9 +235,16 @@ <h3>Group Work</h3>
/>
<div>
<h3>Quick Learner</h3>
<!-- <p>Intermediate</p> -->
</div>
</article>
<div>
<h3>
<img
src="./assets/checkmark.png"
alt="Experience icon"
class="icon"/>
Teamwork and Collaboration</h3>
</div>
</div>
</div>
</div>
Expand All @@ -263,7 +264,7 @@ <h1 class="title">Projects</h1>
<div class="details-container color-container">
<div class="article-container">
<img
src="./assets/me-project-1.png"
src="./assets/project-1-cell.png"
alt="Project 1"
class="project-img"
/>
Expand All @@ -272,13 +273,13 @@ <h2 class="experience-sub-title project-title"><i>Drosophila</i> Embryonic Cell
<div class="btn-container">
<button
class="btn btn-color-2 project-btn"
onclick="window.open('./assets/me-project-report.pdf')"
onclick="window.open('./assets/project-report.pdf')"
>
Project Report
</button>
<button
class="btn btn-color-2 project-btn"
onclick="location.href='https://github.com/noahrizika/cell-stage-classifier'"
onclick="openLinkInNewTab('https://github.com/noahrizika/cell-stage-classifier')"
>
Github
</button>
Expand All @@ -287,7 +288,7 @@ <h2 class="experience-sub-title project-title"><i>Drosophila</i> Embryonic Cell
<div class="details-container color-container">
<div class="article-container">
<img
src="./assets/me-project-2.png"
src="./assets/project-2-ai.png"
alt="Project 2"
class="project-img"
/>
Expand All @@ -305,7 +306,7 @@ <h2 class="experience-sub-title project-title">US and UK Media Portrayal of AI</
<div class="btn-container">
<button
class="btn btn-color-2 project-btn"
onclick="window.open('./assets/Artifical-Intelligence-Presentation.pdf')"
onclick="window.open('./assets/Artificial-Intelligence-Presentation.pdf')"
>
Presentation
</button>
Expand All @@ -316,20 +317,11 @@ <h2 class="experience-sub-title project-title">US and UK Media Portrayal of AI</
Blog Post
</button>
</div>
<br>
<div class="btn-container">
<!-- <button
class="btn btn-color-2 project-btn"
onclick="window.open('./assets/Artificial-Intelligence-Blog-Post.pdf')"
>
Blog Post
</button> -->
</div>
</div>
<div class="details-container color-container">
<div class="article-container">
<img
src="./assets/me-project-3.png"
src="./assets/project-3-biochem.png"
alt="Project 3"
class="project-img"
/>
Expand Down

0 comments on commit 07f9c16

Please sign in to comment.