Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
43 changes: 36 additions & 7 deletions about.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="style/about.css">
</head>

<div class ="Home" title="nacigation menu with page title">
<header>
<h1 title="about me">About Me</h1>
<nav>
<a href="index.html" title="home page">Home</a>
<a href="about.html" title="about me page">About Me</a>
<a href="contact.html" title="contact me page">Contact Me</a>
<a href="projects.html" title="projects page">My Projects</a>
</nav>
</div>
</header>
<body>
<h1> ABOUT </h1>
</body>
<div class="container" title="picture with information about Alix Catalanotto">
<div class="image" title="picture of little girl in maroon aggie shirt">
<img src= "https://lh3.googleusercontent.com/cS6X_lGMIsCWp2D1A5DD3u1rZ-lSUnQFV45SqrpAaeAUgwYpWaiJ6NE4HxY20PDptDj42n2cWjgQBcVRkfURfX8UemlJQt3ixFU321x2tp_ZQcmhySWTaOuFixH82422T6oPzuU4czvcZzVK5wB6pvXWyOXnZ8_a-YxhmCe2d1ACnChSUhLnzS5qQVkUBqu8wCHigXiqw2hzgfYoJdXiFlrozNkjX4r5iwp9ld_D2QDON_k50fvhOmjvwR1Bu7w-yfY5CYBuq_yrjTvN34keHz5ooWMfvl0RGgy0kErHHgUztMZ3C0_vXx598uBr7jnx9RlZ-BpFP5b227KiEjj1AVs52RfZ0SpDvY_lgS1kXsLYIdso4gTVHD5hN-YhpVlZMxbij8eN-CZv9SvmLXNhy7kQpOj9KYE_kbXq83pEX9-yYr-lEC8mgbq_9RZ6lr-EepXhsjjONm7tuGYdYXjF8z9_Phgsli6zLllevokCdka674Sf5j6G1e7ZEosD9JhlUR1XTSLbavkcsZUBF97NrjYYukJemg4lADHtIdjvS42s8urxDrbxdaJl2jlZ6cHZbS_NqhSvxdbKXqpxyISVGvH__Bua-IudNyjCtrH_qzEd1z4jfKHc5cglcBgS5O_d_OeHIDmRErK-9lW-QJpphXhjxER67WpYlFNruaXaCyYMrz5VvtsAqsFVH_CJ=w526-h657-no?authuser=0">
</div>
<p>I am a stay-at-home mom to a wild little girl (pictured left). As much as I love being home with her, I am ready to get back to work and start my new career. After graduating from Angelo State University with a BA in Journalism in 2012, I bounced around from admin job to admin job. I never found a job that truly made me happy and excited to go to work. I am currently enrolled in Lambda School's Full Stack Web Development program. This class is the opportunity I have been waiting for to jumpstart my new career. I like a career path that allows growth and advancement and web development definitely offers that. I also creating and designing new things.
</div>
</body>
<section>
<footer>
<div class="footer" title="end of page">
<p>Want to see what I can do for you?</p>
<button><a href="contact.html" title="contact link">Contact Me!</a></button>
<p class="linkedin" title="link to linkedin profile"><a href= "https://www.linkedin.com/in/alixcatalanotto/">My LinkedIn Profile</a></p>
<p class="instagram" title="link to instagram"><a href="https://www.instagram.com/alixncatalanotto/">Connect With Me on Instagram</a></p>
</div>
</footer>
</section>

</html>
47 changes: 38 additions & 9 deletions contact.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,40 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width= <h1> ABOUT </h1>, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1> CONTACT </h1>
</body>
</html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="style/contact.css">
</head>

<div class ="Home" title="navigation menu with page title">
<header>
<h1>Contact Me</h1>
<nav>
<a href="index.html" title="home page">Home</a>
<a href="about.html" title="about me page">About Me</a>
<a href="contact.html" title="contact me page">Contact Me</a>
<a href="projects.html" title="projects page">My Projects</a>
</nav>
</div>
</header>

<section>
<p>Clicking on any link below will allow you to get in contact with me fast. Let's find out what I can do for you!</p>

<p class="linkedin" title="link to linkedin profile"><a href= "https://www.linkedin.com/in/alixcatalanotto/">Let's Network! Check out my LinkedIn profile!</a></p>

<p class="instagram" title="link to instagram"><a href="https://www.instagram.com/alixncatalanotto/">Connect With Me on Instagram</a></p>

<p class="codepen" title="link to codepen projects"><a href="https://codepen.io/anc13">Check out some of my earlier work on Code Pen!</a></p>

<p class="github" title="link to github projects"><a href="https://github.com/AlixCat13">Here is some more of my work on Git Hub!</a></p>
</section>

<section>
<footer class="footer" title="end of page">

</footer>
</section>
</html>

69 changes: 66 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,74 @@
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="style/index.css">
</head>

<div class ="Home" title="Navigation Menu with Page title">
<header>
<h1>Alix Catalanotto's Portfolio</h1>
<nav>
<a href="index.html" title="home page">Home</a>
<a href="about.html" title="about me page">About Me</a>
<a href="contact.html" title="contact me page">Contact Me</a>
<a href="projects.html" title="projects page">My Projects</a>
</nav>
</div>
</header>

<body>

