Skip to content

Commit

Permalink
mobile-update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthoden committed Jan 24, 2025
1 parent b1d058b commit affddd0
Show file tree
Hide file tree
Showing 10 changed files with 149 additions and 22 deletions.
6 changes: 5 additions & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/L_A logo.svg">

</head>
<nav class = "navbar">
<button class="hamburger" id="hamburger">
&#9776; <!-- Hamburger icon -->
</button>
<nav class="navbar-class" id="navbar-id">
<ul class = "navbar">
<li><a href="index.html" class = "not-bold">Home</a></li>
<li><a href="itinerary.html" class = "not-bold">Itinerary</a></li>
Expand Down
47 changes: 47 additions & 0 deletions images/L_A logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions images/L_A logo_thin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Our Wedding</title>
<title>Lauren & Alex</title>
<link rel="stylesheet" href="styles.css">
<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=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/L_A logo.svg">
</head>

<body>
Expand Down
9 changes: 7 additions & 2 deletions itinerary.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/L_A logo.svg">

</head>
<nav class = "navbar">

<button class="hamburger" id="hamburger">
&#9776; <!-- Hamburger icon -->
</button>
<nav class="navbar-class" id="navbar-id">
<ul class = "navbar">
<li><a href="index.html" class = "not-bold">Home</a></li>
<li><a href="itinerary.html" class = "active not-bold">Itinerary</a></li>
Expand All @@ -28,5 +33,5 @@ <h1 class = "header">Lauren & Alex</h1>
<div class="middle">
<h1>COMING SOON</h1>
</div>

<script src="functions.js"></script>
</html>
8 changes: 6 additions & 2 deletions photos.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/L_A logo.svg">

</head>
<nav class = "navbar">
<button class="hamburger" id="hamburger">
&#9776; <!-- Hamburger icon -->
</button>
<nav class="navbar-class" id="navbar-id">
<ul class = "navbar">
<li><a href="index.html" class = "not-bold">Home</a></li>
<li><a href="itinerary.html" class = "not-bold">Itinerary</a></li>
Expand Down Expand Up @@ -59,6 +63,6 @@ <h2>Photo Gallery</h2>
</section>



<script src="functions.js"></script>

</html>
8 changes: 6 additions & 2 deletions registry.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/L_A logo.svg">

</head>
<nav class = "navbar">
<button class="hamburger" id="hamburger">
&#9776; <!-- Hamburger icon -->
</button>
<nav class="navbar-class" id="navbar-id">
<ul class = "navbar">
<li><a href="index.html" class = "not-bold">Home</a></li>
<li><a href="itinerary.html" class = "not-bold">Itinerary</a></li>
Expand All @@ -29,5 +33,5 @@ <h1 class = "header">Lauren & Alex</h1>
<h1>COMING SOON</h1>
</div>


<script src="functions.js"></script>
</html>
3 changes: 2 additions & 1 deletion response.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/L_A logo.svg">
</head>
<body class = "rsvp-labels">

<div class="rsvp-section">
<h2>RSVP</h2>
<h2 class="rsvp-header">RSVP</h2>
<form id="rsvp-form">
<label for="name">Your Name:</label>
<input type="text" id="name" name="name" disabled>
Expand Down
8 changes: 6 additions & 2 deletions rsvp.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,15 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="images/L_A logo.svg">


</head>
<body>
<nav class = "navbar">
<button class="hamburger" id="hamburger">
&#9776; <!-- Hamburger icon -->
</button>
<nav class="navbar-class" id="navbar-id">
<ul class = "navbar">
<li><a href="index.html" class = "not-bold">Home</a></li>
<li><a href="itinerary.html" class = "not-bold">Itinerary</a></li>
Expand All @@ -34,7 +38,7 @@

<main>
<div class="name-input-section">
<h2>Enter Your Name</h2>
<h2 class="form-header">Enter Your Name</h2>
<form id="name-form">
<label for="name">Your Name:</label>
<input type="text" id="name" name="name" required>
Expand Down
32 changes: 21 additions & 11 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,15 @@ header {
position: relative;
}

header::after {
/* header::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* background: rgba(0, 0, 0, 0.5); */
z-index: 1;
}
} */

header h1 {
font-size: calc(1em + 1vw);
Expand Down Expand Up @@ -101,10 +100,10 @@ nav ul li a:hover {
color: #ff6363;
}

div.centered {
/* div.centered {
font-family: Playfair Display SC;
font-size: min(60px, 4vw);
}
} */

/* Main Content Styling */
main {
Expand Down Expand Up @@ -542,6 +541,8 @@ body {
padding: 0;
font-family: Playfair Display SC;
overflow: auto;
overflow-x: hidden;
max-width: 100%;
/* overflow: hidden; */
}

Expand Down Expand Up @@ -734,12 +735,12 @@ section.details {
.gallery-item-text {
grid-column: 1; /* Place text in the first column */
padding-right: 1vw; /* Add space between text and image */
font-size: 1rem; /* Adjust text size as needed */
font-size: 4vw; /* Adjust text size as needed */
}

.gallery-item-image {
grid-column: 2; /* Place image in the second column */
max-width: 400px; /* Ensure images fit within their column */
max-width: 60vw; /* Ensure images fit within their column */
height: auto; /* Maintain aspect ratio */
display: block;
}
Expand All @@ -748,6 +749,14 @@ section.details {


/* Form Section */
.form-header {
font-size: 5vw;
}

.rsvp-header {
font-size: 5vw;
}

form {
max-width: 600px;
margin: auto;
Expand All @@ -763,6 +772,7 @@ form label {
font-weight: bold;
color: #333;
font-family: Quicksand;
font-size: 4vw;
}

form input,
Expand All @@ -773,7 +783,7 @@ form select {
margin-bottom: 1vw;
border: 1px solid #ddd;
border-radius: 4px;
font-size: min(20px, 3vw);
font-size: min(5vw);
}

form button {
Expand All @@ -783,7 +793,7 @@ form button {
border: none;
background: #ff6363;
color: #fff;
font-size: min(20px, 3vw);
font-size: min(5vw);
border-radius: 4px;
cursor: pointer;
transition: background 0.3s;
Expand Down Expand Up @@ -1003,7 +1013,7 @@ br.header {

.css-1e30inf {
text-align: center;
font-size: min(30px, 4vw);
font-size: min(30px, 3.5vw);
}

.css-19cvhdm {
Expand All @@ -1019,7 +1029,7 @@ br.header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 20px 0 20px 72px;
padding: 3vw 0 3vw 40px;
width: 315px;
}

Expand Down

0 comments on commit affddd0

Please sign in to comment.