This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
141 lines (108 loc) · 5.42 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
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html>
<head>
<title>genny.life</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="header-box">
<div class="header">
<img class="header-img" src="img/Genny_Logo.png" alt="The Genny Logo">
<h1 class="header-title">genny.life</h1>
<a class="github" href="https://github.com/genny-project" rel="nofollow">
<span>Genny is open source on</span>
<img class="github-img" src="img/GitHub_Logo.png" alt="The Github Logo">
</a>
</div>
</div>
<div class="pseudo-body">
<div>
<h2 class="projects-title">The Genny System</h2>
<p class="main-text">Genny (short for Generic) is an open source project that serves to create an
intelligent "Question and Answer" system. <br> Using technologies like Quarkus, Kafka and Infinispan, it
can
be used to create complex automation and managment software, with business logic drawn up in workflows
rather than written in code.<br><br></p>
<h2 class="projects-title">Gadatron</h2>
<p class="main-text">Gadatron is an open source product for the Genny system, that contains all of its
varied capabilities.<br>It could also serve as a starting point for creating new Genny products, or as a
monitoring system for other products.</p>
<div class="center">
<a class="github two" href="https://github.com/genny-project/prd_gadatron" rel="nofollow">
<span>Gadatron on</span>
<img class="github-img" src="img/GitHub_Logo_White.png" alt="The Github Logo">
</a>
</div>
<br><br>
<div class="jprofiler">
<p class="jprofiler-text">
Genny proudly uses and recommends the ej-technologies <a rel="nofollow"
href="https://www.ej-technologies.com/products/jprofiler/overview.html">java profiler</a>
JProfiler!
</p>
<a href="https://www.ej-technologies.com/products/jprofiler/overview.html" rel="nofollow">
<img src="https://www.ej-technologies.com/images/product_banners/jprofiler_large.png" alt="The JProfiler Logo">
</a>
</div>
<br><br>
<h2 class="projects-title">Projects made with Genny</h2>
<div class="projects">
<div class="project">
<a href="https://internmatch.io/" rel="nofollow">
<img class="projects-img" src="img/Internmatch_Logo.png" alt="The InternMatch Logo">
</a>
<p class="project-description">InternMatch is a global EdTech platform and community focused on
employment and career outcomes, bridging the employment gap since 2016.</p>
<div class="filler"></div>
<a class="button" href="https://internmatch.io/" rel="nofollow">
GO TO SITE
</a>
</div>
<div class="project">
<a href="https://outcome.life/mentormatch/" rel="nofollow">
<img class="projects-img" src="img/Mentormatch-Logo.png" alt="The MentorMatch Logo">
</a>
<p class="project-description">MentorMatch is a mentor matching software and program designed to
build confidence and social connectedness.</p>
<div class="filler"></div>
<a class="button" href="https://outcome.life/mentormatch/" rel="nofollow">
GO TO SITE
</a>
</div>
<div class="project">
<a href="https://lojing.io" rel="nofollow">
<img class="projects-img" src="img/Lojing_Logo.png" alt="The lojing.io Logo">
</a>
<p class="project-description">lojing.io is a platform for finding and securing apartments from the
build to rent (BTR) market quickly and conviently, before users have even arrived in the
country.</p>
<div class="filler"></div>
<a class="button" href="https://lojing.io" rel="nofollow">
GO TO SITE
</a>
</div>
</div>
</div>
</div>
<div class="filler"></div>
<div class="contact-box">
<div class="contact-column">
<p><b>Contact Details</b></p>
<a class="contact" href="https://twitter.com/adamcrow64" rel="nofollow">
<img class="contact-icon" src="img/Twitter_Logo.png" alt="The Twitter Logo">
@adamcrow64
</a>
<a class="contact" href="mailto:[email protected]" rel="nofollow">
<img class="contact-icon" src="img/Email_Icon.png" alt="An email icon">
</a>
</div>
<div class="contact-column">
<p>Sponsored by GADA Technology</p>
<a href="https://gada.io">
<img class="gada-logo" src="img/GADA_Logo.png" alt="The GADA Technology Logo">
</a>
</div>
</div>
</body>
</html>