New website layout: looks much nicer
This commit is contained in:
parent
975100dbed
commit
42af27875f
BIN
Gitea_Logo.png
BIN
Gitea_Logo.png
Binary file not shown.
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 52 KiB |
29
index.html
29
index.html
@ -6,8 +6,9 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="content-box">
|
<div class="content-box">
|
||||||
<h2>Aidan Sharpe</h2>
|
<h2>About Me</h2>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@ -17,9 +18,29 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="content-box">
|
<div class="content-box">
|
||||||
<h2>Resume</h2>
|
<h2>Helpful Links</h2>
|
||||||
<p>
|
<div style="icon-group">
|
||||||
My resume in pdf format is available <a href="https://gitea.sharpe6.com/Adog64/Resume/src/branch/master/Aidan_Sharpe_Resume.pdf">here.</a>
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content-box {
|
.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;
|
border-radius: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
@ -24,6 +24,24 @@
|
|||||||
margin-right: auto;
|
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 {
|
h1 {
|
||||||
color: #7e9cd8;
|
color: #7e9cd8;
|
||||||
margin-left: 5%;
|
margin-left: 5%;
|
||||||
|
Loading…
Reference in New Issue
Block a user