Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
Binary file added designs/TW_Brand Material-01.jpg
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 designs/TW_Brand Material-02.jpg
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 designs/TW_Brand Material-03.jpg
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 designs/TW_Brand Material-04.jpg
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 designs/TW_Brand Material-05.jpg
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 designs/TW_Brand Material-06.jpg
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 designs/TW_Brand Material-07.jpg
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 designs/TW_logo-05.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 9 additions & 5 deletions firebase.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@

<input type="button" value="Say hello" onClick="showUser('https://webhook.site/a6dc6868-57ee-43d8-ac01-cfdb6cdc7799','fadis')" />
<input type="button" value="Send User Details" onClick="showUser()" />

<script type="text/javascript">

function showUser(url,id) {
Android.showUser(url,id);
}
</script>
var user = {"id":"fadis",
"url":"https://webhook.site/a6dc6868-57ee-43d8-ac01-cfdb6cdc7799",
"token":"long token to use for authentication"};
function showUser() {
console.log(JSON.stringify(user));
Android.showUser(JSON.stringify(user));
}
</script>
8 changes: 4 additions & 4 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function gtag(){dataLayer.push(arguments);}
<div class="hero__content">
<div class="hero__content__inner" id='navConverter'>
<h1 class="hero__title">We <span id="typedit" style="border-bottom:3px solid #06D19C;" ></span >using<p> technology</p></h1>
<p class="hero__text">We are largely concerned in building digitally transformed set of people who will contribute immensely to the future by influencing their community using technology.</p>
<p class="hero__text">We are largely concerned in building digitally transformed set of people who will immensely build our desired future and positively influence their community using technology.</p>
<a target="_blank" href="https://goo.gl/forms/EQtAcqeKEcMFQqJw1" class="button button__accent">Apply to Join</a>
<a target="_blank" href="https://goo.gl/forms/PQJx7ErJfnT7K3KO2" class="button hero__button">Volunteer | Partner with Us</a>
</div>
Expand Down Expand Up @@ -210,7 +210,7 @@ function gtag(){dataLayer.push(arguments);}
<img src="./images/mission.svg" class="step__image">
</div>
<h4>Our Mission</h4>
<p class="step__text">We constantly invest in human development by identifying talent, grooming them and deploying them as a solution driven technocrats to their community.</p>
<p class="step__text">We constantly invest in human development by identifying the undeserved people within a community, grooming them and deploying them as a solution driven technocrats to their community.</p>
</div>
<div class="step" data-aos="fade-down">
<div class="step__media">
Expand Down Expand Up @@ -255,7 +255,7 @@ function gtag(){dataLayer.push(arguments);}
<div class="container" data-aos="fade-down">
<a name="about" style="height: 0px;"></a>
<h2>Team</h2>
<p>Below are the young vibrants industrious innovators who are leading the Techwheel team</p>
<p>Below are the young vibrant innovators who are leading the Techwheel team</p>
</div>
<div class="container">
<div class="steps__inner">
Expand Down Expand Up @@ -400,7 +400,7 @@ function gtag(){dataLayer.push(arguments);}
<script type="text/javascript">
var typed = new Typed(
'#typedit', {
strings: ["believe poverty can be defeated", "invest in Human Development","build innovators","build digital disruptors","educate people to start", "increase the number of people", "solve local and global problems"],
strings: ["believe poverty can be defeated", "invest in Human Development","build innovators","build digital disruptors","educate people to start", "solve local and global problems"],
typeSpeed: 100,
fadeOut: true,
smartBackspace: true,
Expand Down