Skip to content

Commit

Permalink
Improve logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Nov 12, 2023
1 parent fde067e commit 30bdeee
Showing 1 changed file with 52 additions and 7 deletions.
59 changes: 52 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
color: #f8f8f2 !important;
}

h1 {
font-family: "Fontdiner Swanky", serif;
}

html,
body {
background-color: #282a36;
Expand Down Expand Up @@ -79,6 +83,9 @@
a {
color: #50fa7b;
}
code {
color: #ff5555;
}

@media only screen and (min-width: 900px) {
.screenshot {
Expand All @@ -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>
Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 30bdeee

Please sign in to comment.