Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
findthelorax committed Nov 2, 2023
1 parent 5ef79a8 commit e1e7f0f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h4>Weaknesses: </h4>
<div>
<h2 class="recog_header">A look into my life</h2>
</div>
<div class="recognitions">
<!-- <div class="recognitions">
<div class="recog_grid">
<div class="recog_grid_items">"Mountaineering"</div>
<div class="recog_grid_items">"EMT"</div>
Expand All @@ -121,13 +121,13 @@ <h2 class="recog_header">A look into my life</h2>
<div class="recog_grid_items">"Dockers"</div>
<div class="recog_grid_items">"Don't Click Me"</div>
</div>
</div>
</div> -->
<div class="my_story">
<h2>My Story:</h2>
<p class="my_story_p"> I grew up ihn Northampton, Mass. Moved to Vermont to work as a Ski Patroller and fell in love with the beauty of the state. I moved to Arizona to explore and rock climb, then to Tennessee to get certified in Hang Gliding and eventually to Utah to Ski Patrol at a bigger mountain and work with avalanche mitigation as well as work with some amazing Chefs while there. I finally wanted to settle down and came back to Vermont, bought a house, had a son and went back to school. It's been quite a journey.
<a class="hire_btn"><span>Hire Me</span></a>
</p>
<img id="profile_img" src="./resources/me_and_dog.jpg" alt="Handsome Redhead">
<a class="hire_btn"><span>Hire Me</span></a>
</div>
<div class="background"></div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h1>&bullet; LET'S WORK TOGETHER &bullet;</h1>
<ul class="nav_social_icons">
<li><a href="www.linkedin.com/in/brett-ferrante-111948152" class="linkdn"> <i class="fa-brands fa-linkedin"></i></a></li>
<li><a href="https://github.com/findthelorax" class="github"> <i class="fa-brands fa-github"></i></a></li>
<li><a href="" class="mail"> <i class="fa-solid fa-envelope"></i></a></li>
<li><a href="mailto:[email protected]" class="mail"> <i class="fa-solid fa-envelope"></i></a></li>
</ul>
</div>
</footer>
Expand Down
8 changes: 6 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ section {
/* margin to center grid */
min-height: 666px;
max-height: max-content;
margin: 0 8%;
margin: 0 30%;
}
.skills_header {
text-transform: uppercase;
Expand Down Expand Up @@ -335,7 +335,8 @@ section {
font-family: "PressStart";
font-size: 13px;
line-height: 1.5rem;
margin-bottom: 100px;
max-width: 1000px;
margin: 100px 0px 100px 25%;
transform: rotate(5deg);
border: 1px solid rgba(255, 255, 255, .25);
border-radius: 20px;
Expand All @@ -361,6 +362,9 @@ section {
.yo-yo {
width: 50px;
}
.weaknesses {
color: rgb(255, 0, 0);
}
.about_grid_items {
color: #FFC600;
text-shadow: 2px 2px 2px black;
Expand Down

0 comments on commit e1e7f0f

Please sign in to comment.