Skip to content

Commit fb426b2

Browse files
author
Jacob Krol
committed
Added mobile background functionality and update honors
1 parent fced9f8 commit fb426b2

File tree

2 files changed

+29
-11
lines changed

2 files changed

+29
-11
lines changed

index.html

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ <h3>education.</h3>
132132
<ul>
133133
<li>Honors College</li>
134134
<li>President's Award Program STEM</li>
135+
<li>Twersky Award Nominee</li>
136+
<li>LAS Dean's List</li>
135137
</ul>
136138
<p>CUMULATIVE GPA 3.73</p>
137139
<p>MAJOR GPA 4.00</p>
@@ -463,6 +465,7 @@ <h3>additional.</h3>
463465
<p>Front-End Web Development</p>
464466
<ul>
465467
<li>Built this site on bare HTML, CSS, JS, jQuery</li>
468+
<li>Client build on <a href="http://frenchclubuic.com/" target="_blank">front-end</a></li>
466469
<li>Client build on <a href="https://uicspeech.com/" target="_blank">designing software</a></li>
467470
</ul>
468471
</div>
@@ -490,6 +493,7 @@ <h3>soft skills.</h3>
490493
<ul>
491494
<li>UIC Speech Team - Caption Head, Secretary, Website Designer, Fundraising Director <span class="nobr">(3 years)</span></li>
492495
<li>UIC Bioengineering Student Journal - Reviewer <span class="nobr">(1 year)</span></li>
496+
<li>French Club at UIC - Web Administrator <span class="nobr">(2 years)</span></li>
493497
</ul>
494498
</div>
495499
</div>
@@ -515,9 +519,9 @@ <h3>Efficiency of Planar Disk Packings</h3>
515519
</div>
516520
<div class="content-row">
517521
<div class="content-box large-left-card">
518-
<p><b>Advisor:</b> <a href="mailto:[email protected]" target="_blank">Ali Mohajer</a></p>
519-
<p><b>Sponsoring Organization:</b> <a href="https://mcl.math.uic.edu/" target="_blank">Math Computing Lab, UIC</a></p>
520-
<p><i>January 2018 - January 2019</i></p>
522+
<p><strong>Advisor:</strong> <a href="mailto:[email protected]" target="_blank">Ali Mohajer</a></p>
523+
<p><strong>Sponsoring Organization:</strong> <a href="https://mcl.math.uic.edu/" target="_blank">Math Computing Lab, UIC</a></p>
524+
<p><em>January 2018 - January 2019</em></p>
521525
<ul>
522526
<li>This research pursues identifying the ideal ratios of both disk size and disk amounts in an infinite plane that provide an optimization of packing density.</li>
523527
<li>Important concepts have included Voronoi decompositions and geometric relationships in programming, using Python, JavaScript, and C++</li>
@@ -536,7 +540,7 @@ <h3>Web Development</h3>
536540
<div class="content-row">
537541
<div class="content-box large-left-card">
538542
<p>Personal Project</p>
539-
<p><i>Spring 2018 - present</i></p>
543+
<p><em>Spring 2018 - present</em></p>
540544
<ul>
541545
<li>This project's main objective is to further my understanding of web development tools
542546
in addition to contributing to alleviating larger community web presence needs</li>
@@ -556,9 +560,9 @@ <h3>Wikipedia Illustration Task Force</h3>
556560
</div>
557561
<div class="content-row">
558562
<div class="content-box large-left-card">
559-
<p><b>Advisor:</b> <a href="http://homepages.math.uic.edu/~jan/" target="_blank">Jan Verschelde</a></p>
560-
<p><b>Sponsoring Organization:</b> <a href="https://mcl.math.uic.edu/" target="_blank">Math Computing Lab, UIC</a></p>
561-
<p><i>August 2017 - December 2017</i></p>
563+
<p><strong>Advisor:</strong> <a href="http://homepages.math.uic.edu/~jan/" target="_blank">Jan Verschelde</a></p>
564+
<p><strong>Sponsoring Organization:</strong> <a href="https://mcl.math.uic.edu/" target="_blank">Math Computing Lab, UIC</a></p>
565+
<p><em>August 2017 - December 2017</em></p>
562566
<ul>
563567
<li>Considering a lack of diagrams on high-level mathematics wiki pages, the objective of
564568
this project was to comprehend one of these concepts and develop visualizations for the page.</li>
@@ -579,7 +583,7 @@ <h3>Analysis on the Collatz Conjecture</h3>
579583
<div class="content-row">
580584
<div class="content-box large-left-card">
581585
<p>Personal Project</p>
582-
<p><i>Fall 2016 - present</i></p>
586+
<p><em>Fall 2016 - present</em></p>
583587
<ul>
584588
<li>This project allows for further development of my programming and problem-solving skills,
585589
implementation of pure mathematics in computer science, and has a larger goal of uncovering
@@ -597,8 +601,9 @@ <h3>Studying Fluorescence of Coumarin 102 after NaOH Quenching</h3>
597601
</div>
598602
<div class="content-row">
599603
<div class="content-box large-left-card">
600-
<p><b>Advisor:</b> <a href="https://chem.uic.edu/profiles/donald-j-wink/" target="_blank">Donald Wink</a></p>
601-
<p><b>Sponsoring Organization:</b> <a href="https://stem.uic.edu/about/" target="_blank">PAP STEM Research Initiative, UIC</a></p>
604+
<p><strong>Advisor:</strong> <a href="https://chem.uic.edu/profiles/donald-j-wink/" target="_blank">Donald Wink</a></p>
605+
<p><strong>Sponsoring Organization:</strong> <a href="https://stem.uic.edu/about/" target="_blank">PAP STEM Research Initiative, UIC</a></p>
606+
<p><em>Summer 2016</em></p>
602607
<ul>
603608
<li>This research strove to analyze rationale for variance in fluorescence of mixtures
604609
including amounts of Coumarin 102, NaOH, and a buffer due to quenching.</li>

styles/styles.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,19 @@ body {
2020

2121
/* START BACKGROUND IMAGE */
2222

23+
.cover-image:before {
24+
content: "";
25+
display: block;
26+
position: fixed;
27+
left: 0;
28+
top: 0;
29+
z-index: -2;
30+
background: url('../graphics/chicago-uic-small-2.png') no-repeat center center;
31+
background-size: cover;
32+
height: 100%;
33+
width: 100%;
34+
}
35+
2336
.cover-image {
2437
background-image: url('../graphics/chicago-uic-small-2.png');
2538
background-size: cover;
@@ -415,7 +428,7 @@ header .subtitle {
415428

416429
.left-large-card {
417430
text-align: left;
418-
431+
419432
-webkit-box-flex: 1 !important;
420433
-ms-flex-positive: 1 !important;
421434
flex-grow: 1 !important;

0 commit comments

Comments
 (0)