This repository was archived by the owner on Jan 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 1.26 KB
/
index.html
File metadata and controls
29 lines (28 loc) · 1.26 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
---
title: Home
layout: main
container: ellipse
posted: 04-07-15
updated: 04-28-15
---
<div class="row">
<h2><u>Welcome!</u></h2>
</div>
<div class="row">
<div class="col-sm-12">
<p>
This site is continuously being updated with new projects, code examples, and blog posts
pertaining to C#, Java, and occasionally static web design. The goal of this website is to act
as a public repository containing the author's personal portfolio, as well as current and future project ideas.
</p>
<p>
All projects on the site are designed to be executable from within the browser with minimal effort,
while simultaneously not impeding the user from running the software on their local machine if they so desire.
All C# projects, unless otherwise specified, are designed solely for the Windows operating system. Do not expect
C# projects to run on Mac or Linux. Additionally, C# projects are deployed using ClickOnce, which unfortunately
requires either Internet Explorer or the download of a browser-specific extension, which can be downloaded and
installed automatically on launch. Java projects are anticipated to be deployed through the JavaFX Deployment
Toolkit and run within the browser itself.
</p>
</div>
</div>