-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ba301e
commit 61423f5
Showing
6 changed files
with
137 additions
and
35 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -731,8 +731,7 @@ html.loaded .home-content__main { | |
} | ||
|
||
.column { | ||
z | ||
width: 50%; | ||
zwidth: 50%; | ||
} | ||
|
||
.grey { | ||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,7 @@ | |
|
||
<link rel="stylesheet" href="css/base.css"> | ||
<link rel="stylesheet" href="css/main.css"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> | ||
|
||
<!-- <link rel="shortcut icon" href="logo.jpg" type="image/x-icon">--> | ||
<!-- <link rel="icon" href="logo.jpg" type="image/x-icon">--> | ||
|
@@ -181,11 +182,11 @@ | |
</ul> | ||
</div> | ||
<div style="text-align: center;background: linear-gradient(168deg, black 50%, #111111 0);"> | ||
<span style="font-size: 4em;font-weight: bold">Our Sponsors</span> | ||
<span style="font-size: 4em;font-weight: bold">Our Community Partners</span> | ||
<ul style="display: flex ;list-style: none;flex-wrap: wrap ;justify-content: center"> | ||
<li style="min-width: 350px "><a href="#"><img src="./images/JavaScript%20frameworks-pana.svg" style="max-width: 40% "></a> <h3 style="color: white">Coding Blocks</h3></li> | ||
<li style="min-width: 350px "><a href="#"> <img src="./images/JavaScript%20frameworks-pana.svg" style="max-width: 40%"></a><h3 style="color: white">DevScripts</h3></li> | ||
<li style="min-width: 350px "><a href="#"> <img src="./images/JavaScript%20frameworks-pana.svg" style="max-width: 40% "></a><h3 style="color: white">Tesseract</h3></li> | ||
<li style="min-width: 350px "><a href="#"><img src="./images/codingBlocks.png" style="max-width: 40%; max-height: 400px; "></a> <h3 style="color: white">Coding Blocks</h3></li> | ||
<li style="min-width: 350px "><a href="#"> <img src="./images/devScript.png" style="max-width: 40%;max-height: 400px;"></a><h3 style="color: white">DevScripts</h3></li> | ||
<li style="min-width: 350px "><a href="#"> <img src="./images/tesseract-logo-white.png" style="max-width: 40%;max-height: 400px; "></a><h3 style="color: white">Tesseract Coding</h3></li> | ||
|
||
</ul> | ||
</div> | ||
|
@@ -207,13 +208,12 @@ <h2>About us</h2> | |
|
||
|
||
</div> | ||
<div id="contact" style="justify-content: center ;background-color: white;text-align: center"> | ||
<h1>Contact us</h1> | ||
|
||
<p style="max-width: 50%;margin-left: 25%"> | ||
|
||
Email:<a href="mailto:[email protected]" style="color: #1d24fe">[email protected]</a></a> | ||
</p> | ||
<div class="row" data-aos="fade-up"> | ||
<div class="col-full contact-main"> | ||
<p> | ||
<a href="mailto:[email protected]" class="contact-email" title="Email" target="_blank" rel="noopener">[email protected]</a> | ||
</p> | ||
</div> | ||
</div> | ||
<div style="background-color: black"> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters