-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
52 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,10 @@ | |
color: #f8f8f2 !important; | ||
} | ||
|
||
h1 { | ||
font-family: "Fontdiner Swanky", serif; | ||
} | ||
|
||
html, | ||
body { | ||
background-color: #282a36; | ||
|
@@ -79,6 +83,9 @@ | |
a { | ||
color: #50fa7b; | ||
} | ||
code { | ||
color: #ff5555; | ||
} | ||
|
||
@media only screen and (min-width: 900px) { | ||
.screenshot { | ||
|
@@ -97,18 +104,18 @@ | |
<!-- Use https://devicon.dev/ for PL icons. --> | ||
|
||
<body> | ||
<div class="px-4 pt-5 my-5 text-center"> | ||
<h1 class="display-4 fw-bold text-body-emphasis"> | ||
<div class="px-4 pt-5 text-center"> | ||
<h1 class="display-4 text-body-emphasis"> | ||
<span class="red">diff</span><span class="green">tastic</span> | ||
</h1> | ||
<div class="col-lg-6 mx-auto"> | ||
<p class="lead mb-4"> | ||
a structural diff tool that understands syntax | ||
</p> | ||
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5"> | ||
<button type="button" class="red btn btn-secondary btn-lg px-4"> | ||
<a href="button" class="red btn btn-secondary btn-lg px-4"> | ||
Install | ||
</button> | ||
</a> | ||
<button type="button" class="green btn btn-secondary btn-lg px-4"> | ||
Manual | ||
</button> | ||
|
@@ -125,8 +132,41 @@ <h1 class="display-4 fw-bold text-body-emphasis"> | |
</div> | ||
|
||
<div class="container col-xxl-8 px-4 py-5"> | ||
<div class="container border-top px-4 py-5"> | ||
<h2> | ||
focus on <span class="red">what</span> | ||
<span class="green">changed</span> | ||
</h2> | ||
</div> | ||
|
||
<div class="container px-4 py-5"> | ||
<h2> | ||
ignore <span class="red">formatting</span> | ||
<span class="green">changes</span> | ||
</h2> | ||
</div> | ||
|
||
<div class="container px-4 py-5"> | ||
<h2 class="pb-2">Programming Languages</h2> | ||
<h2> | ||
understand <span class="red">wrapping</span> | ||
<span class="green">changes</span> | ||
</h2> | ||
</div> | ||
|
||
<div class="container px-4 py-5"> | ||
<h2> | ||
<span class="red">align</span> | ||
<span class="green">content</span> | ||
</h2> | ||
|
||
<p> | ||
difftastic uses real line numbers, not | ||
<code>@@ 123</code> syntax. | ||
</p> | ||
</div> | ||
|
||
<div class="container border-top px-4 py-5"> | ||
<h2>programming languages</h2> | ||
|
||
<div | ||
class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 g-4 py-5" | ||
|
@@ -463,8 +503,8 @@ <h3 class="fw-bold mb-0 fs-4"> | |
</p> | ||
</div> | ||
|
||
<div class="container px-4 py-5"> | ||
<h2 class="pb-2">File Formats</h2> | ||
<div class="container border-top px-4 py-5"> | ||
<h2 class="pb-2">file formats</h2> | ||
|
||
<div | ||
class="row row-cols-1 row-cols-sm-2 row-cols-md-3 row-cols-lg-4 g-4 py-5" | ||
|
@@ -547,6 +587,11 @@ <h3 class="fw-bold mb-0 fs-4"> | |
</div> | ||
</div> | ||
|
||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/css?family=Fontdiner+Swanky" | ||
/> | ||
|
||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" | ||
|