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
13 changes: 13 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@
def index():
return render_template("index.html")

@app.route('/about.html')
def about():
return render_template("about.html");

@app.route('/team.html')
def team():
return render_template("team.html");

@app.route('/journey.html')
def journey():
return render_template("journey.html");

@app.route('/registration', methods=['GET', 'POST'])
def send():
if request.method == 'POST':
Expand Down Expand Up @@ -35,5 +47,6 @@ def send():
return render_template("registration.html")
return render_template("index.html")


if __name__ == "__main__":
app.run(debug=True)
Empty file removed static/css/.Rhistory
Empty file.
File renamed without changes.
Binary file removed static/images/GlugHeader.jpg
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added static/images/members/vhr.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 modified static/images/session1.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 modified static/images/session2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions static/js/jscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ function showSlides() {
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
setTimeout(showSlides, 5000);
}
setTimeout(showSlides, 3000);
}
15 changes: 7 additions & 8 deletions templates/about/about.html → templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@
<head>
<meta charset="utf-8" />
<title>About Us</title>
<link href="../../static/css/about.css" rel="stylesheet" type="text/css" />
<link href="../static/css/about.css" rel="stylesheet" type="text/css" />
</head>
<body id="abtback1">
<div class="navibar navibar-fixed-top">
<div class="item"><a class="link" href="../../templates/index.html">Home</a></div>
<div class="item"><a class="link" href="../../templates/about/about.html">About</a></div>
<div class="item"><a class="link" href="../../templates/about/journey.html">Journey</a></div>
<div class="item"><a class="link" href="/">Home</a></div>
<div class="item"><a class="link" href="#">About</a></div>
<div class="item"><a class="link" href="#">Activities</a></div>
<div class="item"><a class="link" href="#">Upcoming Event</a></div>
<div class="item"><a class="link" href="../../templates/team/team.html">The Team</a></div>
<div class="item"><a class="link" href="../registration.html">Register</a></div>
<div class="item"><a class="link" href="team.html">The Team</a></div>
<div class="item"><a class="link" href="#">Register</a></div>
</div>
<div class="aboutpage">
<h1 id="head1">ABOUT US</h1>
Expand All @@ -25,7 +24,7 @@ <h1 id="head1">ABOUT US</h1>
It promotes, teach and contribute for free software.<br>
Various events, workshops and hackathons related to free software are organised in this community.<br>
Be the part of this wonderful community and work towards bringing the "CHANGE".</p><br>

<a id="next" href="journey.html">Continue Reading...</a>
</div>
</body>
</html>
</html>
17 changes: 7 additions & 10 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,22 @@
</head>
<body background="../static/images/back2.jpg" class="bg">
<div id="focus" >
<center><figure><img src="../static/images/GlugHeader.jpg" height="206" width="418" usemap="#logo" alt="GLUGMVIT"/></figure></center>
<center><figure><img src="../static/images/GlugHeader.png" height="206" width="418" usemap="#logo"/></figure></center>
<map name="logo">
<area class="tooltip" shape="circle" coords="51,51,51" href="https://www.gnu.org" alt="">
<area shape="rect" coords="110,110,190,0" href="https://www.linux.com">
<area shape="rect" coords="200,110,418,0" href="https://www.facebook.com/groups/193504514397500/">
</map>
</div>
<link href='http://fonts.googleapis.com/css?family=Ubuntu:bold' rel='stylesheet' type='text/css'>


<center><h2 style="font-size:300%;margin:5px;font-family:'Ubuntu'">" Free as not in free beer, free as in freedom"</h2></center>
<center><h2 style="font-size:300%;margin:5px">" Free as not in free beer, free as in freedom"</h2></center>

<div id="navibar">
<div class="item"><a class="link" href="../templates/index.html">Home</a></div>
<div class="item"><a class="link" href="../templates/about/about.html">About</a></div>
<div class="item"><a class="link" href="/">Home</a></div>
<div class="item"><a class="link" href="about.html">About</a></div>
<div class="item"><a class="link" href="#">Activities</a></div>
<div class="item"><a class="link" href="#">Upcoming Event</a></div>
<div class="item"><a class="link" href="../templates/team/team.html">The Team</a></div>
<div class="item"><a class="link" href="registration.html">Register</a></div>
<div class="item"><a class="link" href="team.html">The Team</a></div>
<div class="item"><a class="link" href="#">Register</a></div>
</div>
<br>
<!-- <p>One stop for all free software enthusiats> inspired from "Richard Stallman"</p> -->
Expand Down Expand Up @@ -63,4 +60,4 @@


