-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjavalabs.html
95 lines (77 loc) · 3.32 KB
/
javalabs.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
<!DOCTYPE HTML>
<html>
<head>
<title>Java Labs</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1><a href="index.html">Portfolio</a></h1>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<div class="inner">
<h2>Menu</h2>
<ul class="links">
<li><a href="index.html">Home</a></li>
</ul>
<a href="#" class="close">Close</a>
</div>
</nav>
<!-- Wrapper -->
<section id="wrapper">
<header>
<div class="inner">
<a href="#" class="image fit"><img src="images/labreport00.png" alt="" /></a>
<a href="#" class="image right"><img src="images/labreport01.png" alt="" /></a>
<h2>Java Lab Tutorials (2021)</h2>
<p>Language: HTML, Java<br> Tools: VSCode, Github Pages<a href="https://github.com/prishaanand/java-lab-reports" class = "button fit large icon brands fa-github">View on GitHub</a>
</p>
</div>
</header>
<!-- Content -->
<div class="wrapper">
<div class="inner">
<h3 class="major">Overview</h3>
<p>
This website serves as a database for all the Java
software tips and techniques learned throughout the
college year. Created first as a course project,
I hope to continue maintaing this page as an
extensive reference page throughout my college
career.
</p>
<h3 class="major">Implementation</h3>
<p> This page was created using HTML. For the
basic layout for the page, I utilized the Jekyll
webpage theme called "simple". The site is
published and maintained through Github Pages.
<br>
<br>
<a href="https://prishaanand.github.io/java-lab-reports/"
class = "button fit large icon solid fa-mouse-pointer">
View Live Website</a>
</p>
<a href="index.html" class="button icon solid fa-arrow-left">Back To Home </a>
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>