Skip to content

Commit

Permalink
new website format
Browse files Browse the repository at this point in the history
  • Loading branch information
AllisonCrossland committed Dec 3, 2023
1 parent 940531a commit 4bf1853
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Binary file added Files/Crossland_CV.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2731,7 +2731,7 @@ input, select, textarea {
justify-content: space-between;
background-color: #1f1815;
background-attachment: scroll, scroll;
background-image: url("images/overlay.png"), url("../../images/bg.jpg");
background-image: url("images/overlay.png"), url("../../images/mro.jpg");
background-position: top left, top left;
background-repeat: repeat, no-repeat;
background-size: auto, 150%;
Expand Down Expand Up @@ -2799,7 +2799,7 @@ input, select, textarea {

#header a:hover {
border-bottom-color: transparent;
color: #FF0000 !important;
color: #C36A6A !important;
text-decoration: none;
}

Expand Down Expand Up @@ -3259,7 +3259,7 @@ input, select, textarea {
#footer {
background-attachment: scroll;
background-color: #1f1815;
background-image: url("images/overlay.png"), url("../../images/bg.jpg");
background-image: url("images/overlay.png"), url("../../images/mro.jpg");
background-position: top left, bottom center;
background-repeat: repeat, no-repeat;
background-size: auto, cover;
Expand Down
Binary file added images/mro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="inner">
<a href="#" class="image avatar"><img src="images/circular_portrait.png" alt="" /></a>
<h1>Allison Crossland</h1>
<h2>she/her</h2>
<!-- <h2>she/they</h2> -->
<hr>

<!-- <ul class="icons">
Expand All @@ -31,19 +31,19 @@ <h2>she/her</h2>
<!-- *include <li> around link*
<ul class="labeled-icons">
<li><h3 class="icon solid fa-envelope" style="font-size: 1.3em;"><span class="label">Email</span></h3></li>-->
<h2>[email protected]</h2>
<h2>Email: [email protected]</h2>

<!-- <li><h3 class="icon brands fa-github" style="font-size: 1.3em;"><span class="label">Github</span></h3></li>-->
<a href="https://github.com/AllisonCrossland" target="_blank" rel="noopener noreferrer">Github</a><br />
<a href="https://github.com/AllisonCrossland" target="_blank" rel="noopener noreferrer">Github: AllisonCrossland</a><br />

<!-- <li><h3 class="icon brands fa-orcid" style="font-size: 1.3em;"><span class="label">Orcid</span></h3></li>-->
<a href="https://orcid.org/0009-0000-6087-1375" target="_blank" rel="noopener noreferrer">Orcid ID</a><br />
<a href="https://orcid.org/0009-0000-6087-1375" target="_blank" rel="noopener noreferrer">ORCID: 0009-0000-6087-1375</a><br />

<!-- <li><h3 class="icon solid fa-search fa-flip-horizontal" style="font-size: 1.3em;"><span class="label">search</span></h3></li>-->
<a href="https://ui.adsabs.harvard.edu/search/q=author%3A(%22crossland%2C%20allison%22)&sort=date%20desc%2C%20bibcode%20desc&p_=0" target="_blank" rel="noopener noreferrer">ADS Publications</a><br />
<a href="https://ui.adsabs.harvard.edu/search/q=author%3A(%22crossland%2C%20allison%22)&sort=date%20desc%2C%20bibcode%20desc&p_=0" target="_blank" rel="noopener noreferrer">Publications on ADS</a><br />

<!-- <li><h3 class="icon solid fa-file-alt" style="font-size: 1.3em;"><span class="label">CV</span></h3></li>-->
<a href="files/Crossland_Allison_CV.pdf" target="_blank" rel="noopener noreferrer">Curriculum Vitae</a>
<a href="files/Crossland_CV.pdf" target="_blank" rel="noopener noreferrer">Curriculum Vitae</a>
</ul>

</div>
Expand Down

0 comments on commit 4bf1853

Please sign in to comment.