Skip to content
Open
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
44 changes: 29 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<link href="css/style.css" rel='stylesheet' type='text/css' />
<!-- Custom Theme files -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<script
type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
</script>
<!-- start-smoth-scrolling-->
<script type="text/javascript" src="js/move-top.js"></script>
Expand All @@ -32,8 +33,8 @@
</script>
<!-- start-smoth-scrolling-->
<!--- webfonts -->
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700' rel='stylesheet'
type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700'
rel='stylesheet' type='text/css'>
<!--- webfonts -->
<!--start-top-nav-script-->
<script>
Expand Down Expand Up @@ -119,8 +120,10 @@ <h1>Yeng</h1>
<div class="container">
<div class="gallery-head text-center">
<h3>ABOUT</h3>
<p>Yeng is the next generation mobile app which leverages bleeding edge technology to better enhance your alma mater experience
through participation from fellow students, faculties and the general public. Experience and streamline your University
<p>Yeng is the next generation mobile app which leverages bleeding edge technology to better enhance
your alma mater experience
through participation from fellow students, faculties and the general public. Experience and
streamline your University
life like never before using Yeng.</p>
</div>
<div class="row text-center about-wrapper">
Expand Down Expand Up @@ -286,8 +289,10 @@ <h3>CRAZY AMIGOS</h3>
<h4>"Finding Empty Space"</h4>
</div>
<div class="ca-content">
<p>Yeng is the brainchild of Crazy Amigos, a team of tech professionals, students and aficionados with the mission to
make the world a better place by driving the youth to excellence. Be part of Crazy Amigos to get motivated by our
<p>Yeng is the brainchild of Crazy Amigos, a team of tech professionals, students and
aficionados with the mission to
make the world a better place by driving the youth to excellence. Be part of Crazy Amigos to
get motivated by our
amigos and explore open source in all it's beauty...</p>
</div>
<a class="review-btn read-more" href="http://crazyamigos.io">READ MORE</a>
Expand Down Expand Up @@ -589,8 +594,10 @@ <h3>DOWNLOAD</h3>
</div>
<div class="download_right">
<h3>Open Source</h3>
<p> Do you feel like there is something more that YOU could contribute to Yeng? Yeng App is fully Open Source! feel free to
source your talent to Yeng App through our GitHub repo. You can also raise your valuble suggestions and queries about Yeng
<p> Do you feel like there is something more that YOU could contribute to Yeng? Yeng App is fully
Open Source! feel free to
source your talent to Yeng App through our GitHub repo. You can also raise your valuble
suggestions and queries about Yeng
App in GitHub and we WILL for sure check them out!</p>
<a class="Down-btn" href="https://github.com/Crazy-Amigos/Yeng" target="_blank">Get Source</a>
</div>
Expand All @@ -604,28 +611,35 @@ <h3>Open Source</h3>
<div class="container">
<h3>CONTACT</h3>
<div class="contact-form">
<form method="POST" id="webform" action="https://script.google.com/macros/s/AKfycbz-wy2uctcS7XMnFJ4hfqqOAOILAE6LZGPrWiZ7IxTekesxhO0/exec">
<form method="POST" id="webform"
action="https://script.google.com/macros/s/AKfycbz-wy2uctcS7XMnFJ4hfqqOAOILAE6LZGPrWiZ7IxTekesxhO0/exec">
<p class="comment-form-author">
<label for="author"> Name</label>
<input type="text" class="textbox" name="name" value="Enter your name..." onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Enter your name...';}">
<input type="text" class="textbox" name="name" value="Enter your name..."
onfocus="this.value = '';"
onblur="if (this.value == '') {this.value = 'Enter your name...';}">
</p>
<p class="comment-form-author">
<label for="author">Email</label>
<input type="text" class="textbox" name="email" value="Enter your email..." onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Enter your email...';}">
<input type="text" class="textbox" name="email" value="Enter your email..."
onfocus="this.value = '';"
onblur="if (this.value == '') {this.value = 'Enter your email...';}">
<span id="email-invalid" style="display:none;color:red">
Must be a valid email address
</span>
</p>
<p class="comment-form-author">
<label for="author">Message</label>
<textarea value="Enter your message..." name="message" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Message';}">Enter your message...</textarea>
<textarea value="Enter your message..." name="message" onfocus="this.value = '';"
onblur="if (this.value == '') {this.value = 'Message';}">Enter your message...</textarea>
</p>
<input name="submit" type="submit" id="submit" value="Submit">
</form>
<!-- Customise the Thankyou Message People See when they submit the form: -->
<div style="display:none;" id="thankyou_message">
<h2 style="color:yellow">
<em>Thanks</em> you for submitting our Contact form! We will get back to you soon!</h2>
<em>Thanks</em> you for submitting our Contact form! We will get back to you soon!
</h2>
</div>
</div>
</div>
Expand All @@ -636,7 +650,7 @@ <h2 style="color:yellow">
<div class="footer">
<div class="container">
<div class="copy-right">
<p> &copy; 2020 Ping Foundation</p>
<p> &copy; 2025 yeng</p>
</div>
</div>
</div>
Expand Down