FreeCodeCamp-Tribute Page on Ethereum

Size
2,809 Kb
Views
20,240

How do I make an freecodecamp-tribute page on ethereum?

Build a basic tribute page for someone. What is a freecodecamp-tribute page on ethereum? How do you make a freecodecamp-tribute page on ethereum? This script and codes were developed by Anthony Albertorio on 24 September 2022, Saturday.

FreeCodeCamp-Tribute Page on Ethereum Previews

FreeCodeCamp-Tribute Page on Ethereum - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>FreeCodeCamp-Tribute Page on Ethereum</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="container-fluid"> <div class="background"> <body> <div class="main-title"> <h1>Ethereum</h1> <h3>Decentralized Platform for Smart Contracts<h3> </div> <div class="ethereum-logo"> <img src="https://upload.wikimedia.org/wikipedia/commons/b/b7/ETHEREUM-YOUTUBE-PROFILE-PIC.png"> </div> <!--about--> <div class="header"> <h3>What is Ethereum?</h3> </div> <div class="explination"> <p>Ethereum is an <span class=highlight>alternative decentralized ledger protocol</span>. While similar to Bitcoin superfically, Ethereum is not specifically an alternative cryptocurrency. This is because Ethereum is not primarily a finanical instrument, but a much more robust protocol that allows for applications to be created on top of its blockchain. </p> <p>Ethereum powers decentralized business logic, also known as <span class="highlight">smart contracts</span>. These smart contracts are represented as cryptographic “boxes” that contain value and only unlock it if certain conditions are met. This business logic <span class="highlight"> executes on the blockchain cloud</span> (no server hosting is required), and automatically enforces the terms of a given agreement between a number of parties. Smart contracts are a building block for “ÐApps”, the new form of <span class="highlight">Decentralized Applications</span>.</p> <p>At its core, security, decentralization and reliability are at the core of the system.</p> <div class="header"> <h3>The Benefits<h3></div> <h4>Uses</h4> <p>The Ethereum transaction ledger can be used to securely execute a wide variety of services/applications including:</p> <ul> <li>voting systems</li> <li>financial exchanges</li> <li>decentralized autonomous organizations</li> <li>domain name registration</li> <li>crowdfunding platforms</li> <li>private company stock sales</li> <li><li> </ul> <div class="footer"> <h3>Learn more at: <a href="https://www.ethereum.org">Ethereum</a></h3></div> </div> </body> </div>
</div>
</body>
</html>

FreeCodeCamp-Tribute Page on Ethereum - Script Codes CSS Codes

.container-fluid{ background-color: rgba(0,0,0,0.75);
}
.background{ height: 100%; border-radius: 2%; margin: 10%; background-color: rgba(115,24,5,0.65); color: rgba(225,223,208,0.9);
}
.main-title{ text-align: center; padding: 5%;
}
.main-title h1{ color: rgba(235,184,102,0.8);
}
.ethereum-logo img{ display: block; max-width: 250px; max-height: 250px; margin: 0 auto; margin-top: -5%;
}
.header{ text-align: center; color: rgba(235,184,102,0.8);
}
.explination{ padding: 2.5% 10%;
}
p{ font-size: 1.25em;
}
.highlight{ color: rgba(51, 122, 183, 1);
}
.highlight-red{ color: rgba(209, 60, 21, 1);
}
ul{ list-style-type: none;
}
.footer{ margin: 10%;
}
FreeCodeCamp-Tribute Page on Ethereum - Script Codes
FreeCodeCamp-Tribute Page on Ethereum - Script Codes
Home Page Home
Developer Anthony Albertorio
Username tesla809
Uploaded September 24, 2022
Rating 3
Size 2,809 Kb
Views 20,240
Do you need developer help for FreeCodeCamp-Tribute Page on Ethereum?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Anthony Albertorio (tesla809) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!