Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add working images and change date #1

Merged
merged 2 commits into from
Oct 18, 2023
Merged
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
2 changes: 1 addition & 1 deletion public_html/assets/css/ollie.css
Original file line number Diff line number Diff line change
Expand Up @@ -11553,7 +11553,7 @@ pre .code {
position: relative;
height: 100vh;
min-height: 600px;
background-image: url(../imgs/header.jpg);
background-image: url(../imgs/header.JPG);
background-size: cover;
background-position: center;
display: -webkit-box;
Expand Down
2 changes: 1 addition & 1 deletion public_html/assets/scss/layout/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position: relative;
height: 100vh;
min-height: 600px;
background-image: url(../imgs/header.jpg);
background-image: url(../imgs/header.JPG);
background-size: cover;
background-position: center;
@include flex;
Expand Down
10 changes: 5 additions & 5 deletions public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,9 @@ <h3 class="section-title mb-5">Participation</h3>

<div class="blog-wrapper">
<div class="img-wrapper">
<img src="assets/imgs/img-lunch.jpg" alt="Download free bootstrap 4 landing page, free boootstrap 4 templates, Download free bootstrap 4.1 landing page, free boootstrap 4.1.1 templates, ollie Landing page">
<img src="assets/imgs/img-lunch.JPG" >
<div class="date-container">
<h6 class="day">25</h6>
<h6 class="day">26</h6>
<h6 class="mun">Oct</h6>
</div>
</div>
Expand Down Expand Up @@ -457,14 +457,14 @@ <h3 class="section-title mb-5">Contact</h3>
<form action="https://formsubmit.co/bad8ecadab53dc9ca693caafbfa721a5" class="contact-form" method="post">
<div class="form-row">
<div class="col form-group">
<input type="text" class="form-control" name="Name" required>
<input type="text" class="form-control" name="Name" placeholder="Name" required>
</div>
<div class="col form-group">
<input type="email" class="form-control" name="Email" required>
<input type="email" class="form-control" name="Email" placeholder="Email" required>
</div>
</div>
<div class="form-group">
<textarea id="" cols="30" rows="5" class="form-control" name="Message" required></textarea>
<textarea id="" cols="30" rows="5" class="form-control" name="Message" placeholder="Your Message" required></textarea>
</div>
<div class="form-group">
<input type="submit" formtarget="_blank" class="btn badge-info btn-block" value="Send Message">
Expand Down