Skip to content

Commit

Permalink
Add EV Nova CE
Browse files Browse the repository at this point in the history
  • Loading branch information
andrews05 committed Jan 22, 2024
1 parent b5d1f7b commit 6107209
Showing 1 changed file with 23 additions and 15 deletions.
38 changes: 23 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,32 @@
</script>
</head>
<body class="container pt-3">
<div class="row d-block">
<div class="col-xl-3 float-start">
<div class="card mb-3 icon-item">
<div class="card-body">
<img src="evnicon.png" class="icon">
<h5><a href="https://www.dropbox.com/s/3552i9o0gjixkwg/EV%20Nova%20mod%203.dmg">EV Nova mod 3</a></h5>
<div class="update">85.4 MB</div>
Custom edition of EV Nova for macOS 10.11 to 10.14, with compatibility fixes, font size setting, and automatic .rez conversion.
<div class="row">
<div class="col-xl-3">
<div class="row">
<div class="col-md-6 col-xl-12">
<div class="card mb-3 icon-item">
<div class="card-body">
<img src="evnicon.png" class="icon">
<h5><a href="https://www.dropbox.com/s/3552i9o0gjixkwg/EV%20Nova%20mod%203.dmg">EV Nova mod 3</a></h5>
<div class="update">85.4 MB&ensp;<span class="badge text-bg-success">macOS 10.14</span></div>
Custom edition of EV Nova for macOS 10.11 to 10.14, with compatibility fixes and automatic .rez conversion.
</div>
</div>
</div>
<div class="col-md-6 col-xl-12">
<div class="card mb-3 icon-item">
<div class="card-body">
<img src="evnicon.png" class="icon">
<h5><a href="https://github.com/andrews05/EV-Nova-CE/releases/latest/download/EV_Nova_Community_Edition.zip">EV Nova CE</a></h5>
<div class="update">88.9 MB&ensp;<span class="badge text-bg-warning">Windows</span></div>
EV Nova Community Edition for Windows, with various fixes and improvements. <a href="https://github.com/andrews05/EV-Nova-CE">More Info</a>.
</div>
</div>
</div>
</div>
</div>
<div class="col-xl-9 float-end">
<div class="col-xl-9">
<ul class="nav nav-tabs">
<li class="nav-item"><a class="nav-link active" href="#evo">EV/O Plug-ins</a></li>
<li class="nav-item"><a class="nav-link" href="#nova">Nova Plug-ins</a></li>
Expand Down Expand Up @@ -230,12 +244,6 @@ <h4>Back Room</h4>
</div>
</div>
</div>
<div class="col-xl-3 float-start">
<div class="alert alert-success">
<h5>Don't Panic</h5>
All plug-ins on this site are in the Windows ".rez" format. This makes it super easy for Windows users to use, but Mac users need not worry! When using EV Nova mod 3, all .rez files will automatically be converted to Mac format when the game runs.
</div>
</div>
</div>
<script>
function checkHash() {
Expand Down

0 comments on commit 6107209

Please sign in to comment.