Skip to content

Commit

Permalink
Merge pull request #110 from readingdancer/Adding-Favicons
Browse files Browse the repository at this point in the history
Adding favicons and updating the About Us text.
  • Loading branch information
readingdancer authored Apr 9, 2020
2 parents cf57b95 + b2f47c2 commit 14a6446
Show file tree
Hide file tree
Showing 25 changed files with 307 additions and 74 deletions.
12 changes: 12 additions & 0 deletions covid-19-support/public/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/images/ico_128.png"/>
<square150x150logo src="/images/ico_270.png"/>
<wide310x150logo src="/images/ico_wider2_270.png"/>
<square310x310logo src="/images/ico_558.png"/>
<TileColor>#ffffff</TileColor>
</tile>
</msapplication>
</browserconfig>
Binary file added covid-19-support/public/images/ico_120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covid-19-support/public/images/ico_1204.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covid-19-support/public/images/ico_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covid-19-support/public/images/ico_152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covid-19-support/public/images/ico_167.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covid-19-support/public/images/ico_180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covid-19-support/public/images/ico_192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covid-19-support/public/images/ico_270.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covid-19-support/public/images/ico_558.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covid-19-support/public/images/ico_57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added covid-19-support/public/images/ico_76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions covid-19-support/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />

<meta name="apple-mobile-web-app-title" content="NC COVID" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />

<link rel="apple-touch-icon" sizes="57x57" href="<%= BASE_URL %>images/ico_57.png" />
<link rel="apple-touch-icon" sizes="76x76" href="<%= BASE_URL %>images/ico_76.png" />
<link rel="apple-touch-icon" sizes="120x120" href="<%= BASE_URL %>images/ico_120.png" />
<link rel="apple-touch-icon" sizes="152x152" href="<%= BASE_URL %>images/ico_152.png" />
<link rel="apple-touch-icon" sizes="167x167" href="<%= BASE_URL %>images/ico_167.png" />
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>images/ico_180.png" />

<!-- Default for old phones -->
<link rel="apple-touch-icon" href="<%= BASE_URL %>images/ico_76.png" />

<!-- Android -->
<link rel="icon" sizes="192x192" type="image/png" href="<%= BASE_URL %>images/ico_192.png" />
<link rel="icon" sizes="128x128" type="image/png" href="<%= BASE_URL %>images/ico_128.png" />

<meta name="application-name" content="NC COVID Support" />
<meta name="msapplication-config" content="/browserconfig.xml?a=1" />

<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,600;1,400&display=swap" rel="stylesheet" />
<title>NC COVID Support - Community Resources for North Carolina</title>
<meta
Expand Down
4 changes: 4 additions & 0 deletions covid-19-support/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# NC COVID Support Robots txt file

User-agent: *
Sitemap:
50 changes: 25 additions & 25 deletions covid-19-support/src/components/AboutUs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,47 +5,47 @@
</template>
<b-card no-body>
<b-tabs card>
<b-tab :title="$t('about.getinvolved')">
<p>{{ $t('about.devhelp.info') }}</p>
<b>{{ $t('about.devhelp.support') }}</b>
<i18n path="about.devhelp.addinfo" tag="p">
<a href="https://forms.gle/fWiCg2z5CRx9ukGu7">{{ $t('about.devhelp.addbusiness') }}</a>
<a href="https://forms.gle/G2wrUd4TE3yqrW1FA">{{ $t('about.devhelp.updatebusiness') }}</a>
</i18n>
<b>{{ $t('about.devhelp.becomeambassador') }}</b>
<i18n path="about.devhelp.ambassadorinfo" tag="p">
<a href="emailto:contact@nccovidsupport.org">contact@nccovidsupport.org</a>
</i18n>
<b>{{ $t('about.devhelp.dupsite') }}</b>
<i18n path="about.devhelp.devnote" tag="p">
<a href="https://github.com/code-for-chapel-hill/COVID-Support-For-CH">{{ $t('about.devhelp.source') }}</a>
<a href="https://github.com/codeforamerica/codeofconduct">{{ $t('about.devhelp.conduct') }}</a>
</i18n>
</b-tab>

<b-tab :title="$t('about.partners')">
<p>{{ $t('about.info') }}</p>
<ul>
<li>
<a href="https://www.orangecountync.gov/1710/Visitors-Bureau" target="_blank">{{ $t('about.orgs.bureau') }}</a>
<a href="https://www.orangecountync.gov/1710/Visitors-Bureau">{{ $t('about.orgs.bureau') }}</a>
</li>
<li>
<a href="http://www.downtownchapelhill.com/" target="_blank">{{ $t('about.orgs.partnership') }}</a>
<a href="http://www.downtownchapelhill.com/">{{ $t('about.orgs.partnership') }}</a>
</li>
<li>
<a href="https://locallistnc.com/" target="_blank">{{ $t('about.orgs.localistnc') }}</a>
<a href="https://locallistnc.com/">{{ $t('about.orgs.localistnc') }}</a>
</li>
<li>
<a href="https://www.carolinafarmstewards.org/on-farm-pickups/" target="_blank">{{ $t('about.orgs.farmstewards') }}</a>
<a href="https://www.carolinafarmstewards.org/on-farm-pickups/">{{ $t('about.orgs.farmstewards') }}</a>
</li>
</ul>
</b-tab>

<b-tab :title="$t('about.getinvolved')">
<p>{{ $t('about.devhelp.info') }}</p>
<ol>
<li>{{ $t('about.devhelp.step1') }}</li>
<li>{{ $t('about.devhelp.step2') }}</li>
<li>
<i18n path="about.devhelp.step3">
<a href="mailto:contact@nccovidsupport.org" target="_blank">contact@nccovidsupport.org</a>
</i18n>
</li>
</ol>
<p>{{ $t('about.devhelp.dupsite') }}</p>
<i18n path="about.devhelp.devnote" tag="p">
<a href="https://github.com/code-for-chapel-hill/COVID-Support-For-CH" target="_blank">{{ $t('about.devhelp.source') }}</a>
<a href="https://github.com/codeforamerica/codeofconduct" target="_blank">{{ $t('about.devhelp.conduct') }}</a>
</i18n>
</b-tab>

<b-tab :title="$t('about.contact')">
<i18n path="about.contactus.info" tag="p">
<a href="https://www.meetup.com/Triangle-Code-for-America/" target="_blank">{{ $t('about.orgs.chb') }}</a>
<a href="https://www.codeforamerica.org/" target="_blank">{{ $t('about.orgs.cfa') }}</a>
<a href="mailto:contact@nccovidsupport.org" target="_blank">contact@nccovidsupport.org</a>
<a href="https://www.meetup.com/Triangle-Code-for-America/">{{ $t('about.orgs.chb') }}</a>
<a href="https://www.codeforamerica.org/">{{ $t('about.orgs.cfa') }}</a>
<a href="mailto:contact@nccovidsupport.org">contact@nccovidsupport.org</a>
</i18n>
</b-tab>
</b-tabs>
Expand Down
Loading

0 comments on commit 14a6446

Please sign in to comment.