diff --git a/index.php b/index.php deleted file mode 100755 index bfb9c3b..0000000 --- a/index.php +++ /dev/null @@ -1,106 +0,0 @@ - - - - - - - - - Miles Linden for San Jose City Council - - -
- -
-
- -
- Donate - Join -
-
-
-
-
-

About Miles

- -

About box description

-
-
-
    -
  1. Make San Jose Affordable
  2. -

    Policy argument 1

    -
  3. Police Reform
  4. -

    Policy argument 2

    -
  5. Downtown Development
  6. -

    Policy argument 3

    -
-
-
-
-
-
-

Join

-
- -
-
- -
-
-
-

Contact

-
- -
-
- - diff --git a/admin/index.php b/public/admin/index.php similarity index 100% rename from admin/index.php rename to public/admin/index.php diff --git a/admin/login.php b/public/admin/login.php similarity index 100% rename from admin/login.php rename to public/admin/login.php diff --git a/admin/logout.php b/public/admin/logout.php similarity index 100% rename from admin/logout.php rename to public/admin/logout.php diff --git a/admin/mail.php b/public/admin/mail.php similarity index 100% rename from admin/mail.php rename to public/admin/mail.php diff --git a/admin/unsubscribe.php b/public/admin/unsubscribe.php similarity index 100% rename from admin/unsubscribe.php rename to public/admin/unsubscribe.php diff --git a/public/assets/Navigo-Bold.ttf b/public/assets/Navigo-Bold.ttf new file mode 100755 index 0000000..4756863 Binary files /dev/null and b/public/assets/Navigo-Bold.ttf differ diff --git a/public/assets/favicon.png b/public/assets/favicon.png new file mode 100755 index 0000000..825fd72 Binary files /dev/null and b/public/assets/favicon.png differ diff --git a/public/assets/myles-logo.png b/public/assets/myles-logo.png new file mode 100755 index 0000000..f98d738 Binary files /dev/null and b/public/assets/myles-logo.png differ diff --git a/css/main.css b/public/css/main.css similarity index 96% rename from css/main.css rename to public/css/main.css index 3bb9981..01c72bf 100755 --- a/css/main.css +++ b/public/css/main.css @@ -109,7 +109,7 @@ nav a:hover { font-size: 32px; } -.banner button { +.banner button, a.button { border: none; background-color: var(--button-bg); color: var(--button-text); @@ -130,7 +130,7 @@ nav a:hover { font-size: 30px; } -.main-banner-buttons a:hover, .banner button:hover { +.main-banner-buttons a:hover, .banner button:hover, a.button:hover { background-color: var(--button-hover); color: var(--button-text-hover); } @@ -220,6 +220,11 @@ nav a:hover { text-align: center; } +.read-more { + margin-top: 4rem; + text-align: center; +} + .header h1 { background-color: var(--button-bg); color: var(--button-text); diff --git a/public/index.php b/public/index.php new file mode 100755 index 0000000..da0d649 --- /dev/null +++ b/public/index.php @@ -0,0 +1,92 @@ + +
+
+
+ +
+ Donate + Join +
+
+
+
+
+

About Miles

+ +

About box description

+
+
+
+
    +
  1. Let's work to make San Jose more affordable
  2. +

    +
  3. Develop District 3 and Downtown San Jose
  4. +

    +
  5. San Jose Police Dept. Reforms and Improvements
  6. +
+
+
+ Read more +
+
+
+
+
+
+

Join

+
+ +
+
+ +
+
+
+

Contact

+
+ +
+
+ diff --git a/js/app.js b/public/js/app.js similarity index 100% rename from js/app.js rename to public/js/app.js diff --git a/js/scroll.js b/public/js/scroll.js similarity index 100% rename from js/scroll.js rename to public/js/scroll.js diff --git a/public/policies.php b/public/policies.php new file mode 100755 index 0000000..9ccaf23 --- /dev/null +++ b/public/policies.php @@ -0,0 +1,14 @@ + +
+
+
    +
  1. Let's work to make San Jose more affordable
  2. +

    Currently San Jose is in the top ten cities with the highest cost of living in the United States, and this is clearly not slowing down! I plan to relax zoning regulations, and make it easier to plan and build housing in San Jose. It will also be my goal to reduce unneeded City spending wherever possible.

    +
  3. Develop District 3 and Downtown San Jose
  4. +

    With awkwardly placed road diets causing traffic, closed and for lease shop fronts and dirty sidewalks it's clear that Downtown San Jose may be in the need of a little improvement. My goal is to remove or rebuild troublesome, traffic-inducing road diets to improve vital traffic flow while preserving the safety of pedestrians and cyclists alike. I would like to foster small up-and-coming businesses by reducing barriers to entry, and providing guidance where it's needed. Living in a safe and clean environment starts where we travel, the streets and the footpaths. I want to make San Jose the model image of a 21st century city, with roads free of trash and debris. This starts with correctly allocating funds where they should go.

    +
  5. San Jose Police Dept. Reforms and Improvements
  6. +

    Safety and security of the people is my number one concern. With crime, especially porch theft and vehicle break-ins, becoming more common it is vital we nip crime in the bud before things spiral out of control. I want to bolster the police force, while putting forth the highest standard of de-escalation procedure education in our police force. As someone who's been the victim of vehicle break-ins and other petty crimes, I am upset to see the trend of merely taking a report and forgetting about it. Action must be taken to show there is no place for crime in San Jose.

    +
+
+
+ diff --git a/subscribe.php b/public/subscribe.php similarity index 100% rename from subscribe.php rename to public/subscribe.php