-
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
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -5,15 +5,15 @@ | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device --> | ||
<link rel="icon" type="image/png" sizes="32x32" href="./src/images/favicon-32x32.png"> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Outfit:[email protected]&family=Overpass:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap"> | ||
<link rel="stylesheet" href="/src/style/signup.css"> | ||
<link rel="stylesheet" href="./src/style/signup.css"> | ||
<title>Contact Charlie</title> | ||
</head> | ||
<body> | ||
<main> | ||
<div class="container"> | ||
<!-- Sign-up form start --> | ||
<div class="first"> | ||
<img class="mobileImg" src="/src/images/illustration-sign-up-mobile.svg" alt="mobileImage"> | ||
<img class="mobileImg" src="./src/images/illustration-sign-up-mobile.svg" alt="mobileImage"> | ||
<div class="firstText"> | ||
<h1>Get in contact!!</h1> | ||
|
||
|
@@ -35,7 +35,7 @@ <h3>Email address</h3> | |
|
||
<!-- Success message start --> | ||
<div class="second"> | ||
<img src="/src/images/icon-success.svg" alt="icon-success"> | ||
<img src="./src/images/icon-success.svg" alt="icon-success"> | ||
<h1>Thanks for subscribing!</h1> | ||
|
||
<text>A confirmation email has been sent to <span id="emailValue"></span>. Please open it and click the button inside to confirm your subscription.</text> | ||
|
@@ -49,6 +49,6 @@ <h1>Thanks for subscribing!</h1> | |
Coded by <a href="#">xarlizard</a>. | ||
</div> | ||
</main> | ||
<script src="/src/scripts/signup.js"></script> | ||
<script src="./src/scripts/signup.js"></script> | ||
</body> | ||
</html> |