Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern committed Feb 2, 2022
1 parent d817e64 commit 560802e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 49 deletions.
3 changes: 1 addition & 2 deletions app/src/model/product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,11 @@ const styles: Record<string, ProductStyle> = {
text: "text-ml-text",
iconBorder: "border-ml-accent",
},
assistant: {
assistant: {
bg: "bg-assistant-bg",
text: "text-assistant-text",
iconBorder: "border-assistant-accent",
},

};

// Listing these classes here means that PurgeCSS will not
Expand Down
60 changes: 15 additions & 45 deletions app/src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,27 +122,13 @@
using any of the Google Technologies like:
</p>
<ul class="ml-6 mt-2 list-disc">
<li>
Angular
</li>
<li>
Android
</li>
<li>
Flutter
</li>
<li>
Firebase
</li>
<li>
Machine Learning
</li>
<li>
Cloud
</li>
<li>
Google Assistant
</li>
<li>Angular</li>
<li>Android</li>
<li>Flutter</li>
<li>Firebase</li>
<li>Machine Learning</li>
<li>Cloud</li>
<li>Google Assistant</li>
</ul>

<p>
Expand Down Expand Up @@ -216,18 +202,10 @@
<p class="mt-6 font-bold">How to submit my content on the site?</p>
<p class="mt-4">To submit the content:</p>
<ol class="ml-6 mt-2 list-disc">
<li>
Navigate to the DevLibrary homepage and click submit.
</li>
<li>
You will be redirected to the Advocu Form link.
</li>
<li>
Fill in your personal and project details.
</li>
<li>
Click Submit.
</li>
<li>Navigate to the DevLibrary homepage and click submit.</li>
<li>You will be redirected to the Advocu Form link.</li>
<li>Fill in your personal and project details.</li>
<li>Click Submit.</li>
</ol>

<p>
Expand Down Expand Up @@ -295,18 +273,10 @@
at Dev Library, you receive:
</p>
<ul class="ml-6 mt-2 list-disc">
<li>
Visibility of your work
</li>
<li>
Contributor Badge on Google Developer Profile
</li>
<li>
Stamp of Google on your work
</li>
<li>
Feature in our monthly newsletter
</li>
<li>Visibility of your work</li>
<li>Contributor Badge on Google Developer Profile</li>
<li>Stamp of Google on your work</li>
<li>Feature in our monthly newsletter</li>
</ul>

<p>And many more surprises!</p>
Expand Down
2 changes: 0 additions & 2 deletions app/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ module.exports = {
accent: "#9AA0A6",
bg: "#4285F4",
text: "#FFFFFF",


},
gblue: {
50: "#e8f0fe",
Expand Down

0 comments on commit 560802e

Please sign in to comment.