Skip to content

Commit

Permalink
Update BackendWSForm.jsx
Browse files Browse the repository at this point in the history
Added title and description
  • Loading branch information
AeroArtz authored Jun 9, 2024
1 parent 44cfce8 commit 8349859
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions frontend/src/pages/BackendWSForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,22 @@ function BackendWSForm() {
<div><br /><br /><br /><br /><br /><br /></div>
<SocialLinks />

<h1 style={{
fontSize: "2rem",
fontWeight: 800,

}}>
Unlocking the Future: An Introduction to the Internet Computer Protocol
</h1>

<h4 style= {{
fontSize: "1.5rem",
fontWeight: 600,

}}>
"Unlocking the Future: An Introduction to the Internet Computer Protocol" is a dynamic training session designed for university students. They will be introduced to the fundamentals of blockchain technology and the innovative Internet Computer Protocol (ICP). Participants can expect to explore ICP’s architecture, engage in hands-on exercises, and discover its real-world applications. Ideal for all disciplines, no prior blockchain experience is required. They will gain insights from industry experts and enhance their knowledge for future career opportunities.
</h4>

<div className="center">
<iframe width="640px" height="480px" src="https://forms.office.com/Pages/ResponsePage.aspx?id=fYm0qplfOUS0QsIExlh1tSZ78OXLGQREhBiLj9KzknxUQzFDT1dOWUgwRzMyQTQ2Wk44OEtSM0EyWS4u" frameborder="0" marginwidth="0" marginheight="0" style={{ border: "5px solid red;", width: "100%", height: "1300px", justifySelf: "center" }} allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
</div>
Expand Down

0 comments on commit 8349859

Please sign in to comment.