Skip to content

Commit

Permalink
add trusted sources page
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonnie39 committed Dec 12, 2023
1 parent a6a9b4b commit 624f4c6
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 2 deletions.
22 changes: 21 additions & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,22 @@ footer {
z-index: 1000;
}

@media (max-width: 675px) {
.trusted-sources-button {
position: absolute;
margin-top: 200px;
background-color: #007bff;
color: #fff;
text-decoration: none;
border-radius: 10px;
padding: 5px 10px;
transition: all 0.2s;
}

.trusted-sources-button:hover {
background-color: #0067d5;
}

@media (max-width: 9999999999px) { /*was 675px*/
.navbar-buttons {
flex-direction: column; /* Stack buttons vertically on smaller screens */
align-items: center; /* Center buttons horizontally */
Expand Down Expand Up @@ -141,6 +156,11 @@ h1 {
height: 80px !important;
}

.card img {
border-radius: 18px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.section-header {
width: 100%;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="/css/styles.css">
<link rel="icon" type="image/x-icon" href="/img/ResonanceStoreIcon.webp">
<meta property="twitter:image" content="https://theresonanceteam.github.io/img/meta.webp"/>
Expand Down Expand Up @@ -56,6 +55,7 @@ <h2>TrollApps</h2>
</a>
</div>
</div>
<a class="trusted-sources-button" href="/trusted-sources/">Trusted TrollApps Sources</a>
</section>
</div>

Expand Down
145 changes: 145 additions & 0 deletions trusted-sources/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../css/styles.css">
<link rel="icon" type="image/x-icon" href="https://theresonanceteam.github.io/img/ResonanceStoreIcon.webp">
<meta property="twitter:image" content="https://theresonanceteam.github.io/img/meta.webp"/>
<meta property="og:image" content="https://theresonanceteam.github.io/img/meta.webp"/>
<title>Resonance Team</title>
</head>
<body>
<div class="navbar">
<h1>Resonance Team</h1>
</div>
<div class="navbar-buttons">
<div class="navbar-left">
<a href="https://discord.gg/PrF6XqpGgX">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-discord" viewBox="0 0 16 16">
<path d="M13.545 2.907a13.227 13.227 0 0 0-3.257-1.011.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.19 12.19 0 0 0-3.658 0 8.258 8.258 0 0 0-.412-.833.051.051 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.041.041 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032c.001.014.01.028.021.037a13.276 13.276 0 0 0 3.995 2.02.05.05 0 0 0 .056-.019c.308-.42.582-.863.818-1.329a.05.05 0 0 0-.01-.059.051.051 0 0 0-.018-.011 8.875 8.875 0 0 1-1.248-.595.05.05 0 0 1-.02-.066.051.051 0 0 1 .015-.019c.084-.063.168-.129.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.052.052 0 0 1 .053.007c.08.066.164.132.248.195a.051.051 0 0 1-.004.085 8.254 8.254 0 0 1-1.249.594.05.05 0 0 0-.03.03.052.052 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019 13.235 13.235 0 0 0 4.001-2.02.049.049 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.034.034 0 0 0-.02-.019Zm-8.198 7.307c-.789 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.45.73 1.438 1.613 0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612 0-.889.637-1.613 1.438-1.613.807 0 1.451.73 1.438 1.613 0 .888-.631 1.612-1.438 1.612"/>
</svg>
</a>
<a href="https://twitter.com/_resonanceteam">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16">
<path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865l8.875 11.633Z"/>
</svg>
</a>
<a href="https://github.com/TheResonanceTeam">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-github" viewBox="0 0 16 16">
<path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8"/>
</svg>
</a>
</div>
</div>

<div class="web-content">
<div class="section-header">
<p>TrollApps Sources:</p>
</div>

<section class="projects">
<div class="project-card">
<div class="card">
<img src="https://raw.githubusercontent.com/utmapp/UTM/main/Platform/Assets.xcassets/AppIcon.appiconset/Icon.png" alt="Icon">
</div>
<div class="project-info">
<h2>UTM</h2>
<p>UTM Team</p>
<p></p>
<a href="trollapps://add?url=alt.getutm.app" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-plus-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3z"/>
</svg>
Add to TrollApps
</a>
</div>
</div>
</section>

<section class="projects">
<div class="project-card">
<div class="card">
<img src="https://f005.backblazeb2.com/file/lit-apps/assets/ignited/altstore-icon.png" alt="Icon">
</div>
<div class="project-info">
<h2>Ignited</h2>
<p>LitRitt</p>
<p></p>
<a href="trollapps://add?url=alt.crystall1ne.dev" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-plus-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3z"/>
</svg>
Add to TrollApps
</a>
</div>
</div>
</section>

<section class="projects">
<div class="project-card">
<div class="card">
<img src="https://raw.githubusercontent.com/PojavLauncherTeam/PojavLauncher_iOS/main/Natives/Assets.xcassets/AppIcon-Dark.appiconset/AppIcon-Dark_1024x1024.png" alt="Icon">
</div>
<div class="project-info">
<h2>PojavLauncher</h2>
<p>PojavLauncher Team</p>
<p></p>
<a href="trollapps://add?url=altstore.ignitedemulator.com" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-plus-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3z"/>
</svg>
Add to TrollApps
</a>
</div>
</div>
</section>

<section class="projects">
<div class="project-card">
<div class="card">
<img src="https://cdn.oatmealdome.me/dolphinios/AppIcon.appiconset/ios_marketing1024x1024.png" alt="Icon">
</div>
<div class="project-info">
<h2>OatmealDome</h2>
<p>OatmealDome</p>
<p></p>
<a href="trollapps://add?url=altstore.oatmealdome.me" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-plus-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3z"/>
</svg>
Add to TrollApps
</a>
</div>
</div>
</section>

<section class="projects">
<div class="project-card">
<div class="card">
<img src="https://user-images.githubusercontent.com/705880/65270980-1eb96f80-dad1-11e9-9367-78ccd25ceb02.png" alt="Icon">
</div>
<div class="project-info">
<h2>AltStore</h2>
<p>Riley Testut</p>
<p></p>
<a href="trollapps://add?url=apps.altstore.io" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-plus-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3z"/>
</svg>
Add to TrollApps
</a>
</div>
</div>
</section>
</div>

<footer>
<div class="container">
<p>&copy; 2023 Resonance Team</p>
</div>
</footer>

<script src="/js/main.js"></script>
</body>
</html>

0 comments on commit 624f4c6

Please sign in to comment.