Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.
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
129 changes: 129 additions & 0 deletions MultiPage-Clone/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400&family=Poppins:wght@600;700&display=swap"
rel="stylesheet">

<link rel="stylesheet" href="css/normalise.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/otherPages.css">
<link rel="stylesheet" href="css/responsive.css">

<title>Pedro Ricciardi - Contact</title>
</head>

<body>
<header>
<section>
<h1>Pedro Ricciardi</h1>
<p class="divider">/</p>
<p>WEB DEVELOPER</p>
</section>
<section>
<input type="checkbox" name="nav__toggle" id="nav__toggle">

<label for="nav__toggle" id="hamburger__button-container">
<div id="hamburger__button-bars">
<div id="hamburger__button-bar1" class="hamburger__button"></div>
<div id="hamburger__button-bar2" class="hamburger__button"></div>
<div id="hamburger__button-bar3" class="hamburger__button"></div>
</div>
</label>
<nav id="nav-list">
<a href="index.html" class="nav-item">ABOUT ME</a>
<a href="resume.html" class="nav-item actual-page">RESUME</a>
<a href="projects.html" class="nav-item">PROJECTS</a>
<a href="contact.html" class="nav-item">CONTACT</a>
</nav>
</section>
</header>

<main>
<section class="other-pages__content">
<h2>Let's Talk</h2>
<form action="" class="card">
<div id="contact-name">
<div id="first-name" class="contact-field">
<label for="first-name__input" id="first-name__label" class="required-field">First Name</label>
<input type="text" name="first-name__input" id="first-name__input" placeholder=" " required>
</div>
<div id="last-name" class="contact-field">
<label for="last-name__input" id="last-name__label" class="required-field">Last Name</label>
<input type="text" name="last-name__input" id="last-name__input" placeholder=" " required>
</div>
</div>
<div class="contact-field">
<label for="contact-email__input" class="required-field">Email</label>
<input type="email" name="contact-email__input" id="contact-email__input" placeholder=" " required>
</div>
<div class="contact-field">
<label for="contact-subject__input">Subject</label>
<input type="text" name="contact-subject__input" id="contact-subject__input">
</div>
<div class="contact-field">
<label for="contact-message__input">Message</label>
<textarea name="contact-message__input" id="contact-message__input" rows="6"></textarea>
</div>
<button type="submit" class="button-blue">SEND</button>
</form>
</section>
</main>

<footer>
<section id="credits">
<p>This website design was created by Maya Nelson. Powered and secured by <a
href="https://wix.com/?utm_campaign=vir_created_with" target="_blank" el="noopener noreferrer">Wix.com</a>,
and is used here for strictly educational purposes.</p>

</section>
<section id="footer__contacts">
<div>
<h3>Call</h3>
<a href="tel:+447598138882">+44 75 9813 8882</a>
</div>
<div>
<h3>Write</h3>
<a href="mailto:riccip@outlook.com">riccip@outlook.com</a>
</div>
<div>
<h3>Follow</h3>
<div id="social-media">
<a href="https://www.linkedin.com/in/pedro-ricciardi/" target="_blank" rel="noopener">
<!-- LinkedIn -->
<svg xmlns="http://www.w3.org/2000/svg" height="1em"
viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z" />
</svg>
</a>
<a href="https://github.com/PERicci" target="_blank" rel="noopener">
<!-- Github -->
<svg xmlns="http://www.w3.org/2000/svg" height="1em"
viewBox="0 0 496 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z" />
</svg>
</a>
<a href="https://www.instagram.com/pedroeugenioricciardi/" target="_blank" rel="noopener">
<!-- Instagram -->
<svg xmlns="http://www.w3.org/2000/svg" height="1em"
viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. -->
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" />
</svg>
</a>
</div>
</div>
</section>
</footer>
</body>

</html>
3 changes: 0 additions & 3 deletions MultiPage-Clone/css/main.css

This file was deleted.

51 changes: 51 additions & 0 deletions MultiPage-Clone/css/normalise.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

a:any-link,
a,
a:hover,
a:focus,
a:visited {
text-decoration: none;
color: inherit;
transition: all 0.2s ease-in-out;
}

h1,
h2,
h3,
h4 {
font-family: "Poppins", sans-serif;
margin: 0;
padding: 0;
}

span,
p,
a,
label,
input {
font-family: "Nunito Sans", sans-serif;
font-weight: 300;
}

p {
line-height: 1.5em;
}

input,
textarea {
appearance: none;
resize: none;
border: none;
outline: none;
margin: 0;
padding: 0;
}

button {
cursor: pointer;
}
Loading