- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoding.html
More file actions
Latest commit
executable file
·109 lines (93 loc) · 5.39 KB
/
Copy pathcoding.html
File metadata and controls
executable file
·109 lines (93 loc) · 5.39 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
<metacharset="utf-8">
<metaname="author" content="Shreya Lingamallu, Rishi Pathak, Jeffrey Annaraj">
<metaname="description" content="The KC Programming Dojo offers a variety of programming classes for free
,including Python, Java, and HTML. Signup and start coding today!">
<linkhref="logowhite.png" rel="icon" type="image/x-icon">
<linkhref = "style.css" rel = "stylesheet" type = "text/css">
<linkhref="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet">
<linkhref="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<linkhref="https://fonts.googleapis.com/css?family=Lato:300,400" rel="stylesheet">
<linkhref="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<linkhref="https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap" rel="stylesheet">
<linkhref="https://fonts.googleapis.com/css?family=Bad+Script&display=swap" rel="stylesheet">
<linkhref="https://fonts.googleapis.com/css?family=Dosis&display=swap" rel="stylesheet">
<linkrel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<title>Coding - KC Programming Dojo</title>
</head>
<body>
<divclass="alert alert-warning alert-dismissible fade show" role="alert">
Classes are now being held online in observation of the global pandemic, visit the schedule page for more information.
<buttontype="button" class="close" data-dismiss="alert" aria-label="Close">
<spanaria-hidden="true">×</span>
</button>
</div>
<divclass="pagenav" id="pageTopnav">
<divid="logo">
<ahref="#">
<ahref="index.html">
<imgsrc="logoblack.png" height="35px" width="">
</a>
</a>
</div>
<ahref="schedule.html">Schedule</a>
<ahref="coding.html">Coding</a>
<ahref="aboutus.html">About Us</a>
<ahref="signup.html">Sign Up</a>
</div>
<divclass = "contain">
<br><br><br>
<!--
<center><p id = "sectiontitle">CODING</p></center>
-->
<center><pid = "sectiontitle">CODING</p></center>
<divid = about>
Java
</div><br><br>
<divid = about2>
Java is a general-purpose programming language that is class-based, object-oriented, and designed to have as few implementation dependencies as possible. In this class, we cover basic Java topics such as variables, conditionals, loops, strings, arrays, etc.
<br><br>
The best way to learn to code is with lots of practice. Practice can help make the coding process quicker and easier. Practice using the link below. It has content review and multiple choice quizzes to practice Java skills.
<br><br>
<center><ahref = "https://runestone.academy/runestone/static/JavaReview/index.html"><buttonclass = "home"> Review and Quizzes </button></a></center>
</div>
<br><br><br><br>
<divid = about>
HTML & CSS
</div><br><br>
<divid = about2>
HTML (the Hypertext Markup Language) and CSS (Cascading Style Sheets) are two of the core technologies for building Web pages. HTML provides the structure of the page, CSS the (visual and aural) layout, for a variety of devices. Along with graphics and scripting, HTML and CSS are the basis of building Web pages and Web Applications.
<br><br>
We will cover many of the HTML and CSS concepts that will help you build your own stunning websites, but other websites are always a good point of reference. W3 Schools is a great website that has many tutorials for features that we may not cover in class.
<br><br>
<center><ahref = "https://www.w3schools.com/"><buttonclass = "home"> W3 Schools </button></a></center>
</div>
<br><br><br><br>
<divid = about>
Python
</div><br><br>
<divid = about2>
Created by mathematician Guido van Rossum, Python is a relatively easy to learn programming language. Its use is nearly ubiquitous, with applications ranging from websites to artificial intelligence.
<br><br>
During classes, we will cover everything from basic scripting to machine learning in python. Get a head-first start by clicking here.
<br><br>
<center><ahref = "https://www.python.org/"><buttonclass = "home"> Python Homepage </button></a></center>
</div>
<divid = about>
C++
</div><br><br>
<divid = about2>
C++ is a powerful programming language invented by Bjarne Stroustrup at Bell Labs in the early 1980s. It is similar to C, which was developed by Dennis Ritchie in the early 1970s, but has advanced functionality including modern programming techniques such as object-oriented programming.
<br><br>
During classes, we will cover everything from basic scripting to machine learning in C++.
<br><br>
<center><ahref = "https://www.python.org/"><buttonclass = "home"> Python Homepage </button></a></center>
</div>
</div>
<scriptsrc="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<scriptsrc="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<scriptsrc="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>