-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomputer-science.html
69 lines (64 loc) · 1.64 KB
/
computer-science.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
---
layout: default
title: Computer Science
permalink: /about/computer-science/
---
<h1>Computer Science</h1>
<br />
<img src="{{ site.baseurl }}/images/code.jpg">
<br /><br />
<div class="card">
<div class="card-block">
<h3 class="card-title">About</h3>
<p class="card-text">
Computer science is my favourite subject at school. It is very interesting to learn, and you can do almost anything with computers by programming them.
</p>
</div>
</div>
<br />
<div class="card">
<div class="card-block">
<h3 class="card-title">Projects</h3>
<p class="card-text">
To learn all about my computer science projects, you should visit it at <a href="https://projects.michaelbateman.ca" target="_blank">https://projects.michaelbateman.ca</a>. All of my projects and their details are located on this website.
<br />
You can also find out a lot about my open source projects which is located on <a href="https://github.com/michael-bateman/">GitHub</a>. I do however have a couple closed source projects. If you want to see my closed source projects, please send me an email at <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>
<br />
<div class="card">
<div class="card-block">
<h3 class="card-title">Languages</h3>
<p class="card-text">
I do not know too many languages to program with, but I do know the basics.
<li>
HTML
</li>
<li>
CSS
</li>
<li>
JavaScript
</li>
<li>
Python
</li>
<li>
Java
</li>
<li>
Apache Web Server
</li>
<li>
Linux/Unix Command Line
</li>
<li>
Git
</li>
<li>
AppleScript
</li>
</p>
</div>
</div>