scrimba
Note at 2:36
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Note at 2:36
by
AboutCommentsNotes
Note at 2:36
by
Expand for more info
index.html
run
preview
console
<!DOCTYPE html>
<html>
<head>
<title> Crypto College</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&family=Source+Sans+Pro:wght@900&display=swap" rel="stylesheet">

<link href="index.css" rel="stylesheet">

</head>

<body>
<div class="container">
<h1> Crypto College </h1>

<h2>Building thriving NFTs, DAOs and Tokenized Communities</h2>
<p> <strong>A 1 week course and lifelong community for those who want to be leaders in web3</strong> </p>

<p> Cryptocurrency has been around for over ten years now and while it something that only a minute percentage of the world population understands, there is no doubt that it is the future</P>

<p> And not just the future of money, cryptocurrency and the Blockchain technology that powers it, is out to premeate every facet of life as we know it</p>

<p> The foundations of the success of the cryptocurrency movement can be found in the community that ralied around it in the early days and this community model has set the pace for what's to come </p>

<p> Who is this course for ? </p>

<uL>
<li> Aspiring Builders in the Crypto Space </li>
<li> Career Builders in the Crypto Space</li>
<li>Builders building tools for Builders</li>
<li> Unbelievers</li>

</ul>

<img src="img/cryptocolledge.png" alt="Student themed NFTs">

</div>


<section class="accent-bg">
<div class="container">
<h2>A Unique Learning and Growth Experience</h2>
<div class="split extra-space">
<div class="col">

<img src="img/MintNFTs.png" alt="NFT Themed Passes">

<h3>Mint NFT Course Passes</h3>

</div>
<div class="col">

<img src="img/LearnPace.png" alt="Be a Growth Machine">

<h3>Learn at Your Own Pace</h3>


</div>
<div class="col">

<img src="img/LearnCommunity.png" alt="Be a Growth Machine">

<h3>Learn With the Community</h3>
</div>

</section>



</body>














</html>
Console
/index.html
LIVE