Skip to content

Commit

Permalink
Update BackendWSForm.jsx
Browse files Browse the repository at this point in the history
added title, desc with inline CSS
  • Loading branch information
AeroArtz authored Jun 12, 2024
1 parent ceb760d commit 7dad50a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/pages/BackendWSForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ function BackendWSForm() {
return (
<>
<main>
<h4 style={{marginTop: "10rem"}}>
<h1 style={{marginTop: "10rem",textAlign:'center',fontFamily: 'sans-serif'}}>
<h1>
Unlocking the Future: An Introduction to the Internet Computer Protocol
</h1>
<h4 style={{marginTop: "2rem",textAlign:'center'}}>
"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>

Expand Down

0 comments on commit 7dad50a

Please sign in to comment.