Skip to content

Instantly share code, notes, and snippets.

@matthieua
Created July 1, 2020 18:17
Show Gist options
  • Save matthieua/93d161191d752a7d465434ba926fa9be to your computer and use it in GitHub Desktop.
Save matthieua/93d161191d752a7d465434ba926fa9be to your computer and use it in GitHub Desktop.
<html>
<head>
<style>
h1 {
text-align: center;
color: blueviolet;
}
h2 {
text-align: center;
border-radius: 10px;
border: 1px solid blueviolet;
padding: 15px;
}
img {
border-radius: 10px;
width: 100%;
}
p {
font-size: 14px;
line-height: 1.5;
}
button {
width: 100%;
background: blueviolet;
color: white;
border: none;
padding: 15px;
font-size: 20px;
border-radius: 30px;
box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
margin: 20px 0;
}
footer {
text-align: center;
font-size: 12px;
}
</style>
</head>
<body>
<h1>
🧘‍♀️ Yoga
</h1>
<h2>
Discipline
</h2>
<img
src="https://static01.nyt.com/images/2016/12/02/well/move/yoga_body_images-slide-HNVD/yoga_body_images-slide-HNVD-blog480.jpg"
alt=""
/>
<p>
Yoga is a group of physical, mental, and spiritual practices or
disciplines which originated in ancient India. Yoga is one of the six
Āstika schools of Hindu philosophical traditions. There is a broad variety
of yoga schools, practices, and goals in Hinduism, Buddhism, and Jainism.
<br />
<br />
<a href="https://en.wikipedia.org/wiki/Yoga">
Learn more on Wikipedia
</a>
</p>
<button>
Go to a Yoga class
</button>
<footer>
Coded by 👩‍💻
<a href="https://www.shecodes.io">
SheCodes
</a>
</footer>
<script>
function subscribe() {
let name = prompt("What is your name?");
prompt("What is your email address?");
alert(
`Thanks, ${name}! We'll be in touch! Meanwhile, don't forget to breathe 🧘‍♀️`
);
}
let button = document.querySelector("button");
button.addEventListener("click", subscribe);
</script>
</body>
</html>
@ajtorchia
Copy link

Thank you so much, Matt! This was an awesome introductory class.

@Leonaaaa725
Copy link

thank you Matt for the session! :)

@TaniDash
Copy link

TaniDash commented Mar 3, 2022

so I have to go thru all the classes starting from 3 weeks to she codes plus? I can't directly enroll to the plus, if I have previous experience?

@Rahel1921
Copy link

Thanks alot

@IshaTanwar
Copy link

Really God bless you Matt! You are a great person

@Briannafalcon
Copy link

Thank you!!

Copy link

ghost commented May 2, 2022

Thank you, Matt for the lesson!

@sghanne
Copy link

sghanne commented May 12, 2022

Thanks for the class, i will continue watching

@paolaleyva
Copy link

Thank you for the class! It was definitely super helpful!

@Natzkg
Copy link

Natzkg commented Jun 25, 2022

Great class Matt, thank you! Now i'm even more interested!

@SOliv1
Copy link

SOliv1 commented Jul 3, 2022

Thank you for the very helpful class - I shall tell my daughter about it.

@Lararost
Copy link

God bless you.

@Nasim-Parsa
Copy link

Thanks for the class

@feri-ux
Copy link

feri-ux commented Sep 29, 2022

Merc Matt for your great intro..I'm so excited about starting this new journey.

@saharshecodes
Copy link

Thank you Matt, the intro was astonishing and I am very excited for the rest of workshops.

@Sedinam170
Copy link

thank youuuuu

@Criss16055
Copy link

Criss16055 commented Oct 30, 2022 via email

@NasaSolutions
Copy link

The intro was so helpful. Thank you so much. But to get that amount to start learning is a bit difficult for me now. Notwithstanding, I will definitely introduce it to many people.

@DataDragyn
Copy link

Great Express hour of coding. I use the Power Platform so I wanted to see how I might implement this in a new way for myself.

@chrissykorf
Copy link

Thank you

@ViviMlamla
Copy link

Was amazing thank you matt

@kathleenbuck
Copy link

Thanks for the intro class, excited to learn more!

@rhimaginemua
Copy link

HTML like this brings me back to the circa MySpace era of 2003-2010 LOL

@silverlyn
Copy link

Thank you for the webinar and the source code 🫂.

@KarmicButterfly
Copy link

Thanks, Matt for the class today. I know the very basics of coding from my computer technology background but I’ve always wanted to learn more to expand my knowledge.

@Kiyalew
Copy link

Kiyalew commented Nov 28, 2023

Great class Matt! Does anyone know where to use this code?

@mama-codie-T
Copy link

Thank you for a fantastic intro class, Matt! All my beginner questions around coding were answered.

@EngRejoice
Copy link

Thanks Matt! Enjoyed the class.

@Refelicus
Copy link

Thank you Matt for this introductory class! It gave me a very good understanding of the basics of coding and the accessibility!

@royable
Copy link

royable commented Jun 9, 2024

Hey Matt! Thanks, a lot. I really enjoyed the class. :B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment