Skip to content

Commit 3d51738

Browse files
committed
Merges conflict
2 parents c607870 + cb6b946 commit 3d51738

9 files changed

+21
-9
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# ieeebitm19
2+
3+
Background Picture Credits: Tezash Sahoo

contact.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,4 @@ <h5>We're on social networks</h5>
348348
}
349349
</script>
350350
</body>
351-
</html>
351+
</html>

css/gallery.css

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
.content {
42
text-align: center;
53
}

form_action.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
if($name!="" && $email!="" && $phone!="" && $message!="") {
2323
mail($to, $subject, $body, $headers);
2424
}
25-
?>
25+
?>

hackabit.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ <h2>HACK-A-BIT</h2>
7878
<div class="col-md-6 content">
7979
<h2>A 36 Hour long Hackathon which rekindled the minds of participants from all over India to innovate and inspire.</h2>
8080
<h3>The event witnessed the active participation of students not only from our college but also from other colleges all over India.
81-
The particiapting teams addressed some problem and tried to find out a solution. Every idea was a masterpiece in itself.
82-
Apart from Hackathon the event also included guest lectures by emminent personalities like Sandeep, the CEO of Geeks-for-Geeks.</h3>
81+
The participating teams addressed some problem and tried to find out a solution. Every idea was a masterpiece in itself.
82+
Apart from Hackathon the event also included guest lectures by eminent personalities like Sandeep, the CEO of Geeks-for-Geeks.</h3>
8383
<p>
8484

8585
</p>
@@ -98,7 +98,7 @@ <h3>The event witnessed the active participation of students not only from our c
9898
<div class="container wow fadeIn">
9999
<div class="section-header">
100100
<h3 class="section-title">AT A GLANCE</h3>
101-
<p class="section-description">The event came out to be a huge sucess.</p>
101+
<p class="section-description">The event came out to be a huge success.</p>
102102
</div>
103103
<div class="row counters">
104104

index.html

+5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<!DOCTYPE html>
22
<html>
33

4+
<<<<<<< HEAD
45
<head><meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
56

7+
=======
8+
<head>
9+
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
10+
>>>>>>> origin/master
611
<meta name="description" content="Welcome to the Official IEEE Student Branch BIT Mesra Website. IEEE Student Branch BIT Mesra is a registered student branch under IEEE Region 10 Kolkata Region.">
712
<meta http-equiv="X-UA-Compatible" content="IE=edge">
813
<meta name="viewport" content="width=device-width, initial-scale=1">

js/wow.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

megaproject.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
<!DOCTYPE html>
22
<html>
33

4+
45
<head><meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
56

7+
<head>
8+
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
69
<meta name="description" content="Welcome to the Official IEEE Student Branch BIT Mesra Website. IEEE Student Branch BIT Mesra is a registered student branch under IEEE Region 10 Kolkata Region.">
710
<meta http-equiv="X-UA-Compatible" content="IE=edge">
811
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -126,7 +129,7 @@ <h2>PROJECTS</h2>
126129
</li>
127130
<li>
128131
<a href="#" data-largesrc="img/project/5.jpg" data-title="Ultrasonic radar - Vivek Raj Gupta" data-description="This project includes the integration of Arduino and Processing IDE to form a radar. The Arduino sends the data( Distance and angle) to the processing through serial communication, thus displaying its position on radar and the buzzer goes on according to the distance of the object.">
129-
<button class="accordion">Ultrasonic radar</button>
132+
<button class="accordion">Ultrasonic radar</button>
130133
</a>
131134
</li>
132135
<li>

workshop.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,10 @@ <h5>We're on social networks</h5>
221221
<script src="js/stellar.js"></script>
222222
<script src="js/waypoints.min.js"></script>
223223
<script src="js/counterup.min.js"></script>
224-
224+
<!-- Contact Form JavaScript File -->
225+
<script src="contactform/contactform.js"></script>
226+
<script src="js/down-button.js"></script>
227+
<!-- Template Custom Javascript File -->
225228
<script src="js/custom.js"></script>
226229

227230

0 commit comments

Comments
 (0)