Skip to content

Commit

Permalink
checkbox and card fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sehbaw committed Dec 19, 2023
1 parent 2bf4e40 commit 3571f7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="description" content="A jekyll based resume">
<link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="alternate" type="application/rss+xml" title="Researcher RSS" href="/feed.xml" />
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="css/main.css">


<!-- Facebook Open Graph -->
Expand Down
12 changes: 5 additions & 7 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<meta name="description" content="A jekyll based resume">
<link href='https://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link rel="alternate" type="application/rss+xml" title="Researcher RSS" href="/feed.xml" />
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="css/main.css">


<!-- Facebook Open Graph -->
Expand Down Expand Up @@ -120,7 +120,7 @@
</ul>
</div>
<!--finding new hackathons-->
<div>
<div align="center">
<input type="checkbox" id="creative" name="creative" value="creative">
<label for="creative"> creative </label><br>
<input type="checkbox" id="hackathons" name="hackathons" value="hackathons">
Expand Down Expand Up @@ -158,17 +158,14 @@ <h4><b>LiveCoding 101: A workshop on exploring livecoding.</b></h4>
<h4><b>An AI/ML Use-Case: Finding a Suitable Drug Trial Participant</b></h4>
<p> Through a data analytics internship with the UMB Pharmaceutical Sciences Department.
</p>

</div>


<div class="card">
<img src="imgs/" alt="Orbiting Children" style="width:30%" class="center">
<!--<spn class="class"><img src="cookwme.JPG" alt="Slide" style="width:30%"></span>-->
<h4><b>Orbiting Children: Who Are They?</b></h4>
<p>Foster youth is full of diversity and intersectionality. Lets explore that with Python and data provided by the Annie E Casey Foundation.
</p>

</p>
</div>

<div class="card">
Expand Down Expand Up @@ -205,7 +202,8 @@ <h4><b>Training Atari Games w/Reinforcement Learning</b></h4>
<p>With a group of three other individuals is a hackathon project I participated in with three other individuals. The process of the project began with using web scraping to obtain tools to code into three categories,<br> essentially
creating metadata for each tool. Once the tools were categorized, we were then able to use Nielsen's ten usability heuristics to determine the usability of each tool.
</p>

</div>
<div class="card"
<img src="imgs/transparency.JPG" alt="Slide" class="center">
<!--<span class="class"><img src="cookwme.JPG" alt="Slide" style="width:30%"></span>-->
<h4><b>Data Visualization</b></h4>
Expand Down

0 comments on commit 3571f7f

Please sign in to comment.