forked from FrancescoBorzi/TC-Home-page
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
93 lines (82 loc) · 5.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="MMORPG framework that's built using C++, and using a back-end of MySQL for the DB content">
<meta name="author" content="ShinDarth">
<title>TrinityCore</title>
<link rel="icon" type="image/png" href="favicon.png">
<link href="//cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-dark" id="mainNav">
<div class="container">
<a class="navbar-brand" href="#"><img class="img-responsive" src="images/logo.png" width="190px"></a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href=""></a></li>
</ul>
</div>
</div>
</nav>
<div class="jumbotron">
<div class="container pt-2 pt-md-0">
<h1 class="text-center"><img src="images/logo2.png">TrinityCore</h1>
<p class="text-justify">TrinityCore is an MMORPG framework that's built using C++, and using a back-end of MySQL for the DB content. Trinity was at one point a merger of MaNGOS with many patches submitted by users, that is no longer the case. Trinity is an individual project with a diverse development team, We love to hear from our users too, whether you want to give words of encouragment or <strong>if you have code for us to merge into the repo (please <a href="https://github.com/TrinityCore/TrinityCore/pulls">file a pull request</a> if you do, we love it when users contribute :) )</strong>. Trinity has been cleaned up a lot, and will continue to be cleaned up and optimized over time. Please help us by posting issues, patches, and enhancement suggestions on the tracker.</p>
<p class="text-justify">TrinityCore is <strong>free software</strong>; you can redistribute it and/or modify it under the terms of the <a href="https://www.gnu.org/licenses/gpl-2.0.txt">GNU General Public License</a> as published by the <a href="https://www.fsf.org/">Free Software Foundation</a>; version 2 of the License.</p>
<p class="text-center">
<a href="https://talk.trinitycore.org/" class="btn btn-primary btn-lg btn-margin" role="button">Community Support Forum »</a>
<a href="https://www.trinitycore.info/" class="btn btn-success btn-lg btn-margin" role="button">How to Compile »</a>
<a href="https://www.trinitycore.net/" class="btn btn-info btn-lg btn-margin" role="button">Automated Documentation Master »</a>
<a href="https://335.trinitycore.net/" class="btn btn-warning btn-lg btn-margin" role="button">Automated Documentation 3.3.5 »</a>
</p>
</div>
</div>
<div class="container">
<p>
<script async src="https://cse.google.com/cse.js?cx=003514417675148765293:gkxgnty88r4"></script>
<div class="gcse-search"></div>
</p>
<div class="row justify-content-center">
<div class="col-md-4">
<h2>master Commits</h2>
<div id="tc-commits-6" class="tc-commits"></div>
<p><a class="btn btn-light border" href="https://github.com/TrinityCore/TrinityCore/tree/master" role="button"><img width="16px" src="images/GitHub-Mark-32px.png"> View details »</a></p>
</div>
<div class="col-md-4">
<h2>3.3.5 Commits</h2>
<div id="tc-commits-3" class="tc-commits"></div>
<p><a class="btn btn-light border" href="https://github.com/TrinityCore/TrinityCore/tree/3.3.5" role="button"><img width="16px" src="images/GitHub-Mark-32px.png"> View details »</a></p>
</div>
<div class="col-md-4">
<h2>Discord</h2>
<div class="tc-commits"></div>
<p><iframe src="https://discord.com/widget?id=376073286427344897&theme=light" width="350" height="430" allowtransparency="true" frameborder="0"></iframe></p>
</div>
</div>
<hr>
<footer class="py-2">
<!-- many thanks to ShinDarth for designing the original version of this page for TrinityCore -->
</footer>
</div>
<a class="d-none d-md-block" href="https://github.com/TrinityCore/TrinityCore"><img style="position: absolute; top: 55px; right: 0; border: 0;" src="images/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
<script src="js/githubinfowidget.js"></script>
<script>
$(function() {
$('#tc-commits-6').githubInfoWidget(
{ user: 'TrinityCore', repo: 'TrinityCore', branch: 'master', last: 8, limitMessageTo: 60 });
});
$(function() {
$('#tc-commits-3').githubInfoWidget(
{ user: 'TrinityCore', repo: 'TrinityCore', branch: '3.3.5', last: 8, limitMessageTo: 60 });
});
</script>
</body>
</html>