-
Notifications
You must be signed in to change notification settings - Fork 0
/
Coding.html
111 lines (108 loc) · 4.19 KB
/
Coding.html
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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="favicon.ico">
<title>Nailuj's Website</title>
<link href="https://fonts.googleapis.com/css?family=Chakra+Petch|Dokdo|Jua|Mina|Quicksand|Skranji" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
<meta name="description" content="Official website of Nailuj29gaming on YouTube">
<meta name="keywords" content="Nailuj,Nailuj29,gaming,Nailuj29gaming,pokemon,TCG,Epic Pokemon Pullz">
<meta charset="UTF-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="script.js"></script>
</head>
<!--Main-->
<body style="margin:0px">
<div class="banner" onclick="window.location.href='index.html'">
Nailuj29<span class="gaming">gaming</span>
</div>
<div class="menubar" id="mb1"></div>
<div class="menubar" id="mb2">
<!--Menubar-->
</div>
<div class="menubar" id="mb3"></div>
<div class="menubar-item" id="mbi1" onclick="window.location.href='youtube.html'">
<br>YouTube
</div>
<div class="midmenubar-item" id="mbi2" onclick="window.location.href='games.html'">
<br>Games
</div>
<div class="menubar-item" id="mbi3s">
<br>Coding
</div>
<div class="margin">
<!-- margin for main header-->
</div>
<div class="bg1">
<div class="intro">
<h1>Coding</h1>
</div>
</div>
<div class="maincoding">
<h2 class="header">Programming</h2>
<p>
Aside from YouTube and video games, I also like to program. My favorite programming languages are <a href="https://scratch.mit.edu">Scratch</a>
and Python. Scratch is an online, block-based programming language. If you like any of my scratch projects and have a Scratch account, you can suggest it to be featured
at <a href="https://scratch.mit.edu/studios/4228481/">this</a>
link (you must have Scratcher status to suggest a project). Python is a server-side scripting language. The top
5 best thing I have programmed (in my opinion) are:<br>
</p>
<table>
<tr>
<th>Place</th>
<th>Language</th>
<th>name</th>
</tr>
<tr>
<td>5</td>
<td>Python</td>
<td>
<a href="ClickTest.zip" download>Click Test</a>
</td>
</tr>
<tr>
<td>4</td>
<td>HTML5</td>
<td>
<a href="snake.html">Snake</a>*
</td>
</tr>
<tr>
<td>3</td>
<td>Scratch</td>
<td>
<a href="https://scratch.mit.edu/projects/211836375">Area Calculator</a>
</td>
</tr>
<tr>
<td>2</td>
<td>Scratch</td>
<td>
<a href="https://scratch.mit.edu/projects/208345785">Statistics</a>
</tr>
<tr>
<td>1</td>
<td>Scratch</td>
<td>
<a href="https://scratch.mit.edu/projects/192104982/">A normal Platformer</a>
</td>
</tr>
</table>
*Currently unfinished
<h1 class="header">Other</h1>
<p>Here are some other things I've coded that I like:</p>
<table>
<tr>
<th>Language</th>
<th>name</th>
</tr>
<tr>
<td>HTML+CSS</td>
<td>
<a href="rainbow.html">Rainbow</a>
</td>
</tr>
</table>
</div>
</body>
</html>