Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swapnilk #6

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Screenshot (675).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
141 changes: 141 additions & 0 deletions newmore.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/8003204e9e.js" crossorigin="anonymous"></script>

<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<link rel="stylesheet" href="./styles/more.css">

<title>Document</title>
</head>

<style>

</style>

<body>
<div id="main"><img src="https://static.frontendmasters.com/assets/fm/js/static/header_BG.f12eb70699.jpg" alt="">
<div id="logo"><img src="https://static.frontendmasters.com/assets/fm/med/bootcamp/BootcampLogo.png" alt=""> </div>
<div id="heading"><h1>Join the Frontend Masters Web<br> Development Bootcamp...Free!</h1>
<div id="para"><p>Get access to everything you need to get started developing websites.<br>
Learn HTML, CSS and JavaScript through project-based learning.</p></div>
<button>Join the Bootcamp ></button>

<i class="fa-brands fa-twitter"></i>

</div>

</div>

<div id="main2">
<div id="content"><h2>What is the Bootcamp, and how does it work?</h2>
<div id="content2"><p>The Frontend Masters Bootcamp is a complete crash course, and everything you need to get up and running with HTML, CSS and JavaScript. By completing the coursework contained in the Bootcamp, along with practice, you will be well on your way into the world of web development!</p>
</div>
<div id="frame"><img src="Screenshot (675).png" alt=""></div>
</div>
<hr>

<div id="swap"><img id="change" src="https://static.frontendmasters.com/assets/fm/med/welcome/welcomePitch1.jpg" alt=""></div>
<div id="para2"><h1>Why Frontend Masters? </h1>
<h3> All of our courses are taught by industry leading experts, people actively shaping the craft of web development. In addition, our courses are regularly updated to keep pace with the latest evolutions to ensure you're learning industry best practices and the latest techniques.</h3>

</div>
<div id="hr2">
<hr>
</div>
<div id="bootcamp">Bootcamp Curriculum</div>
<div id="abc">
<div id="anchor">
<a href="https://frontendmasters.com/bootcamp/introduction-html/">Introduction to HTML</a>
<a href="https://frontendmasters.com/bootcamp/introduction-css/">Introduction to CSS</a>
<a href="https://frontendmasters.com/bootcamp/html-forms/">HTML Forms</a>

<a href="https://frontendmasters.com/bootcamp/embeds-github-pages/">Website Embeds & GitHub Pages</a>
<a href="https://frontendmasters.com/bootcamp/Calculator Project: HTML & CSS/">Calculator Project: HTML & CSS</a>
<a href="https://frontendmasters.com/bootcamp/introduction-javascript/">Introduction to JavaScript</a>
<a href="https://frontendmasters.com/bootcamp/calculator-javascript/">Calculator Project: JavaScript</a>
<a href="https://frontendmasters.com/bootcamp/javascript-in-websites/">Using JavaScript in Websites</a>
<a href="https://frontendmasters.com/bootcamp/web-game-project/">Build a Game Project: Feed-A-Star-Mole</a>

</div>
<div id="hour"><p>1 hours, 47 minutes </p>
<p>4 hours, 11 minutes</p>
<p>2 hours, 4 minutes</p>
<p>0 hours, 54 minutes</p>
<p>0 hours, 48 minutes</p>
<p>5 hours, 23 minutes</p>
<p>1 hours, 13 minutes</p>
<p>3 hours, 2 minutes</p>
<p>2 hours, 14 minutes</p>

</div>

</div>

<div id="total">Total Hours to Learn HTML, CSS & JS</div>

<div id="to">21 hours, 6 minutes</div>
<div id="content3"><h1>Ready to join the<br> Bootcamp?</h1>
<p id="tag">Create a free account, and get access to everything you<br> need to learn HTML, CSS and JavaScript!<br>

If you already have a Frontend Masters' account,<br> please login and return to this page. Otherwise sign-up for a<br> free account now.</p>
</div>

<div id="form">
<form >

<p>Email (you'll need to confirm this email address)</p>
<input id="email" type="text">
<div class="form-div">
<div>
<p>First Name</p>
<input id="first_name" type="text">
</div>
<div>
<p>Last Name</p>
<input id="last_name" type="text">
</div>
</div>
<p>Password</p>
<input id="password"type="password">
<p>Password Again</p>
<input id="password_again"type="password">




<div class="g-recaptcha"
data-sitekey="6Lel4Z4UAAAAAOa8LO1Q9mqKRUiMYl_00o5mXJrR"></div>
<div id="terms">
<button onclick="submitfun(event)">Start Learning For Free</button>

</div>
<p id="la">
If you're having trouble signing up, please contact <a id="ref" href=''>[email protected]</a></p>
</form>
</div>
<hr id="bottom">
<div id="faQ">FAQ</div>
<div id="que">
<div id="ch1">Q:This is completely free? What's the catch?</div>
<div id="ch2">A: This is completely free - and we believe by educating more people about web development, we get a better web - with more voices empowered to share their ideas, apps and perspectives. So the catch is we hope you build something awesome. Oh, and if you'd like to become a customer in the future to take more advanced courses and take your career to the next level, that would be cool too. 😀</div>
<div class ="ch3">Q:How long will will this Bootcamp be available?</div>
<div class="ch3">Q:What will this Bootcamp teach me?</div>
<div class="ch3"> Q:Where can I go after completing the Bootcamp?</div>

</div>
</div>




</body>
</html>

<script src="./scripts/more.js"></script>


Loading