-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (41 loc) · 2.88 KB
/
index.html
File metadata and controls
58 lines (41 loc) · 2.88 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>Tylerjd by Tylerjd</title>
</head>
<body>
<header>
<div class="container">
<h1>Tylerjd</h1>
<h2>About the Coding Me</h2>
<section id="downloads">
<a href="https://github.com/Tylerjd" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h2>
<a name="tyler-doherty" class="anchor" href="#tyler-doherty"><span class="octicon octicon-link"></span></a>Tyler Doherty</h2>
<p>Hi! I am a High School student who specializes in Linux Systems administration, and likes to dabble in coding. I have a few projects here on GitHub for those interested. Sadly, I don't have much time to care for them and some have even been abandoned as I move on to other languages.</p>
<hr><h2>
<a name="languages" class="anchor" href="#languages"><span class="octicon octicon-link"></span></a>Languages</h2>
<p>I currently have a love-hate relationship with PHP, enjoy Ruby a lot, and am learning JS for usage in Node. I have dabbled a bit in Java and Python, with a touch of C++, but most of the languages that I use daily are for web development, not so much local applications. I am up-to-date when it comes to HTML5 and CSS3, but those really aren't considered programming languages, more just markup. </p>
<hr><h2>
<a name="projects" class="anchor" href="#projects"><span class="octicon octicon-link"></span></a>Projects</h2>
<h3>
<a name="rubyminecraft" class="anchor" href="#rubyminecraft"><span class="octicon octicon-link"></span></a>RubyMinecraft</h3>
<p>RubyMinecraft is a Ruby Gem with the sole purpose of providing an easy to use layer between Minecraft server's RCON and Query ports and Ruby. Originally a fork of another gem, it has grown to be its own beast. It needs some love and attention, with a few things in the pipes for it as far as updates go. </p>
<h3>
<a name="cloudysunshine" class="anchor" href="#cloudysunshine"><span class="octicon octicon-link"></span></a>CloudySunshine</h3>
<p>CloudySunshine is a currently-just-a-concept Android application that pulls the top rated wallpaper off of the two subreddits, r/wallpaper and r/wallpapers and puts it as the wallpaper on your Android 4.0+ device. I still need to sharpen up on my Java and Android libraries before I can get a build off for that. </p>
<p><em>There are some other projects, they just have not been documented yet :/</em></p>
</section>
</div>
</body>
</html>