lots of changes
This commit is contained in:
31
src/projects/libreevent/index.html
Normal file
31
src/projects/libreevent/index.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>libreevent - janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<script defer src="/js/loader.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="nav"></div>
|
||||
<div class="content-wrapper">
|
||||
<div class="content">
|
||||
<img src="https://raw.githubusercontent.com/simplePCBuilding/libreevent/master/assets/logo.png" alt="libreevent Logo" class="project-logo">
|
||||
<h2 class="content-title"><i>libre</i>ǝvent</h2>
|
||||
<hr class="pullquote-lines">
|
||||
<h3 class="content-title-small">Why use a commercial event management system if you can host a more flexible one yourself?</h3>
|
||||
<hr class="pullquote-lines">
|
||||
<p>libreǝvent is a free and open source event management solution you can host yourself on whatever system.</p>
|
||||
<div class="bottom">
|
||||
<h2 class="content-title-small">Visit the project website</h2>
|
||||
<a class="button" href="https://libreevent.janishutz.com" target="_blank">PROJECT WEBSITE</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user