</body>
</html>
</html>
17 changes: 8 additions & 9 deletions templates/about/journey.html → templates/journey.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
<html lang="en" >
<head>
<meta charset="utf-8" />
<title>GLUG MVIT/journey</title>
<link href="../../static/css/about.css" rel="stylesheet" type="text/css" />
<title>GLUG MVIT/about</title>
<link href="../static/css/about.css" rel="stylesheet" type="text/css" />
</head>
<body background="../../static/images/aboutback.jpg" id="abtback1">
<div class="navibar navibar-fixed-top">
<div class="item"><a class="link" href="../../templates/index.html">Home</a></div>
<div class="item"><a class="link" href="../../templates/about/about.html">About</a></div>
<div class="item"><a class="link" href="../../templates/about/journey.html">Journey</a></div>
<div class="item"><a class="link" href="/">Home</a></div>
<div class="item"><a class="link" href="about.html">About</a></div>
<div class="item"><a class="link" href="#">Activities</a></div>
<div class="item"><a class="link" href="#">Upcoming Event</a></div>
<div class="item"><a class="link" href="../../templates/team/team.html">The Team</a></div>
<div class="item"><a class="link" href="../registration.html">Register</a></div>
<div class="item"><a class="link" href="team.html">The Team</a></div>
<div class="item"><a class="link" href="#">Register</a></div>
</div>
<div class="aboutpage">
<h1 id="head2">Journey</h1>
<h1 id="head2">EVOLUTION</h1>
</div>
<p class="paragraph"> <a class="links" href="https://www.gnu.org/philosophy/free-sw.en.html" target="_blank"><b>“Libre Not Gratis”</b></a> , free as in freedom of speech and not as in free beer,
<br>a freedom to use, understand, modify and share the software. The freedoms that one really care(s) for,
Expand All @@ -29,4 +28,4 @@ <h1 id="head2">Journey</h1>
the free softwares.So basically the freedom to use, understand, modify and share the software, carved our way
to come up with a club i.e. GLUG in the college.</p>
</body>
</html>
</html>
11 changes: 1 addition & 10 deletions templates/registration.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="../static/css/all.css" rel="stylesheet" type="text/css" />
<!--<script src="../static/js/jquery.min.js"></script>-->
<!--<script src="../static/sweetalert2/dist/sweetalert2.min.js"></script>-->
<!--<link rel="stylesheet" href="../static/sweetalert2/dist/sweetalert2.min.css">-->
Expand Down Expand Up @@ -57,14 +56,6 @@
<!--</script>-->
</head>
<body>
<div id="navibar">
<div class="item"><a class="link" href="../templates/index.html">Home</a></div>
<div class="item"><a class="link" href="../templates/about/about.html">About</a></div>
<div class="item"><a class="link" href="#">Activities</a></div>
<div class="item"><a class="link" href="#">Upcoming Event</a></div>
<div class="item"><a class="link" href="../templates/team/team.html">The Team</a></div>
<div class="item"><a class="link" href="registration.html">Register</a></div>
</div>
<form method="POST" action="/registration">
<!--<div class="form-group">-->
<center>
Expand Down Expand Up @@ -107,4 +98,4 @@

</body>
</html>

113 changes: 113 additions & 0 deletions templates/team.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
<html lang="en" >
<head>
<meta charset="utf-8" />
<title>The Team</title>
<link href="../static/css/team.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="navibar" class="navibar-fixed-top">
<div class="item"><a class="link" href="/">Home</a></div>
<div class="item"><a class="link" href="about.html">About</a></div>
<div class="item"><a class="link" href="#">Activities</a></div>
<div class="item"><a class="link" href="#">Upcoming Event</a></div>
<div class="item"><a class="link" href="team.html">The Team</a></div>
<div class="item"><a class="link" href="#">Register</a></div>
</div>
<div id="teampage">
<h1 id="head1">Team @GLUG MVIT</h1>
</div>
<div>
<span class="MemberDetails">

<img class="img-circle" src="../static/images/members/vhr.jpg" height="300px" width="300px">
<h1>Veeresh HR</h1>
<p>I am final year computer science and engineering undergraduate student who has a passion towards coding
and related computer technologies.I work on various open source projects and I am big supporter of free
software.
</p>

<a class="png" href="https://www.facebook.com/veereshhr121" target="_blank"><img src="../static/images/icons/fb.png" style="frame=0;" width="40" height="40" alt="fb"></a>

<a class="png" href="https://www.linkedin.com/in/veereshhr" target="_blank"><img src="../static/images/icons/linkedin.png" style="frame=0;" width="40" height="40" alt="linkedin"></a>

<a class="png" href="https://github.com/vhr121" target="_blank"><img src="../static/images/icons/Github.png" style="frame=0;" width="40" height="40" alt="Github"></a>

