Skip to content

Commit

Permalink
Merge pull request #1 from cdmpreda/main
Browse files Browse the repository at this point in the history
Add working images and change date
  • Loading branch information
JoepdeJong authored Oct 18, 2023
2 parents c2a741c + b843142 commit 65c136b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit 65c136b

Please sign in to comment.