Skip to content

Commit

Permalink
Minor changes to the content and styling of the landing page.
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed May 6, 2020
1 parent 1ea3f80 commit 0fcf787
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ <h1>Freelancer</h1>
<a class="featured-link" href="https://alextselegidis.com/get/plainpad" target="_blank">
<h6>
<img src="images/plainpad-icon.png" alt="Plainpad, Self Hosted Note Taking">
Check out Plainpad, my latest project!
Check Out My Last Project, Plainpad
<br>
<small>A Self Hosted Note Taking App</small>
</h6>
</a>

<footer>
<div class="credits">
Alex Tselegidis &copy; 2020 - Content CC BY 3.0
Alex Tselegidis &copy; 2020
</div>
<div class="links">
<a href="https://github.com/alextselegidis" target="_blank">
Expand Down
2 changes: 1 addition & 1 deletion styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 3 additions & 18 deletions styles.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -254,16 +254,17 @@ section {
.featured-link {
border-bottom: none;
overflow: auto;
background: rgba(255, 255, 255, 0.15);
background: rgba(255, 255, 255, 0.60);
display: inline-block;
padding: 10px 20px;
border-radius: 50px;
text-align: left;
color: #556c73;

h6 {
display: inline-block;
margin-bottom: 0;
font-weight: bold;
font-weight: 700;
font-size: 14px;
line-height: 1.2;

Expand All @@ -286,10 +287,6 @@ section {
top: 0;
text-align: center;

.wrapper:before {
background: linear-gradient(to bottom, $primary-color 0%, rgba(0, 0, 0, 0) 100%);
}

h1 {
font-size: 2.5rem;
line-height: 1.5;
Expand Down Expand Up @@ -334,10 +331,6 @@ section {
&.about {
background: linear-gradient(to bottom, $about-bg-color 0%, $work-bg-color 100%);

.wrapper:before {
background: linear-gradient(to bottom, color($about-bg-color a(80%)) 45%, rgba(0, 0, 0, 0) 100%);
}

p {
max-width: 761px;
margin-bottom: 10rem;
Expand Down Expand Up @@ -380,10 +373,6 @@ section {
&.work {
background: linear-gradient(to bottom, $work-bg-color 0%, $hire-me-bg-color 100%);

.wrapper:before {
background: linear-gradient(to bottom, color($work-bg-color a(80%)) 45%, rgba(0, 0, 0, 0) 100%);
}

img {
width: 90%;
margin-bottom: 10px;
Expand All @@ -394,10 +383,6 @@ section {
&.hire-me {
background: linear-gradient(to bottom, $hire-me-bg-color 0%, $final-bg-color 100%);

.wrapper:before {
background: linear-gradient(to bottom, color($hire-me-bg-color a(80%)) 45%, rgba(0, 0, 0, 0) 100%);
}

h5 {
line-height: 1.8;
}
Expand Down

0 comments on commit 0fcf787

Please sign in to comment.