Skip to content

Commit

Permalink
Merge pull request devconzm#152 from Chizzoz/releases
Browse files Browse the repository at this point in the history
Resolving Audit accessibility and best practices
  • Loading branch information
OlivierJM authored Oct 15, 2019
2 parents 2b0e71c + 5c1be5c commit a41635b
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 32 deletions.
40 changes: 20 additions & 20 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "DevConZM is an annual platform elected by Agora Code Community and collective members of the technology community in Zambia. It is specifically crafted with Software Developers and Tech Enthusiasts in mind. Its aim is first of all, to raise the quality of the craft, secondly, to raise awareness of the industry which is still in its infancy in Zambia. We believe that providing a platform for developers to level up is key to a progressive approach to building products and communities.",
"start_url": "/",
"theme_color" : "#5cc6d0",
"background_color" : "transparent",
"background_color" : "#420042",
"display": "standalone",
"orientation": "any",
"lang": "English",
Expand All @@ -13,97 +13,97 @@
{
"src": "\/images\/android-icon-36x36.webp",
"sizes": "36x36",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/android-icon-48x48.webp",
"sizes": "48x48",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/android-icon-72x72.webp",
"sizes": "72x72",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/android-icon-96x96.webp",
"sizes": "96x96",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/android-icon-144x144.webp",
"sizes": "144x144",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/android-icon-192x192.webp",
"sizes": "192x192",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/356c4ed3-8fc8-0356-ae7c-20c2d7597863.webPlatform.webp",
"sizes": "44x44",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/920c4a35-9cec-bb8a-2cd1-019f0a64ef4a.webPlatform.webp",
"sizes": "1240x600",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/ed41083b-854a-406a-209c-474c285241e0.webPlatform.webp",
"sizes": "300x300",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/e3ecd12c-fb7b-4c74-5b22-31ab3ed2f9fd.webPlatform.webp",
"sizes": "150x150",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/25f41389-5301-c01f-41d7-02b3960126c7.webPlatform.webp",
"sizes": "88x88",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/8414a031-4856-d97d-74bf-9f1226ef560c.webPlatform.webp",
"sizes": "24x24",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/a5fa3b05-abc2-331f-c3c4-572f3ba32b30.webPlatform.webp",
"sizes": "50x50",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/f497642a-6e21-15c8-0066-17f6e2a0fdc8.webPlatform.webp",
"sizes": "620x300",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/3ec22143-2e5a-6cc2-c3ba-ec16f9fd23c5.webPlatform.webp",
"sizes": "1024x1024",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/c7729e67-08f1-6971-12ad-62748f694bff.webPlatform.webp",
"sizes": "180x180",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/f9fb7fcc-ccaa-4d42-e3cf-04caeb325ba2.webPlatform.webp",
"sizes": "152x152",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/b35643b1-c066-3594-0e42-89d3070f171e.webPlatform.webp",
"sizes": "120x120",
"type": "image\/png"
"type": "image\/webp"
},
{
"src": "\/images\/cf1f3a89-56ea-a453-de40-47d79914286c.webPlatform.webp",
"sizes": "76x76",
"type": "image\/png"
"type": "image\/webp"
}
],
"screenshots": []
Expand Down
19 changes: 10 additions & 9 deletions src/components/Partners.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Partners() {
>
<img
width="200"
height="200"
height="auto"
alt="JetBrains"
src={require("../assets/jetbrains.webp")}
/>
Expand All @@ -33,7 +33,7 @@ function Partners() {
>
<img
width="200"
height="200"
height="auto"
alt="Stickermule"
src={require("../assets/stickermule.svg")}
/>
Expand All @@ -48,7 +48,7 @@ function Partners() {
>
<img
width="200"
height="200"
height="auto"
alt="Agora Code"
src={require("../assets/agoracode.webp")}
/>
Expand All @@ -63,7 +63,7 @@ function Partners() {
>
<img
width="200"
height="200"
height="auto"
alt="GitKraken"
src={require("../assets/gitkraken.svg")}
/>
Expand All @@ -78,7 +78,7 @@ function Partners() {
>
<img
width="200"
height="200"
height="auto"
alt="Bongohive"
src={require("../assets/bongohive.webp")}
/>
Expand All @@ -94,7 +94,7 @@ function Partners() {
>
<img
width="200"
height="200"
height="auto"
alt="asikananetwork"
src={require("../assets/asikananetwork.webp")}
/>
Expand All @@ -110,7 +110,7 @@ function Partners() {
>
<img
width="200"
height="200"
height="auto"
alt="amazon web services"
src={require("../assets/aws.webp")}
/>
Expand All @@ -125,8 +125,9 @@ function Partners() {
rel="noopener noreferrer"
>
<img
width="300"
height="100"
className="pubnub"
width="200"
height="auto"
alt="pubnub"
src={require("../assets/pubnub.webp")}
/>
Expand Down
12 changes: 9 additions & 3 deletions src/components/Tickets.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ function Tickets() {
</h6>
<hr></hr>
<ul className="fa-ul">
Sale ended on 31st August 2019
<li>
Sale ended on 31st August 2019
</li>
</ul>

<a
Expand All @@ -41,7 +43,9 @@ function Tickets() {
</h6>
<hr></hr>
<ul className="fa-ul">
Runs from 1st September to 20th September 2019
<li>
Runs from 1st September to 20th September 2019
</li>
</ul>

<a
Expand All @@ -65,7 +69,9 @@ function Tickets() {
</h6>
<hr></hr>
<ul className="fa-ul">
Includes access to our exclusive networking mixer
<li>
Includes access to our exclusive networking mixer
</li>
</ul>

<a
Expand Down
7 changes: 7 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ section.pricing {

.pricing ul li {
margin-bottom: 1rem;
list-style: none;
}

.pricing .text-muted {
Expand Down Expand Up @@ -687,6 +688,12 @@ section.pricing {
}
/* code of conduct section */

/* Partners */
.pubnub {
margin-top: 50px;
}
/* Partners */

/* footer section */
footer.page-footer {
overflow: hidden;
Expand Down

0 comments on commit a41635b

Please sign in to comment.