-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
146 lines (136 loc) · 4.43 KB
/
index.html
File metadata and controls
146 lines (136 loc) · 4.43 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Code Mark</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="flower.css">
</head>
<body>
<br>
<br>
<section id="code">
<h1>Code Mark</h1>
<p>Welcome to the Code Mark page!</p>
<p>learning code like a pro!</p>
<p>Code like:</p>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Python</li>
<li>Java</li>
<li>C++</li>
<li>Ruby</li>
<li>PHP</li>
<li>Swift</li>
<li>Kotlin</li>
<li>Go</li>
<li>TypeScript</li>
<li>SQL</li>
<li>R</li>
<li>Perl</li>
<li>Scala</li>
<li>Rust</li>
<li>Node.js</li>
<li>React</li>
<li>Angular</li>
</ul>
</section>
<p>and many more...</p>
<p>Happy coding!</p>
<br>
<br>
<nav>
<ul>
<li><a href="videos.html">learning Videos</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="resources.html">Resources</a></li>
<!--section links-->
<li><a href="#coding-years">Coding Years</a></li>
<li><a href="#code">Code we teach</a></li>
</ul>
</nav>
<section id="coding-years">
<h2>Coding Years</h2>
<p>Explore the evolution of coding languages over the years.</p>
<p>Table of coding years</p>
<table border="1">
<tr>
<th>Year</th>
<th>Language</th>
<th>Popularity</th>
</tr>
<tr>
<td>2020</td>
<td>Python</td>
<td>High</td>
</tr>
<tr>
<td>2021</td>
<td>JavaScript</td>
<td>Very High</td>
</tr>
<tr>
<td>2022</td>
<td>Java</td>
<td>Medium</td>
</tr>
<tr>
<td>2025</td>
<td>C++</td>
<td>Low</td>
</tr>
<tr>
<td>2025</td>
<td>Html</td>
<td>Very High</td>
</tr>
<tr>
<td>2025</td>
<td>CSS</td>
<td>Rising</td>
</tr>
<tr>
<td>2025</td>
<td>Ruby</td>
<td>Medium</td>
</tr>
<tr>
<td>2025</td>
<td>PHP</td>
<td>Low</td>
</tr>
<tr>
<td>2025</td>
<td>Swift</td>
<td>Rising</td>
</tr>
<tr>
<td>2025</td>
<td>Kotlin</td>
<td>Medium</td>
</tr>
<tr>
<td>2025</td>
<td>Go</td>
<td>Low</td>
</tr>
</table>
<hr>
<footer>
<p>© 2024 Code Mark. All rights reserved.</p>
<p><a href="about.html">About Us</a></p>
<h2>Our Partners</h2>
<ul>
<li><button><a href="https://github.com/Code-Mark-AI-Assistant/Code-Mark-website">GitHub</a></button>
</li>
<li><button><a href="https://www.example2.com">Example Partner 2</a></button></li>
<li><button><a href="https://www.example3.com">Example Partner 3</a></button></li>
</ul>
</footer>
</body>
</html>
</body>
</html>