New website layout: looks much nicer

This commit is contained in:
Adog64 2024-01-13 00:17:14 -05:00
parent 975100dbed
commit 42af27875f
4 changed files with 44 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 52 KiB

BIN
LaTeX.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -6,8 +6,9 @@
</head>
<body>
<div class="content-box">
<h2>Aidan Sharpe</h2>
<h2>About Me</h2>
<p>
Hey! My name is Aidan Sharpe. I'm a third-year Electrical and Computer Engineering student at Rowan University, and I'm on track to graduate in May of 2025 with my Bachelor of Science and a Certificate of Undergraduate Study in Cybersecurity Engineering.
</p>
</div>
@ -17,7 +18,27 @@
</p>
</div>
<div class="content-box">
<h2>Resume</h2>
<h2>Helpful Links</h2>
<div style="icon-group">
<div>
<a href="https://gitea.sharpe6.com/Adog64"><img class="icon" src="Gitea_Logo.png"/></a>
<p class="icon-text">
Gitea Instance
</p>
</div>
<div>
<a href="https://www.linkedin.com/in/aidan-sharpe-b86955224/"><img class="icon" src="LinkedIn.png"/></a>
<p class="icon-text">
LinkedIn
</p>
</div>
<div>
<a href="https://gitea.sharpe6.com/Adog64/LaTeX-Notes-Template"><img class="icon" src="LaTeX.png"/></a>
<p class="icon-text">
LaTeX Template
</p>
</div>
</div>
<p>
My resume in pdf format is available <a href="https://gitea.sharpe6.com/Adog64/Resume/src/branch/master/Aidan_Sharpe_Resume.pdf">here.</a>
</p>

View File

@ -15,7 +15,7 @@
}
.content-box {
background-image: linear-gradient(to bottom left, rgba(54, 54, 70, 0.8), rgba(30, 31, 40, 0.5));
background-image: linear-gradient(to bottom right, rgba(54, 54, 70, 0.5), rgba(54, 54, 70, 0.2));
border-radius: 10px;
padding: 10px;
width: 80%;
@ -24,6 +24,24 @@
margin-right: auto;
}
.icon-group {
display: flex;
}
.icon {
border-radius: 10px;
width: 100px;
height: 100px;
margin: 15px;
margin-top: 0;
margin-bottom: 0;
}
.icon-text {
margin-top: 0;
text-align: center;
}
h1 {
color: #7e9cd8;
margin-left: 5%;