<div class="profile" title="profile picture">
<img src= "https://lh3.googleusercontent.com/mH-IrTaioqMQSARGcVY6ajOZ117ndrMORxjg6MM_mB5yzY61NTkFZrUYPCoJaZYhp4IlUKEL2zkqtm65uD-VTVqWxSDtiDF_uyvvl0zHVvSucgCYa5zQr4zQMhE4J4jEQb3HlPbDiil3O8O1AhGt1qlpXMNAMSLJY5u4A3cALjPNWLlThm12EyDOrXLm_GobrT3UV6bO_f3ENHGXWLW3G2V6CrvIKlUOj4zn5FVD9CGm_NtROrrMx9AYTeWW0TyENNiEVC_UiwhN0I03wrtBQzrz2HUY8bV-BlATLC48ru0_PAAzaVvsXX739cwskR6btlKTAwStuEbDn6X0Wdm3NTJtR_AmDar06uO-tZCpHgvrgVrsyVvBzfCHmdDCnaVR8Y_KTh9eNMg0uGrHmG9YQLVMd7UonQ9DvtYAgzhE5idzlE1sUwo0DBeqDHDY5xy3JldUVVRYUw_Aus0wKkWdjmlUgOST70J1op2JkCVnbtvw9OXjp-cxg8y_RppkRnCZN1GRn03giOa1JbJkUi-QiDwALXtxOsC91KcS9zoAQmPsRdfdRsxT-fwFQzcqdVGWf1r_729PAH5yPvaeq7IwQlTrc7sdTc8sH7PUC1N65I9Rm4cC62dYRaf9xF4iouvpBopUbSeZsfFNFsFRADw15Wcfhwse-hoII_OwAOWbFfggebTjzg71IcwSmkiH=s608-no?authuser=0">

<span>
<div class="Intro" title="Name and Title with button linked to projects page">
<h2>Alix Catalanotto</h2>
<h3>Budding Web Developer<h3>
</div>

<button><a href="projects.html" title="link to projects page">My projects</a></button>
</span>
</div>
<section title="short paragraph about why I chose Lambda School">
<p>I started my journey at Lambda School after talking to my husband about what I want to do when I decide to go back to work after being a stay-at-home mom for a few years. Before having my daughter, I had done nothing but office admin work since graduating college in 2012. I have a BA in Journalism from Angelo State University but have not been able to do anything with it. I knew when I was ready to go back to work, I didn't just want a job; I wanted a career! Joining Lambda's Web Development program has been the best decison I have made in my professional career. I'm learning to code and how to develop websites which is something I have always wanted to learn how to do. As I continue this journey, I expect this portfoli site to grow and develop as much as I will in this program. I can't wait to see where this adventure takes me next. </p>

</section>


<div class="Project1">
<img src= "https://picsum.photos/id/20/367/267" title="organized desk">
<img src= "https://picsum.photos/id/237/367/267" title="black puppy looking up">
</div>

<div class="Projects2">
<img src= "https://picsum.photos/id/239/367/267" title="dandilion wish flower">
<img src= "https://picsum.photos/id/244/367/267" title="pelicans on pier">
</div>

<div class= "Projects3">
<img src= "https://picsum.photos/id/250/367/267" title="camera">
<img src= "https://picsum.photos/id/292/367/267" title="veggies on cutting board">
</div>

<div class="Projects4">
<img src= "https://picsum.photos/id/306/367/267" title="white water lily on pond">
<img src="https://picsum.photos/id/455/367/267" title="person in hiking boots standing on rocks">
</div>
</body>


<section>
<footer>
<div class="footer" title="end of page with links to contact page">
<p>Want to see what I can do for you?</p>
<button><a href="contact.html" title="contact me link">Contact Me!</a></button>
<p class="linkedin" title="link to linkedin profile"><a href= "https://www.linkedin.com/in/alixcatalanotto/">My LinkedIn Profile</a></p>
<p class="instagram" title="link to instagram"><a href="https://www.instagram.com/alixncatalanotto/">Connect With Me on Instagram</a></p>
</div>
</footer>
</section>

</html>
37 changes: 35 additions & 2 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,43 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Document</title>
<link rel="stylesheet" type="text/css" href="style/projects.css">
</head>
<body>
<h1> PROJECTS </h1>

<div class ="Home" title="navigation menu with title of page">
<header>
<h1 title="projects page">Projects</h1>
<nav>
<a href="index.html" title="home page">Home</a>
<a href="about.html" title="about me page">About Me</a>
<a href="contact.html" title="contact me page">Contact Me</a>
<a href="projects.html" title="projects page">My Projects</a>
</nav>
</div>
</header>

<p title="what I have leared at Lambda School">During my time at Lambda School, I have learned a lot about what I am capable of! Help me in continueing my journey by checking out some of the work I have done not only as a student but for fun on the side!</p>
<span>
<p class="github" title="link to github profile"><a href="https://github.com/AlixCat13">Here is some more of my work on Git Hub!</p>
</span>

<span>

<p class="codepen" title="link to codepen profile"><a href="https://codepen.io/anc13">Check out some of my earlier work on Code Pen!</a></p>
</span>
</body>
<section>
<footer>
<div class="footer" title="end of page">
<p>Want to see what I can do for you?</p>
<button><a href="contact.html" title="contact me link">Contact Me!</a></button>
<p class="linkedin" title="link to linkedin profile"><a href= "https://www.linkedin.com/in/alixcatalanotto/">My LinkedIn Profile</a></p>
<p class="instagram" title="link to instagram"><a href="https://www.instagram.com/alixncatalanotto/">Connect With Me on Instagram</a></p>
</div>
</footer>
</section>

</html>
Loading