-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (52 loc) · 2.74 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Digital portfolio of einajade-forest</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="left forest">
</div>
<div class="right">
<div class="centered">
<img class="home" src="images/jadeForestLogo_green.png" alt="Logo" width="400"/>
<h1>
<a href="#" class="home" id="about" onmouseover="mouseOver(this)" onmouseout="mouseOut(this)" onclick="this.href=this.href.replace('@@antispamdomain', '@yahoo')">einajade-forest</a>
</h1>
<h1 class="home themed-font">
<!--<a href="#" class="home themed-font" id="projects" onmouseover="mouseOver(this)" onmouseout="mouseOut(this)">--!>A Budding Engineer<!--</a>--!>
</h1>
<br \>
<br \>
<h1 class="themed-font">
Project Samples
</h2>
<div class="cards-container">
<a target="_blank" href="https://github.com/einajade-forest/cookbook-catalogue-app">
<div class="card">
<h3>My Cookbook Catalogue</h3>
<p class="description">WPF app cataloguing cookbooks around the home and the recipes they contain
</p>
<p class="tags">C#, SQL Server, WPF</p>
</div>
</a>
<a target="_blank" href="https://github.com/einajade-forest/wedding-wishes-app">
<div class="card">
<h3>Wedding Wishes</h3>
<p class="description">An app to generate random prompts to inspire wedding guestbook messages</p>
<p class="tags">C#, React Native, Web Service, XML</p>
</div>
</a>
<a target="_blank" href="https://github.com/einajade-forest/bluebeam-reformat-comments">
<div class="card">
<h3>Bluebeam CSV Summary Reformatter</h3>
<p class="description">A console app to reformat Markup Summaries from Bluebeam PDF reviews</p>
<p class="tags">C#</p>
</div>
</a>
</div>
</div>
</div>
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>