-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaclhack.html
More file actions
32 lines (27 loc) · 1.64 KB
/
Copy pathaclhack.html
File metadata and controls
32 lines (27 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<title>project</title>
<meta charset="utf-8">
<link rel = "stylesheet" href="style.css">
</head>
<body>
<div class="topnav">
<a href="aclhack.html"> Home </a>
<a href="tab1.html">Beginner</a>
<a href="tab2.html">Intermediate</a>
<a href="tab3.html">Beyond Scratch</a>
<a href="AboutUs.html">About Us</a>
</div>
<h1> Java from Scratch </h1>
<div class = "mainLogo"> <img src = "hackathonLogo.png" width = 200px> </div>
<h2> Our Mission Statement</h2>
<div class = "mainPara"> <p>Our goal is to help beginners in coding become proficient in Java.
Our easy-to-understand approach helps students with little knowledge of computer science to learn a standardized language.
All these students need is an understanding of Scratch blocks to introduce them to Java. Our approach is very simple.
On our varied tabs, we provide a Scratch block and its respective meaning in Java. We have multiple tabs for different levels, so you can learn Java no matter your proficiency; Beginner, Intermediate, and Beyond Scratch.
The beginner tab includes simple blocks like “my variable” or “Say Hello”, which translate to basic Java commands such as creating a variable and print statements.
The intermediate tab contains more advanced blocks, and the Beyond Scratch tab teaches students about concepts not available in Scratch, such as arrays and math functions.
Learn Java with Scratch is a website that can teach a student the basics of an entire language.</p> </div>
</body>
</html>