<a class="png" href="mailto:[email protected]" target="_blank"><img src="../static/images/icons/Gmail.png" style="frame=0;" width="40" height="40" alt="Github"></a>

</span>

<span class="MemberDetails">

<img class="img-circle" src="../static/images/members/cmvs.jpg" height="300px" width="300px">
<h1>Mahendra Singh</h1>
<p>I am a student pursuing my engineering in Computer Science at Sir M Visvesvaraya Institute
of Technology. Interested in learning n developing new skills. <br>
<&nbsp LEARN | CODE | EAT | REPEAT &nbsp>
</p>

<a class="png" href="https://www.facebook.com/profile.php?id=100005671517447" target="_blank"><img src="../static/images/icons/fb.png" style="frame=0;" width="40" height="40" alt="fb"></a>

<a class="png" href="https://in.linkedin.com/in/mahendra-singh-2961b8127" target="_blank"><img src="../static/images/icons/linkedin.png" style="frame=0;" width="40" height="40" alt="linkedin"></a>

<a class="png" href="https://github.com/Mahendra114027" target="_blank"><img src="../static/images/icons/Github.png" style="frame=0;" width="40" height="40" alt="Github"></a>

<a class="png" href="mailto:[email protected]" target="_blank"><img src="../static/images/icons/Gmail.png" style="frame=0;" width="40" height="40" alt="Github"></a>

</span>

<span class="MemberDetails">

<img class="img-circle" src="../static/images/members/kvd.jpg" height="300px" width="300px">
<h1>Vishnudev</h1>
<p>I'am a student pursuing my engineering in Computer Science at Sir M Visvesvaraya Institute
of Technology. Love to code,design and game.
</p>

<a class="png" href="https://www.facebook.com/profile.php?id=100001034769882" target="_blank"><img src="../static/images/icons/fb.png" style="frame=0;" width="40" height="40" alt="fb"></a>

<a class="png" href="https://in.linkedin.com/in/vishnu-dev-07b699111" target="_blank"><img src="../static/images/icons/linkedin.png" style="frame=0;" width="40" height="40" alt="linkedin"></a>

<a class="png" href="https://github.com/vishnu-dev" target="_blank"><img src="../static/images/icons/Github.png" style="frame=0;" width="40" height="40" alt="Github"></a>

<a class="png" href="mailto:[email protected]" target="_blank"><img src="../static/images/icons/Gmail.png" style="frame=0;" width="40" height="40" alt="Github"></a>

</span>
<br><br><br>

<span class="MemberDetails">

<img class="img-circle" src="../static/images/members/hks.jpg" height="300px" width="300px">
<h1>Himanshu Kumar</h1>
<p>I am final year computer science and engineering undergraduate student who has a passion towards coding
G MVIT and current club lead.
</p>
<a class="png" href="https://www.facebook.com/pramay.nikhade" target="_blank"><img src="../static/images/icons/fb.png" style="frame=0;" width="40" height="40" alt="fb"></a>

<a class="png" href="https://www.linkedin.com/in/himanshu-kumar-a461b675" target="_blank"><img src="../static/images/icons/linkedin.png" style="frame=0;" width="40" height="40" alt="linkedin"></a>

<a class="png" href="https://github.com/Himanshu4746" target="_blank"><img src="../static/images/icons/Github.png" style="frame=0;" width="40" height="40" alt="Github"></a>

<a class="png" href="mailto:[email protected]" target="_blank"><img src="../static/images/icons/Gmail.png" style="frame=0;" width="40" height="40" alt="Github"></a>

</span>

<span class="MemberDetails">

<img class="img-circle" src="../static/images/members/pkn.jpg" height="300px" width="300px">
<h1>Pramay Nikhade</h1>
<p>I am final year computer science and engineering undergraduate student who has a passion towards coding
G MVIT and current club lead.
</p>

<a class="png" href="https://www.facebook.com/pramay.nikhade" target="_blank"><img src="../static/images/icons/fb.png" style="frame=0;" width="40" height="40" alt="fb"></a>

<a class="png" href="https://www.linkedin.com/in/pramay-nikhade-939a79128" target="_blank"><img src="../static/images/icons/linkedin.png" style="frame=0;" width="40" height="40" alt="linkedin"></a>

<a class="png" href="https://github.com/pramayn99" target="_blank"><img src="../static/images/icons/Github.png" style="frame=0;" width="40" height="40" alt="Github"></a>

<a class="png" href="mailto:[email protected]" target="_blank"><img src="../static/images/icons/Gmail.png" style="frame=0;" width="40" height="40" alt="Github"></a>

</span>
</div>
</body>
</html>
Binary file removed templates/team/images/members/vhr.jpg
Binary file not shown.
Loading