File tree Expand file tree Collapse file tree 6 files changed +46
-3
lines changed Expand file tree Collapse file tree 6 files changed +46
-3
lines changed Original file line number Diff line number Diff line change
1
+ < footer class ="flex flex-wrap items-center gap-4 border-t border-t-zinc-100 dark:border-t-zinc-900 p-5 text-sm mt-60 ">
2
+ < a href ="https://twitter.com/dotenvx " class ="opacity-50 hover:opacity-75 ">
3
+ < svg class ="h-4 w-4 text-zinc-900 dark:invert " fill ="currentColor " viewBox ="0 0 16 16 ">
4
+ < 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 "/>
5
+ </ svg >
6
+ </ a >
7
+ < a href ="https://github.com/dotenvx " class ="opacity-50 hover:opacity-75 ">
8
+ < svg viewBox ="0 0 16 16 " fill ="currentColor " aria-hidden ="true " class ="h-4 w-4 text-zinc-900 dark:invert ">
9
+ < 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-8z "> </ path >
10
+ </ svg >
11
+
12
+ </ a >
13
+ < a href ="https://www.youtube.com/@dotenvx " class ="opacity-50 hover:opacity-75 ">
14
+ < svg class ="h-5 w-5 text-zinc-900 dark:invert " fill ="currentColor " viewBox ="0 0 24 24 " aria-hidden ="true ">
15
+ < path fill-rule ="evenodd " d ="M19.812 5.418c.861.23 1.538.907 1.768 1.768C21.998 8.746 22 12 22 12s0 3.255-.418 4.814a2.504 2.504 0 0 1-1.768 1.768c-1.56.419-7.814.419-7.814.419s-6.255 0-7.814-.419a2.505 2.505 0 0 1-1.768-1.768C2 15.255 2 12 2 12s0-3.255.417-4.814a2.507 2.507 0 0 1 1.768-1.768C5.744 5 11.998 5 11.998 5s6.255 0 7.814.418ZM15.194 12 10 15V9l5.194 3Z " clip-rule ="evenodd " />
16
+ </ svg >
17
+
18
+ </ a >
19
+
20
+ < a href ="https://github.com/motdotla/dotenv " class ="link-primary ml-5 "> dotenv</ a >
21
+ < a href ="https://dotenvx.com " class ="link-primary "> dotenvx</ a >
22
+ < a href ="/vault " class ="link-primary "> dotenv-vault< sup > *</ sup > </ a >
23
+
24
+ < div class ="flex-1 text-center md:text-end text-zinc-400 dark:text-zinc-600 ">
25
+ < a href ="https://dotenv.org "> © 2025 Dotenvx LLC</ a >
26
+ </ div >
27
+ </ footer >
Original file line number Diff line number Diff line change 10
10
< main >
11
11
{{ content }}
12
12
</ main >
13
- {% include v2/footer.html %}
13
+ {% include v2/footer-homepage .html %}
14
14
{% include layouts/js.html %}
15
15
</ body >
16
16
</ html >
Original file line number Diff line number Diff line change @@ -30,9 +30,25 @@ redirect_from:
30
30
</p >
31
31
</section >
32
32
33
- <section class =" w-full max-w-4xl mx-auto my-10 mb-20 md:mb-32 " >
33
+ <section class =" w-full max-w-6xl mx-auto my-10 mb-20 md:mb-32 " >
34
34
<div class =" md:py-0 rounded-lg overflow-hidden " >
35
- <div class="flex gap-5 lg:gap-10 items-center justify-center">
35
+ <div class="flex flex-col sm:flex-row gap-0 items-center justify-center gap-2">
36
+ <a class="flex-1 relative border-2 border-zinc-50 dark:border-zinc-950 hover:border-sky-500 dark:hover:border-sky-500 rounded overflow-hidden p-3" href="https://github.com/motdotla/dotenv">
37
+ <span class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 rounded w-fit z-10 text-lg font-bold font-mono bg-[#ECD53F] text-zinc-950 shadow px-4 py-2">dotenv</span>
38
+ <img src="/assets/img/browser-dotenv.png" class="max-w-full h-auto basis-0 flex-1" />
39
+ <p class="text-center text-zinc-950 dark:text-zinc-50 font-light">Classic – still solid.</p>
40
+ </a>
41
+ <a class="flex-1 relative border-2 border-zinc-50 dark:border-zinc-950 hover:border-sky-500 dark:hover:border-sky-500 rounded overflow-hidden p-3" href="https://dotenvx.com">
42
+ <span class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 rounded w-fit z-10 text-xl font-bold font-mono bg-zinc-950 text-[#ECD53F] shadow px-4 py-2">dotenvx</span>
43
+ <img src="/assets/img/browser-dotenvx.png" class="max-w-full h-auto basis-0 flex-1" />
44
+ <p class="text-center text-zinc-950 dark:text-zinc-50 font-semibold">Recommended – adds encryption.</p>
45
+ </a>
46
+ <a class="flex-1 relative border-2 border-zinc-50 dark:border-zinc-950 hover:border-sky-500 dark:hover:border-sky-500 rounded overflow-hidden p-3" href="https://dotenv.org/vault">
47
+ <span class="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 rounded w-fit z-10 text-sm font-bold font-mono bg-zinc-50 text-zinc-600 shadow px-4 py-2">dotenv-vault</span>
48
+ <img src="/assets/img/browser-dotenv-vault.png" class="max-w-full h-auto basis-0 flex-1" />
49
+ <p class="text-center text-zinc-950 dark:text-zinc-50 font-light">Legacy – paid cloud only.</p>
50
+ </a>
36
51
</div>
37
52
</div >
38
53
</section >
54
+
You can’t perform that action at this time.
0 commit comments