BlackMonsterMedia commited on
Commit
1054b9b
·
verified ·
1 Parent(s): a018117

on the email page put the three buttons on top.

Browse files

link the report button to the page email-report page please

Files changed (1) hide show
  1. email.html +9 -1
email.html CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  <style>
2
  .page-container {
3
  max-width: 1080px;
@@ -122,7 +131,6 @@
122
  max-width: 850px;
123
  }
124
  </style>
125
-
126
  <div class="page-container">
127
 
128
  <h1 class="page-title">Email — What We Do</h1>
 
1
+
2
+ <div class="flex flex-wrap gap-4 mb-8">
3
+ <a href="/index.html" class="bg-gray-200 hover:bg-gray-300 text-gray-800 font-medium py-2 px-4 rounded-lg transition-all shadow hover:shadow-md active:shadow-sm border border-gray-300">
4
+ ← Back to Home
5
+ </a>
6
+ <a href="/email-report.html" class="bg-blue-600 hover:bg-blue-700 text-white font-medium py-2 px-4 rounded-lg transition-all shadow hover:shadow-md active:shadow-sm border border-blue-700">
7
+ 📊 Report
8
+ </a>
9
+ </div>
10
  <style>
11
  .page-container {
12
  max-width: 1080px;
 
131
  max-width: 850px;
132
  }
133
  </style>
 
134
  <div class="page-container">
135
 
136
  <h1 class="page-title">Email — What We Do</h1>