-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8b93e63
commit 67e6d1f
Showing
1 changed file
with
30 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -133,36 +133,33 @@ | |
<!-- end-jumbotron --> | ||
|
||
<!-- CTA 1--> | ||
<section class="cta-1 bg-img3" id="cta1"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="wrapper my-5 py-3 py-md-4"> | ||
<a class="data display-3 text-center text-sm-end" href="projects.html" data-text="Portfolio >" data-aos="flip-left" | ||
data-aos-easing="ease-out-cubic" | ||
data-aos-duration="2000"> | ||
Portfolio > | ||
</a> | ||
<section class="cta-1 bg-img3" id="cta1"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="wrapper my-5 py-3 py-md-4"> | ||
<a class="data display-3 text-center text-sm-end" href="projects.html" data-text="Portfolio >" | ||
data-aos="flip-left" data-aos-easing="ease-out-cubic" data-aos-duration="2000"> | ||
Portfolio > | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</section> | ||
|
||
<!-- Container (About Section) --> | ||
<section class="container-fluid my-0 mx-auto" id="about"> | ||
<div class="row"> | ||
<div class="col-12 p-3 mt-lg-4" data-aos="flip-left" | ||
data-aos-easing="ease-out-cubic" | ||
data-aos-duration="1000"> | ||
<div class="card profile-card pb-5" > | ||
<div class="col-12 p-3 mt-lg-4" data-aos="flip-left" data-aos-easing="ease-out-cubic" data-aos-duration="1000"> | ||
<div class="card profile-card pb-5"> | ||
<!--Header--> | ||
<div class="card-body border-0 profile-header"> | ||
<!--Custom Avatar Goes Here--> | ||
<a> | ||
<img class="img-fluid" src="assets/images/alissa.png" alt="Avatar" > | ||
<img class="img-fluid" src="assets/images/alissa.png" alt="Avatar"> | ||
</a> | ||
</div> | ||
<!--./end-header--> | ||
<div class="profile-body" > | ||
<div class="profile-body"> | ||
<!--Name--> | ||
<h4 class="display-5 fw-light subheading text-grey">Alissa Troiano</h4> | ||
<!--Role--> | ||
|
@@ -186,16 +183,15 @@ <h5 class="role-heading display-6">Software Developer</h5> | |
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!--Skills Section--> | ||
<section class="container-fluid skills" id="skills"> | ||
<div class="row"> | ||
<div class="col-12"> | ||
<h2 class="display-2 my-5 title ms-sm-4 ms-lg-5" data-aos="fade-down" | ||
data-aos-easing="linear" | ||
data-aos-duration="1500">My Stack</h2> | ||
<h2 class="display-2 my-5 title ms-sm-4 ms-lg-5" data-aos="fade-down" data-aos-easing="linear" | ||
data-aos-duration="1500">My Stack</h2> | ||
<div class="ms-sm-4 ms-lg-5 mt-2 mt-md-3"> | ||
<hr> | ||
</div> | ||
|
@@ -515,9 +511,8 @@ <h5 class="role-heading display-6">Software Developer</h5> | |
<div class="container"> | ||
<div class="row"> | ||
<div class="wrapper my-5 py-3 py-md-4"> | ||
<a class="data-2 display-3 text-center text-sm-end" href="projects.html" data-text="Portfolio >" data-aos="flip-right" | ||
data-aos-easing="ease-out-cubic" | ||
data-aos-duration="2000"> | ||
<a class="data-2 display-3 text-center text-sm-end" href="projects.html" data-text="Portfolio >" | ||
data-aos="flip-right" data-aos-easing="ease-out-cubic" data-aos-duration="2000"> | ||
Portfolio > | ||
</a> | ||
</div> | ||
|
@@ -529,10 +524,9 @@ <h5 class="role-heading display-6">Software Developer</h5> | |
<section class="container my-0 mx-auto" id="contact"> | ||
<div class="row d-flex my-0 mx-auto text-center align-items-center justify-content-center"> | ||
<div class="col-12 mt-5 pt-5"> | ||
<div class="contact-form-wrapper mt-4" data-aos="fade-up" | ||
data-aos-duration="2000" data-aos-delay="150"> | ||
<div class="contact-form-wrapper mt-4" data-aos="fade-up" data-aos-duration="2000" data-aos-delay="150"> | ||
<h2 class="section-title text-center display-6 my-3 my-md-4" id="contactMe">Contact Me</h2> | ||
<form method="POST" id="contact-form" action="submit" > | ||
<form method="POST" id="contact-form" action="submit"> | ||
<div class="form-floating mb-3"> | ||
<input class="form-control" type="text" name="from_name" id="from_name" placeholder="Your Name"> | ||
<label for="from_name">Your Name</label> | ||
|
@@ -542,16 +536,17 @@ <h2 class="section-title text-center display-6 my-3 my-md-4" id="contactMe">Cont | |
<label for="from_email">Email</label> | ||
</div> | ||
<div class="form-floating"> | ||
<textarea name="message" class="form-control" id="message" placeholder="Your Message" style="height: 100px"></textarea> | ||
<textarea name="message" class="form-control" id="message" placeholder="Your Message" | ||
style="height: 100px"></textarea> | ||
<label for="message">Your Message</label> | ||
</div> | ||
<div class="form-group text-center my-4 pt-3"> | ||
<input class="contact-button" type="submit" id="button" value="Send Email"> | ||
<input class="contact-button" type="submit" id="button" value="Send Email"> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<!-- Email JS Script --> | ||
|
@@ -562,10 +557,10 @@ <h2 class="section-title text-center display-6 my-3 my-md-4" id="contactMe">Cont | |
<script> | ||
AOS.init(); | ||
</script> | ||
<!--Bootstrap Scripts--> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" | ||
crossorigin="anonymous"></script> | ||
<!--Bootstrap Scripts--> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" | ||
crossorigin="anonymous"></script> | ||
<script> | ||
let index = 0; | ||
displayImages(); | ||
|
@@ -590,4 +585,5 @@ <h2 class="section-title text-center display-6 my-3 my-md-4" id="contactMe">Cont | |
|
||
|
||
</body> | ||
|
||
</html> |