Skip to content
Open
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
92 changes: 9 additions & 83 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,92 +96,18 @@ <h3>Contribute</h3>
<!-- Grid -->
<div class="w3-row-padding" id="about">

<div class="w3-center w3-padding-64">
<span class="w3-xlarge w3-bottombar w3-border-dark-grey w3-padding-16">Leave A Message</span>
</div>
<!-- Insert your message below here -->

<p>My message!</p>

<div><div class="w3-panel w3-center w3-leftbar w3-sand">
<p><i class="w3-serif w3-xlarge">
<span style="font-size:150px;line-height:0.6em;opacity:0.2">&#10004;</span>
Ive tried many code teaching apps and webs,but i must say<br>
W3schools is the BEST</i></p>
</div></div>

<!-- Message from Asad -->
<div class="asad-flip-card"
style="background-color: transparent;
width: 250px;
height: 280px;
perspective: 1000px;
font-family: sans-serif;margin-left: 42%;">
<div class="asad-flip-card-inner"
style="position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s;
transform-style: preserve-3d;">
<div class="asad-flip-card-front"
style="box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
width: 100%; height: 100%;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
border: 1px solid green;
border-radius: 1rem;
background: linear-gradient(120deg, rgb(164, 243, 54) 30%,
rgb(137, 243, 54) 88%, rgba(0, 128, 0) 48%); color: green;">
<p class="asad-title" style="font-size: 1.5em; font-weight: 900; text-align: center; margin: 0;">THANK YOU</p>
<br>
<p class="asad-title" style="font-size: 1.5em; font-weight: 900; text-align: center; margin: 0;">W3 Schools!</p>
<br>
<p>Hover to see more</p>
</div>
<div class="asad-flip-card-back"
style="box-shadow: 0 8px 14px 0 rgba(0,0,0,0.2);
position: absolute; display: flex; flex-direction: column; justify-content: center; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; border: 1px solid green; border-radius: 1rem;
background: linear-gradient(120deg, rgb(137, 243, 54) 30%,
rgb(164, 243, 54) 88%, rgb(0, 128, 0) 78%); color: green; transform: rotateY(180deg);">
<p class="asad-title" style="font-size: 1.5em; font-weight: 900; text-align: center; margin: 0;">ASAD</p>
<p>FROM PAKISTAN</p>
</div>
</div>
</div>
<style>
.asad-flip-card:hover .asad-flip-card-inner {
transform: rotateY(180deg);
}
</style>
<!-- End Message from Asad -->
<p>Thank you for your work! Ksenia, Germany</p>
<!-- Insert message from Maksim -->
<p>Hello everyone from Belarus. Best of luck!</p>
<!-- End message from Maksim-->

<!-- Message from Karlo -->
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<p>Karlo, Croatia</p>
<!-- End Message from Karlo -->
<!-- Insert your message below here -->

<article>
<!-- Message -->

<!-- Insert message from Jorge -->
<p>Thanks from Spain!</p>
<!-- End message from Jorge-->
<div class="w3-container">
<div class="w3-panel w3-leftbar w3-light-grey">
<p class="w3-xlarge w3-serif"><i>" Thank you! W3Schools for their documentation. "</i></p>
<p>Fernando Hoyos: 13/08/2023</p>
</div>
</div>

<h2>saudi arabia</h2>

<!-- Message from Luke -->
<div style="margin: 10px; display: flex; justify-content: center; align-items: center; background: linear-gradient(135deg, #f26805, #ff00a2, #3a405e); color: white; padding: 20px; border-radius: 15px; font-family: Poppins; font-size: 1.5rem; box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); text-align: center;">
<p>Hope all are enjoying their coding journey, Luke UK</p>
</div>
<!-- End Message from Luke -->
<!-- End messages -->

<!-- Message from Grace -->
<p>This Git tutorial is carraying me through my class!</p>
Expand Down