Commit f5c4f4f3a327c134d2982a740d94727ff6d16603
1 parent
69d94abea2
Exists in
master
changes into the FAQ section and header
Showing
2 changed files
with
13 additions
and
13 deletions
Show diff stats
assets/css/theme-color/default-theme.css
1 | 1 | ||
2 | /*======================================= | 2 | /*======================================= |
3 | Template Design By MarkUps | 3 | Template Design By MarkUps |
4 | Author URI : http://www.markups.io/ | 4 | Author URI : http://www.markups.io/ |
5 | ========================================*/ | 5 | ========================================*/ |
6 | 6 | ||
7 | .mu-hero-overlay, | 7 | .mu-hero-overlay, |
8 | .mu-video-overlay { | 8 | .mu-video-overlay { |
9 | background-color: #8a926c; | 9 | background-color: #ffffff; |
10 | background: -webkit-linear-gradient(to right, #64b3f4, #57b57b); | 10 | background: -webkit-linear-gradient(to right, #64b3f4, #57b57b); |
11 | background: linear-gradient(to right, #00899e, #93b13f); | 11 | background: linear-gradient(to right, #5fa278, #045858); |
12 | 12 | ||
13 | /*background-image: url("/assets/images/backdrop.png");*/ | 13 | /*background-image: url("/assets/images/backdrop.png");*/ |
14 | } | 14 | } |
15 | 15 | ||
16 | .mu-primary-btn:hover, | 16 | .mu-primary-btn:hover, |
17 | .mu-primary-btn:focus, | 17 | .mu-primary-btn:focus, |
18 | .mu-copy-right a:hover, | 18 | .mu-copy-right a:hover, |
19 | .mu-copy-right a:focus, | 19 | .mu-copy-right a:focus, |
20 | .mu-send-msg-btn:hover, | 20 | .mu-send-msg-btn:hover, |
21 | .mu-send-msg-btn:focus, | 21 | .mu-send-msg-btn:focus, |
22 | .mu-faq-content .panel-title a:hover, | 22 | .mu-faq-content .panel-title a:hover, |
23 | .mu-faq-content .panel-title a:focus, | 23 | .mu-faq-content .panel-title a:focus, |
24 | .mu-faq-content .panel-title a[aria-expanded="true"], | 24 | .mu-faq-content .panel-title a[aria-expanded="true"], |
25 | .mu-faq-content .panel-title a>span, | 25 | .mu-faq-content .panel-title a>span, |
26 | .mu-menu ul li a:hover, | 26 | .mu-menu ul li a:hover, |
27 | .mu-menu ul li a:focus, | 27 | .mu-menu ul li a:focus, |
28 | .mu-single-speakers-info p, | 28 | .mu-single-speakers-info p, |
29 | .mu-single-speakers-social li a:hover, | 29 | .mu-single-speakers-social li a:hover, |
30 | .mu-single-speakers-social li a:focus, | 30 | .mu-single-speakers-social li a:focus, |
31 | .mu-logo, | 31 | .mu-logo, |
32 | .mu-logo:hover, | 32 | .mu-logo:hover, |
33 | .mu-logo:focus, | 33 | .mu-logo:focus, |
34 | #mu-hero .navbar-default .navbar-brand, | 34 | #mu-hero .navbar-default .navbar-brand, |
35 | .mu-navbar .mu-menu li a:hover, | 35 | .mu-navbar .mu-menu li a:hover, |
36 | .mu-navbar .mu-menu li a:focus, | 36 | .mu-navbar .mu-menu li a:focus, |
37 | .mu-single-event .mu-event-time { | 37 | .mu-single-event .mu-event-time { |
38 | color: #57b57b; | 38 | color: #57b57b; |
39 | } | 39 | } |
40 | 40 | ||
41 | .mu-speakers-slider .slick-next, | 41 | .mu-speakers-slider .slick-next, |
42 | .mu-speakers-slider .slick-prev, | 42 | .mu-speakers-slider .slick-prev, |
43 | #mu-venue, | 43 | #mu-venue, |
44 | .mu-popular-price .mu-price-tag, | 44 | .mu-popular-price .mu-price-tag, |
45 | .mu-navbar .navbar-toggle, | 45 | .mu-navbar .navbar-toggle, |
46 | .mu-navbar .navbar-toggle:hover, | 46 | .mu-navbar .navbar-toggle:hover, |
47 | .mu-navbar .navbar-toggle:focus, | 47 | .mu-navbar .navbar-toggle:focus, |
48 | .navbar-default .navbar-nav > .active > a, | 48 | .navbar-default .navbar-nav > .active > a, |
49 | .navbar-default .navbar-nav > .active > a:focus, | 49 | .navbar-default .navbar-nav > .active > a:focus, |
50 | .navbar-default .navbar-nav > .active > a:hover, | 50 | .navbar-default .navbar-nav > .active > a:hover, |
51 | .mu-schedule-menu li a:hover, | 51 | .mu-schedule-menu li a:hover, |
52 | .mu-schedule-menu li a:focus, | 52 | .mu-schedule-menu li a:focus, |
53 | .mu-schedule-menu li.active a, | 53 | .mu-schedule-menu li.active a, |
54 | .mu-schedule-menu li.active a:hover, | 54 | .mu-schedule-menu li.active a:hover, |
55 | .mu-schedule-menu li.active a:focus { | 55 | .mu-schedule-menu li.active a:focus { |
56 | background-color: #57b57b; | 56 | background-color: #57b57b; |
57 | } | 57 | } |
58 | 58 | ||
59 | .mu-social-media a:hover, | 59 | .mu-social-media a:hover, |
60 | .mu-social-media a:focus { | 60 | .mu-social-media a:focus { |
61 | border: 1px solid #57b57b; | 61 | border: 1px solid #57b57b; |
62 | color: #57b57b; | 62 | color: #57b57b; |
63 | } | 63 | } |
64 | 64 | ||
65 | .mu-contact-form .form-control:focus, | 65 | .mu-contact-form .form-control:focus, |
66 | .mu-schedule-menu li a { | 66 | .mu-schedule-menu li a { |
67 | border: 1px solid #57b57b; | 67 | border: 1px solid #57b57b; |
68 | } | 68 | } |
69 | 69 | ||
70 | .mu-send-msg-btn, | 70 | .mu-send-msg-btn, |
71 | .mu-send-msg-btn:focus, | 71 | .mu-send-msg-btn:focus, |
72 | .mu-register-btn:hover, | 72 | .mu-register-btn:hover, |
73 | .mu-register-btn:focus, | 73 | .mu-register-btn:focus, |
74 | .mu-popular-price .mu-register-btn { | 74 | .mu-popular-price .mu-register-btn { |
75 | border: 1px solid #57b57b; | 75 | border: 1px solid #57b57b; |
76 | background-color: #57b57b; | 76 | background-color: #57b57b; |
77 | } | 77 | } |
78 | 78 | ||
79 | .mu-faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body { | 79 | .mu-faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body { |
80 | border-top-color: #57b57b; | 80 | border-top-color: #57b57b; |
81 | 81 | ||
82 | } | 82 | } |
83 | 83 | ||
84 | .mu-reg-submit-btn:hover, | 84 | .mu-reg-submit-btn:hover, |
85 | .mu-reg-submit-btn:focus { | 85 | .mu-reg-submit-btn:focus { |
86 | background-color: #57b57b; | 86 | background-color: #57b57b; |
87 | border: 2px solid #57b57b; | 87 | border: 2px solid #57b57b; |
88 | } | 88 | } |
index.html
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html lang="en"> | 2 | <html lang="en"> |
3 | <head> | 3 | <head> |
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | 7 | <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> |
8 | <title>OPEN. : Home</title> | 8 | <title>OPEN. : Home</title> |
9 | <!-- Favicon --> | 9 | <!-- Favicon --> |
10 | <link rel="shortcut icon" type="image/icon" href="assets/images/fevicon_open.ico"/> | 10 | <link rel="shortcut icon" type="image/icon" href="assets/images/fevicon_open.ico"/> |
11 | <!-- Font Awesome --> | 11 | <!-- Font Awesome --> |
12 | <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> | 12 | <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet"> |
13 | <!-- Bootstrap --> | 13 | <!-- Bootstrap --> |
14 | <link href="assets/css/bootstrap.min.css" rel="stylesheet"> | 14 | <link href="assets/css/bootstrap.min.css" rel="stylesheet"> |
15 | <!-- Slick slider --> | 15 | <!-- Slick slider --> |
16 | <link href="assets/css/slick.css" rel="stylesheet"> | 16 | <link href="assets/css/slick.css" rel="stylesheet"> |
17 | <!-- Theme color --> | 17 | <!-- Theme color --> |
18 | <link id="switcher" href="assets/css/theme-color/default-theme.css" rel="stylesheet"> | 18 | <link id="switcher" href="assets/css/theme-color/default-theme.css" rel="stylesheet"> |
19 | 19 | ||
20 | <!-- Main Style --> | 20 | <!-- Main Style --> |
21 | <link href="style.css" rel="stylesheet"> | 21 | <link href="style.css" rel="stylesheet"> |
22 | 22 | ||
23 | <!-- Fonts --> | 23 | <!-- Fonts --> |
24 | 24 | ||
25 | <!-- Open Sans for body font --> | 25 | <!-- Open Sans for body font --> |
26 | <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800" rel="stylesheet"> | 26 | <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800" rel="stylesheet"> |
27 | <!-- Montserrat for title --> | 27 | <!-- Montserrat for title --> |
28 | <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"> | 28 | <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"> |
29 | 29 | ||
30 | 30 | ||
31 | 31 | ||
32 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | 32 | <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
33 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | 33 | <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
34 | <!--[if lt IE 9]> | 34 | <!--[if lt IE 9]> |
35 | <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | 35 | <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
36 | <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | 36 | <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
37 | <![endif]--> | 37 | <![endif]--> |
38 | </head> | 38 | </head> |
39 | <body> | 39 | <body> |
40 | 40 | ||
41 | <!-- Start Header --> | 41 | <!-- Start Header --> |
42 | <header id="mu-hero" class="" role="banner"> | 42 | <header id="mu-hero" class="" role="banner"> |
43 | <!-- Start menu --> | 43 | <!-- Start menu --> |
44 | <nav class="navbar navbar-fixed-top navbar-default mu-navbar"> | 44 | <nav class="navbar navbar-fixed-top navbar-default mu-navbar"> |
45 | <div class="container"> | 45 | <div class="container"> |
46 | <!-- Brand and toggle get grouped for better mobile display --> | 46 | <!-- Brand and toggle get grouped for better mobile display --> |
47 | <div class="navbar-header"> | 47 | <div class="navbar-header"> |
48 | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> | 48 | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false"> |
49 | <span class="sr-only">Toggle navigation</span> | 49 | <span class="sr-only">Toggle navigation</span> |
50 | <span class="icon-bar"></span> | 50 | <span class="icon-bar"></span> |
51 | <span class="icon-bar"></span> | 51 | <span class="icon-bar"></span> |
52 | <span class="icon-bar"></span> | 52 | <span class="icon-bar"></span> |
53 | </button> | 53 | </button> |
54 | 54 | ||
55 | <!-- Logo --> | 55 | <!-- Logo --> |
56 | <!-- <a class="navbar-brand" href="index.html">OPEN.</a> --> | 56 | <!-- <a class="navbar-brand" href="index.html">OPEN.</a> --> |
57 | <a class="mu-logo" href="#"><img src="assets/images/navbar_logo.png" alt="logo img" style="width: 100px;"></a> | 57 | <a class="mu-logo" href="#"><img src="assets/images/navbar_logo.png" alt="logo img" style="width: 100px;"></a> |
58 | 58 | ||
59 | </div> | 59 | </div> |
60 | 60 | ||
61 | <!-- Collect the nav links, forms, and other content for toggling --> | 61 | <!-- Collect the nav links, forms, and other content for toggling --> |
62 | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | 62 | <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> |
63 | <ul class="nav navbar-nav mu-menu navbar-right"> | 63 | <ul class="nav navbar-nav mu-menu navbar-right"> |
64 | <li><a href="#mu-hero">Home</a></li> | 64 | <li><a href="#mu-hero">Home</a></li> |
65 | <li><a href="#mu-about">About Us</a></li> | 65 | <li><a href="#mu-about">About Us</a></li> |
66 | <li><a href="#mu-schedule">Schedule</a></li> | 66 | <li><a href="#mu-schedule">Schedule</a></li> |
67 | <!-- <li><a href="#mu-speakers">Speakers</a></li> --> | 67 | <!-- <li><a href="#mu-speakers">Speakers</a></li> --> |
68 | <li><a href="#mu-faq">FAQ</a></li> | 68 | <li><a href="#mu-faq">FAQ</a></li> |
69 | <li><a href="#mu-register">Register</a></li> | 69 | <li><a href="#mu-register">Register</a></li> |
70 | <!-- <li><a href="#mu-sponsors">Sponsors</a></li> --> | 70 | <!-- <li><a href="#mu-sponsors">Sponsors</a></li> --> |
71 | <!-- <li><a href="#mu-contact">Contact</a></li> --> | 71 | <!-- <li><a href="#mu-contact">Contact</a></li> --> |
72 | </ul> | 72 | </ul> |
73 | </div><!-- /.navbar-collapse --> | 73 | </div><!-- /.navbar-collapse --> |
74 | </div><!-- /.container-fluid --> | 74 | </div><!-- /.container-fluid --> |
75 | </nav> | 75 | </nav> |
76 | <!-- End menu --> | 76 | <!-- End menu --> |
77 | 77 | ||
78 | <div class="mu-hero-overlay"> | 78 | <div class="mu-hero-overlay"> |
79 | <div class="container"> | 79 | <div class="container"> |
80 | <div class="mu-hero-area"> | 80 | <div class="mu-hero-area"> |
81 | 81 | ||
82 | <!-- Start hero featured area --> | 82 | <!-- Start hero featured area --> |
83 | <div class="mu-hero-featured-area"> | 83 | <div class="mu-hero-featured-area"> |
84 | <!-- Start center Logo --> | 84 | <!-- Start center Logo --> |
85 | <div class="mu-logo-area"> | 85 | <div class="mu-logo-area"> |
86 | <!-- text based logo --> | 86 | <!-- text based logo --> |
87 | <!-- <a class="" href="#">OPEN.</a> --> | 87 | <!-- <a class="" href="#">OPEN.</a> --> |
88 | <!-- image based logo --> | 88 | <!-- image based logo --> |
89 | <a class="mu-logo" href="#"><img src="assets/images/openlogo.png" alt="logo img" style="width: 200px"></a> | 89 | <a class="mu-logo" href="#"><img src="assets/images/openlogo.png" alt="logo img" style="width: 200px"></a> |
90 | </div> | 90 | </div> |
91 | <!-- End center Logo --> | 91 | <!-- End center Logo --> |
92 | 92 | ||
93 | <div class="mu-hero-featured-content"> | 93 | <div class="mu-hero-featured-content"> |
94 | 94 | ||
95 | <h1>HELLO! WELCOME TO OPEN.</h1> | 95 | <h1>HELLO! WELCOME TO OPEN.</h1> |
96 | <h2>An initiative: Serving to developer community</h2> | 96 | <h2>An initiative: Serving to developer community</h2> |
97 | <p class="mu-event-date-line">14 - 15 April, 2018. Chandigarh, IND</p> | 97 | <p class="mu-event-date-line">14 - 15 April, 2018. Chandigarh, IND</p> |
98 | 98 | ||
99 | <div class="mu-event-counter-area"> | 99 | <div class="mu-event-counter-area"> |
100 | <div id="mu-event-counter"> | 100 | <div id="mu-event-counter"> |
101 | 101 | ||
102 | </div> | 102 | </div> |
103 | </div> | 103 | </div> |
104 | 104 | ||
105 | </div> | 105 | </div> |
106 | </div> | 106 | </div> |
107 | <!-- End hero featured area --> | 107 | <!-- End hero featured area --> |
108 | 108 | ||
109 | </div> | 109 | </div> |
110 | </div> | 110 | </div> |
111 | </div> | 111 | </div> |
112 | </header> | 112 | </header> |
113 | <!-- End Header --> | 113 | <!-- End Header --> |
114 | 114 | ||
115 | <!-- Start main content --> | 115 | <!-- Start main content --> |
116 | <main role="main"> | 116 | <main role="main"> |
117 | <!-- Start About --> | 117 | <!-- Start About --> |
118 | <section id="mu-about"> | 118 | <section id="mu-about"> |
119 | <div class="container"> | 119 | <div class="container"> |
120 | <div class="row"> | 120 | <div class="row"> |
121 | <div class="col-md-12"> | 121 | <div class="col-md-12"> |
122 | <div class="mu-about-area"> | 122 | <div class="mu-about-area"> |
123 | <!-- Start Feature Content --> | 123 | <!-- Start Feature Content --> |
124 | <div class="row"> | 124 | <div class="row"> |
125 | <div class="col-md-6"> | 125 | <div class="col-md-6"> |
126 | <div class="mu-about-left"> | 126 | <div class="mu-about-left"> |
127 | <img class="imgabout" src="assets/images/ABOUT US2.jpg" alt="Men Speaker"> | 127 | <img class="imgabout" src="assets/images/ABOUT US2.jpg" alt="Men Speaker"> |
128 | </div> | 128 | </div> |
129 | </div> | 129 | </div> |
130 | <div class="col-md-6"> | 130 | <div class="col-md-6"> |
131 | <div class="mu-about-right"> | 131 | <div class="mu-about-right"> |
132 | <h2>ABOUT THE EVENT</h2> | 132 | <h2>ABOUT THE EVENT</h2> |
133 | <p>Many technology companies and individuals like us use a lot of open source projects in order to save time and energy. The neglected truth is that only a continuous contribution towards the open source projects will result in their continuous and better use in future.</p> | 133 | <p>Many technology companies and individuals like us use a lot of open source projects in order to save time and energy. The neglected truth is that only a continuous contribution towards the open source projects will result in their continuous and better use in future.</p> |
134 | <p>Viithiisys Technologies is organising an initiative OPEN. with an aim of bringing in a change to the developer world by building a habit that contributes towards multiple open source projects. We are welcoming everyone, not only people with similar backgrounds and the experienced in open source, but, also the ones who are PASSIONATE about it. And as the saying goes โCharity begins at homeโ. Therefore, we start this drive in the beautiful city of Chandigarh and then slowly move towards other parts of India.</p> | 134 | <p>Viithiisys Technologies is organising an initiative OPEN. with an aim of bringing in a change to the developer world by building a habit that contributes towards multiple open source projects. We are welcoming everyone, not only people with similar backgrounds and the experienced in open source, but, also the ones who are PASSIONATE about it. And as the saying goes โCharity begins at homeโ. Therefore, we start this drive in the beautiful city of Chandigarh and then slowly move towards other parts of India.</p> |
135 | 135 | ||
136 | <p>OPEN. intent to encourage a passionate sharing culture among individuals in our city. | 136 | <p>OPEN. intent to encourage a passionate sharing culture among individuals in our city. |
137 | </p> | 137 | </p> |
138 | </div> | 138 | </div> |
139 | </div> | 139 | </div> |
140 | <div class="col-md-12" align="mu-about-left"> | 140 | <div class="col-md-12" align="mu-about-left"> |
141 | <h5>Some of the <font color="#ffca4a">Advantages</font> one can get contributing towards open source:</h5> | 141 | <h5>Some of the <font color="#ffca4a">Advantages</font> one can get contributing towards open source:</h5> |
142 | <p><dl> | 142 | <p><dl> |
143 | <li>Opportunity to discuss & meet with project leads and authors.</li> | 143 | <li>Opportunity to discuss & meet with project leads and authors.</li> |
144 | <li>Widening up your vision towards the projects.</li> | 144 | <li>Widening up your vision towards the projects.</li> |
145 | <li>Opportunity to speak at various International conferences, sharing your knowledge with the world.</li> | 145 | <li>Opportunity to speak at various International conferences, sharing your knowledge with the world.</li> |
146 | <li>Awareness of latest technologies.</li> | 146 | <li>Awareness of latest technologies.</li> |
147 | <li>Sense of responsibility and even grooming newcomers in community.</li> | 147 | <li>Sense of responsibility and even grooming newcomers in community.</li> |
148 | <li>Building & expanding networks with the community.</li> | 148 | <li>Building & expanding networks with the community.</li> |
149 | </dl></dd></p> | 149 | </dl></dd></p> |
150 | </div> | 150 | </div> |
151 | </div> | 151 | </div> |
152 | <!-- End Feature Content --> | 152 | <!-- End Feature Content --> |
153 | 153 | ||
154 | </div> | 154 | </div> |
155 | </div> | 155 | </div> |
156 | </div> | 156 | </div> |
157 | </div> | 157 | </div> |
158 | </section> | 158 | </section> |
159 | <!-- End About --> | 159 | <!-- End About --> |
160 | 160 | ||
161 | <!-- Start Schedule --> | 161 | <!-- Start Schedule --> |
162 | <section id="mu-schedule"> | 162 | <section id="mu-schedule"> |
163 | <div class="container"> | 163 | <div class="container"> |
164 | <div class="row"> | 164 | <div class="row"> |
165 | <div class="colo-md-12"> | 165 | <div class="colo-md-12"> |
166 | <div class="mu-schedule-area"> | 166 | <div class="mu-schedule-area"> |
167 | 167 | ||
168 | <div class="mu-title-area"> | 168 | <div class="mu-title-area"> |
169 | <h2 class="mu-title">Schedule Detail</h2> | 169 | <h2 class="mu-title">Schedule Detail</h2> |
170 | <!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis unde, ut sapiente et voluptatum facilis consectetur incidunt provident asperiores at necessitatibus nulla sequi voluptas libero quasi explicabo veritatis minima porro.</p> --> | 170 | <!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis unde, ut sapiente et voluptatum facilis consectetur incidunt provident asperiores at necessitatibus nulla sequi voluptas libero quasi explicabo veritatis minima porro.</p> --> |
171 | </div> | 171 | </div> |
172 | 172 | ||
173 | <div class="mu-schedule-content-area"> | 173 | <div class="mu-schedule-content-area"> |
174 | <!-- Nav tabs --> | 174 | <!-- Nav tabs --> |
175 | <ul class="nav nav-tabs mu-schedule-menu" role="tablist"> | 175 | <ul class="nav nav-tabs mu-schedule-menu" role="tablist"> |
176 | <li role="presentation" class="active"><a href="#first-day" aria-controls="first-day" role="tab" data-toggle="tab">1 Day / 14 April</a></li> | 176 | <li role="presentation" class="active"><a href="#first-day" aria-controls="first-day" role="tab" data-toggle="tab">1 Day / 14 April</a></li> |
177 | <li role="presentation"><a href="#second-day" aria-controls="second-day" role="tab" data-toggle="tab">2 Day / 15 April</a></li> | 177 | <li role="presentation"><a href="#second-day" aria-controls="second-day" role="tab" data-toggle="tab">2 Day / 15 April</a></li> |
178 | <!-- <li role="presentation"><a href="#third-day" aria-controls="third-day" role="tab" data-toggle="tab">3 Day / 21 Feb</a></li> --> | 178 | <!-- <li role="presentation"><a href="#third-day" aria-controls="third-day" role="tab" data-toggle="tab">3 Day / 21 Feb</a></li> --> |
179 | 179 | ||
180 | </ul> | 180 | </ul> |
181 | 181 | ||
182 | <!-- Tab panes --> | 182 | <!-- Tab panes --> |
183 | <div class="tab-content mu-schedule-content"> | 183 | <div class="tab-content mu-schedule-content"> |
184 | <div role="tabpanel" class="tab-pane fade mu-event-timeline in active" id="first-day"> | 184 | <div role="tabpanel" class="tab-pane fade mu-event-timeline in active" id="first-day"> |
185 | <ul> | 185 | <ul> |
186 | <li> | 186 | <li> |
187 | <div class="mu-single-event"> | 187 | <div class="mu-single-event"> |
188 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 188 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
189 | <p class="mu-event-time">09:00AM-10:00AM</p> | 189 | <p class="mu-event-time">09:00AM-10:00AM</p> |
190 | <h3>Registeration and Networking</h3> | 190 | <h3>Registeration and Networking</h3> |
191 | </div> | 191 | </div> |
192 | </li> | 192 | </li> |
193 | <li> | 193 | <li> |
194 | <div class="mu-single-event"> | 194 | <div class="mu-single-event"> |
195 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 195 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
196 | <p class="mu-event-time">10:00AM-11:00AM</p> | 196 | <p class="mu-event-time">10:00AM-11:00AM</p> |
197 | <h3>Welcome #OPEN. and Introduction</h3> | 197 | <h3>Welcome #OPEN. and Introduction</h3> |
198 | <!-- <span>By Karl Groves</span> --> | 198 | <!-- <span>By Karl Groves</span> --> |
199 | </div> | 199 | </div> |
200 | </li> | 200 | </li> |
201 | <li> | 201 | <li> |
202 | <div class="mu-single-event"> | 202 | <div class="mu-single-event"> |
203 | <!-- <img src="assets/images/speaker-2.jpg" alt="event speaker"> --> | 203 | <!-- <img src="assets/images/speaker-2.jpg" alt="event speaker"> --> |
204 | <p class="mu-event-time">11:00AM-12:30PM</p> | 204 | <p class="mu-event-time">11:00AM-12:30PM</p> |
205 | <h3>Learning Session #Open Source Projects</h3> | 205 | <h3>Learning Session #Open Source Projects</h3> |
206 | <!-- <span>By Sarah Dransner</span> --> | 206 | <!-- <span>By Sarah Dransner</span> --> |
207 | </div> | 207 | </div> |
208 | </li> | 208 | </li> |
209 | <li> | 209 | <li> |
210 | <div class="mu-single-event"> | 210 | <div class="mu-single-event"> |
211 | <!-- <img src="assets/images/speaker-3.jpg" alt="event speaker"> --> | 211 | <!-- <img src="assets/images/speaker-3.jpg" alt="event speaker"> --> |
212 | <p class="mu-event-time">12.30PM-01:00PM</p> | 212 | <p class="mu-event-time">12.30PM-01:00PM</p> |
213 | <h3>Mentor Walkthrough</h3> | 213 | <h3>Mentor Walkthrough</h3> |
214 | <!-- <span>By Ned Stark</span> --> | 214 | <!-- <span>By Ned Stark</span> --> |
215 | </div> | 215 | </div> |
216 | </li> | 216 | </li> |
217 | <li> | 217 | <li> |
218 | <div class="mu-single-event"> | 218 | <div class="mu-single-event"> |
219 | <!-- <img src="assets/images/lunch-break.png" alt="event speaker"> --> | 219 | <!-- <img src="assets/images/lunch-break.png" alt="event speaker"> --> |
220 | <p class="mu-event-time">01:00PM onwards</p> | 220 | <p class="mu-event-time">01:00PM onwards</p> |
221 | <h3>Lunch</h3> | 221 | <h3>Lunch</h3> |
222 | </div> | 222 | </div> |
223 | </li> | 223 | </li> |
224 | <li> | 224 | <li> |
225 | <div class="mu-single-event"> | 225 | <div class="mu-single-event"> |
226 | <!-- <img src="assets/images/brain.jpg" alt="event speaker"> --> | 226 | <!-- <img src="assets/images/brain.jpg" alt="event speaker"> --> |
227 | <p class="mu-event-time">02:00PM-02:30PM</p> | 227 | <p class="mu-event-time">02:00PM-02:30PM</p> |
228 | <h3>Brainstrom Session</h3> | 228 | <h3>Brainstrom Session</h3> |
229 | </div> | 229 | </div> |
230 | </li> | 230 | </li> |
231 | <li> | 231 | <li> |
232 | <div class="mu-single-event"> | 232 | <div class="mu-single-event"> |
233 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 233 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
234 | <p class="mu-event-time">02:30PM onwards</p> | 234 | <p class="mu-event-time">02:30PM onwards</p> |
235 | <h3>Dev Sprint 1</h3> | 235 | <h3>Dev Sprint 1</h3> |
236 | </div> | 236 | </div> |
237 | </li> | 237 | </li> |
238 | <li> | 238 | <li> |
239 | <div class="mu-single-event"> | 239 | <div class="mu-single-event"> |
240 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 240 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
241 | <p class="mu-event-time">03:45PM-04:15PM</p> | 241 | <p class="mu-event-time">03:45PM-04:15PM</p> |
242 | <h3>Mentor Walkthrough</h3> | 242 | <h3>Mentor Walkthrough</h3> |
243 | </div> | 243 | </div> |
244 | </li> | 244 | </li> |
245 | <li> | 245 | <li> |
246 | <div class="mu-single-event"> | 246 | <div class="mu-single-event"> |
247 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 247 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
248 | <p class="mu-event-time">5:45PM-6:15PM</p> | 248 | <p class="mu-event-time">5:45PM-6:15PM</p> |
249 | <h3>Coffee/Tea Break</h3> | 249 | <h3>Coffee/Tea Break</h3> |
250 | </div> | 250 | </div> |
251 | </li> | 251 | </li> |
252 | <li> | 252 | <li> |
253 | <div class="mu-single-event"> | 253 | <div class="mu-single-event"> |
254 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 254 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
255 | <p class="mu-event-time">07:00PM onwards</p> | 255 | <p class="mu-event-time">07:00PM onwards</p> |
256 | <h3>Dev Sprint 2</h3> | 256 | <h3>Dev Sprint 2</h3> |
257 | </div> | 257 | </div> |
258 | </li> | 258 | </li> |
259 | <li> | 259 | <li> |
260 | <div class="mu-single-event"> | 260 | <div class="mu-single-event"> |
261 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 261 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
262 | <p class="mu-event-time">08:00PM-0835PM</p> | 262 | <p class="mu-event-time">08:00PM-0835PM</p> |
263 | <h3>Dinner</h3> | 263 | <h3>Dinner</h3> |
264 | </div> | 264 | </div> |
265 | </li> | 265 | </li> |
266 | <li> | 266 | <li> |
267 | <div class="mu-single-event"> | 267 | <div class="mu-single-event"> |
268 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 268 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
269 | <p class="mu-event-time">08:45PM-09:00PM</p> | 269 | <p class="mu-event-time">08:45PM-09:00PM</p> |
270 | <h3>Brainstrom Session</h3> | 270 | <h3>Brainstrom Session</h3> |
271 | </div> | 271 | </div> |
272 | </li> | 272 | </li> |
273 | <li> | 273 | <li> |
274 | <div class="mu-single-event"> | 274 | <div class="mu-single-event"> |
275 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 275 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
276 | <p class="mu-event-time">09:00PM onwards</p> | 276 | <p class="mu-event-time">09:00PM onwards</p> |
277 | <h3>Dev Sprint 2 continues</h3> | 277 | <h3>Dev Sprint 2 continues</h3> |
278 | </div> | 278 | </div> |
279 | </li> | 279 | </li> |
280 | </ul> | 280 | </ul> |
281 | </div> | 281 | </div> |
282 | <div role="tabpanel" class="tab-pane fade mu-event-timeline" id="second-day"> | 282 | <div role="tabpanel" class="tab-pane fade mu-event-timeline" id="second-day"> |
283 | <ul> | 283 | <ul> |
284 | <li> | 284 | <li> |
285 | <div class="mu-single-event"> | 285 | <div class="mu-single-event"> |
286 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 286 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
287 | <p class="mu-event-time">08:30AM-09:30AM</p> | 287 | <p class="mu-event-time">08:30AM-09:30AM</p> |
288 | <h3>Breakfast</h3> | 288 | <h3>Breakfast</h3> |
289 | </div> | 289 | </div> |
290 | </li> | 290 | </li> |
291 | <li> | 291 | <li> |
292 | <div class="mu-single-event"> | 292 | <div class="mu-single-event"> |
293 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 293 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
294 | <p class="mu-event-time">09:30AM-10:30AM</p> | 294 | <p class="mu-event-time">09:30AM-10:30AM</p> |
295 | <h3>Registeration and Networking</h3> | 295 | <h3>Registeration and Networking</h3> |
296 | </div> | 296 | </div> |
297 | </li> | 297 | </li> |
298 | <li> | 298 | <li> |
299 | <div class="mu-single-event"> | 299 | <div class="mu-single-event"> |
300 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 300 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
301 | <p class="mu-event-time">10:30AM-11:00AM</p> | 301 | <p class="mu-event-time">10:30AM-11:00AM</p> |
302 | <h3>Mentor Walkthrough</h3> | 302 | <h3>Mentor Walkthrough</h3> |
303 | </div> | 303 | </div> |
304 | </li> | 304 | </li> |
305 | <li> | 305 | <li> |
306 | <div class="mu-single-event"> | 306 | <div class="mu-single-event"> |
307 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 307 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
308 | <p class="mu-event-time">11:15AM onwards</p> | 308 | <p class="mu-event-time">11:15AM onwards</p> |
309 | <h3>Dev Sprint 3</h3> | 309 | <h3>Dev Sprint 3</h3> |
310 | </div> | 310 | </div> |
311 | </li> | 311 | </li> |
312 | <li> | 312 | <li> |
313 | <div class="mu-single-event"> | 313 | <div class="mu-single-event"> |
314 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 314 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
315 | <p class="mu-event-time">02:00PM-02:35PM</p> | 315 | <p class="mu-event-time">02:00PM-02:35PM</p> |
316 | <h3>Lunch</h3> | 316 | <h3>Lunch</h3> |
317 | </div> | 317 | </div> |
318 | </li> | 318 | </li> |
319 | <li> | 319 | <li> |
320 | <div class="mu-single-event"> | 320 | <div class="mu-single-event"> |
321 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 321 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
322 | <p class="mu-event-time">04:00PM onwards</p> | 322 | <p class="mu-event-time">04:00PM onwards</p> |
323 | <div style="overflow: hidden"> | 323 | <div style="overflow: hidden"> |
324 | <h3>Wrapup</h3> | 324 | <h3>Wrapup</h3> |
325 | <h3>Finalization of the results</h3> | 325 | <h3>Finalization of the results</h3> |
326 | <h3>Winner selection and Prize distribution</h3> | 326 | <h3>Winner selection and Prize distribution</h3> |
327 | <h3>Thanks giving session</h3> | 327 | <h3>Thanks giving session</h3> |
328 | </div> | 328 | </div> |
329 | </div> | 329 | </div> |
330 | </li> | 330 | </li> |
331 | </ul> | 331 | </ul> |
332 | </div> | 332 | </div> |
333 | <div role="tabpanel" class="tab-pane fade mu-event-timeline" id="third-day"> | 333 | <div role="tabpanel" class="tab-pane fade mu-event-timeline" id="third-day"> |
334 | <ul> | 334 | <ul> |
335 | <li> | 335 | <li> |
336 | <div class="mu-single-event"> | 336 | <div class="mu-single-event"> |
337 | <p class="mu-event-time">9.00 AM</p> | 337 | <p class="mu-event-time">9.00 AM</p> |
338 | <h3>Breakfast</h3> | 338 | <h3>Breakfast</h3> |
339 | </div> | 339 | </div> |
340 | </li> | 340 | </li> |
341 | <li> | 341 | <li> |
342 | <div class="mu-single-event"> | 342 | <div class="mu-single-event"> |
343 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> | 343 | <!-- <img src="assets/images/speaker-1.jpg" alt="event speaker"> --> |
344 | <p class="mu-event-time">10.00 AM</p> | 344 | <p class="mu-event-time">10.00 AM</p> |
345 | <h3>Advanced SVG Animations</h3> | 345 | <h3>Advanced SVG Animations</h3> |
346 | <span>By Karl Groves</span> | 346 | <span>By Karl Groves</span> |
347 | </div> | 347 | </div> |
348 | </li> | 348 | </li> |
349 | <li> | 349 | <li> |
350 | <div class="mu-single-event"> | 350 | <div class="mu-single-event"> |
351 | <!-- <img src="assets/images/speaker-2.jpg" alt="event speaker"> --> | 351 | <!-- <img src="assets/images/speaker-2.jpg" alt="event speaker"> --> |
352 | <p class="mu-event-time">11.00 AM</p> | 352 | <p class="mu-event-time">11.00 AM</p> |
353 | <h3>Presenting Work with Confidence</h3> | 353 | <h3>Presenting Work with Confidence</h3> |
354 | <span>By Sarah Dransner</span> | 354 | <span>By Sarah Dransner</span> |
355 | </div> | 355 | </div> |
356 | </li> | 356 | </li> |
357 | <li> | 357 | <li> |
358 | <div class="mu-single-event"> | 358 | <div class="mu-single-event"> |
359 | <!-- <img src="assets/images/speaker-3.jpg" alt="event speaker"> --> | 359 | <!-- <img src="assets/images/speaker-3.jpg" alt="event speaker"> --> |
360 | <p class="mu-event-time">12.00 AM</p> | 360 | <p class="mu-event-time">12.00 AM</p> |
361 | <h3>Keynote on UX & UI Design</h3> | 361 | <h3>Keynote on UX & UI Design</h3> |
362 | <span>By Ned Stark</span> | 362 | <span>By Ned Stark</span> |
363 | </div> | 363 | </div> |
364 | </li> | 364 | </li> |
365 | <li> | 365 | <li> |
366 | <div class="mu-single-event"> | 366 | <div class="mu-single-event"> |
367 | <p class="mu-event-time">1.00 PM</p> | 367 | <p class="mu-event-time">1.00 PM</p> |
368 | <h3>The End</h3> | 368 | <h3>The End</h3> |
369 | </div> | 369 | </div> |
370 | </li> | 370 | </li> |
371 | </ul> | 371 | </ul> |
372 | </div> | 372 | </div> |
373 | 373 | ||
374 | </div> | 374 | </div> |
375 | 375 | ||
376 | </div> | 376 | </div> |
377 | 377 | ||
378 | </div> | 378 | </div> |
379 | </div> | 379 | </div> |
380 | </div> | 380 | </div> |
381 | </div> | 381 | </div> |
382 | </section> | 382 | </section> |
383 | <!-- End Schedule --> | 383 | <!-- End Schedule --> |
384 | 384 | ||
385 | <!-- Start Speakers --> | 385 | <!-- Start Speakers --> |
386 | <!-- <section id="mu-speakers"> | 386 | <!-- <section id="mu-speakers"> |
387 | <div class="container"> | 387 | <div class="container"> |
388 | <div class="row"> | 388 | <div class="row"> |
389 | <div class="col-md-12"> | 389 | <div class="col-md-12"> |
390 | <div class="mu-speakers-area"> | 390 | <div class="mu-speakers-area"> |
391 | 391 | ||
392 | <div class="mu-title-area"> | 392 | <div class="mu-title-area"> |
393 | <h2 class="mu-title">Our Speakers</h2> --> | 393 | <h2 class="mu-title">Our Speakers</h2> --> |
394 | <!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis unde, ut sapiente et voluptatum facilis consectetur incidunt provident asperiores at necessitatibus nulla sequi voluptas libero quasi explicabo veritatis minima porro.</p> --> | 394 | <!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis unde, ut sapiente et voluptatum facilis consectetur incidunt provident asperiores at necessitatibus nulla sequi voluptas libero quasi explicabo veritatis minima porro.</p> --> |
395 | <!-- </div> --> | 395 | <!-- </div> --> |
396 | 396 | ||
397 | <!-- Start Speakers Content --> | 397 | <!-- Start Speakers Content --> |
398 | <!-- <div class="mu-speakers-content"> | 398 | <!-- <div class="mu-speakers-content"> |
399 | 399 | ||
400 | <div class="mu-speakers-slider"> | 400 | <div class="mu-speakers-slider"> |
401 | --> | 401 | --> |
402 | <!-- Start single speaker --> | 402 | <!-- Start single speaker --> |
403 | <!-- <div class="mu-single-speakers"> | 403 | <!-- <div class="mu-single-speakers"> |
404 | <img src="assets/images/gaurav_saini.jpg" alt="speaker img"> | 404 | <img src="assets/images/gaurav_saini.jpg" alt="speaker img"> |
405 | <div class="mu-single-speakers-info"> | 405 | <div class="mu-single-speakers-info"> |
406 | <h3>Gaurav Saini</h3> | 406 | <h3>Gaurav Saini</h3> |
407 | <p>Director Viithiisys</p> | 407 | <p>Director Viithiisys</p> |
408 | <ul class="mu-single-speakers-social"> | 408 | <ul class="mu-single-speakers-social"> |
409 | <li><a href="https://www.facebook.com/gauravsaini03"><i class="fa fa-facebook"></i></a></li> | 409 | <li><a href="https://www.facebook.com/gauravsaini03"><i class="fa fa-facebook"></i></a></li> |
410 | <li><a href="https://twitter.com/gauravsaini03?lang=en"><i class="fa fa-twitter"></i></a></li> | 410 | <li><a href="https://twitter.com/gauravsaini03?lang=en"><i class="fa fa-twitter"></i></a></li> |
411 | <li><a href="https://in.linkedin.com/in/gauravsaini03"><i class="fa fa-linkedin"></i></a></li> | 411 | <li><a href="https://in.linkedin.com/in/gauravsaini03"><i class="fa fa-linkedin"></i></a></li> |
412 | </ul> | 412 | </ul> |
413 | </div> | 413 | </div> |
414 | </div> --> | 414 | </div> --> |
415 | <!-- End single speaker --> | 415 | <!-- End single speaker --> |
416 | 416 | ||
417 | <!-- Start single speaker --> | 417 | <!-- Start single speaker --> |
418 | <!-- <div class="mu-single-speakers"> | 418 | <!-- <div class="mu-single-speakers"> |
419 | <img src="assets/images/speaker-2.jpg" alt="speaker img"> | 419 | <img src="assets/images/speaker-2.jpg" alt="speaker img"> |
420 | <div class="mu-single-speakers-info"> | 420 | <div class="mu-single-speakers-info"> |
421 | <h3>Sarah Dransner</h3> | 421 | <h3>Sarah Dransner</h3> |
422 | <p>Business Consultant</p> | 422 | <p>Business Consultant</p> |
423 | <ul class="mu-single-speakers-social"> | 423 | <ul class="mu-single-speakers-social"> |
424 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> | 424 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> |
425 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> | 425 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> |
426 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> | 426 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
427 | </ul> | 427 | </ul> |
428 | </div> | 428 | </div> |
429 | </div> --> | 429 | </div> --> |
430 | <!-- End single speaker --> | 430 | <!-- End single speaker --> |
431 | 431 | ||
432 | 432 | ||
433 | <!-- Start single speaker --> | 433 | <!-- Start single speaker --> |
434 | <!-- <div class="mu-single-speakers"> | 434 | <!-- <div class="mu-single-speakers"> |
435 | <img src="assets/images/speaker-3.jpg" alt="speaker img"> | 435 | <img src="assets/images/speaker-3.jpg" alt="speaker img"> |
436 | <div class="mu-single-speakers-info"> | 436 | <div class="mu-single-speakers-info"> |
437 | <h3>Ned Stark</h3> | 437 | <h3>Ned Stark</h3> |
438 | <p>UI/UX Specialist</p> | 438 | <p>UI/UX Specialist</p> |
439 | <ul class="mu-single-speakers-social"> | 439 | <ul class="mu-single-speakers-social"> |
440 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> | 440 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> |
441 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> | 441 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> |
442 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> | 442 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
443 | </ul> | 443 | </ul> |
444 | </div> | 444 | </div> |
445 | </div> --> | 445 | </div> --> |
446 | <!-- End single speaker --> | 446 | <!-- End single speaker --> |
447 | 447 | ||
448 | 448 | ||
449 | <!-- Start single speaker --> | 449 | <!-- Start single speaker --> |
450 | <!-- <div class="mu-single-speakers"> | 450 | <!-- <div class="mu-single-speakers"> |
451 | <img src="assets/images/speaker-4.jpg" alt="speaker img"> | 451 | <img src="assets/images/speaker-4.jpg" alt="speaker img"> |
452 | <div class="mu-single-speakers-info"> | 452 | <div class="mu-single-speakers-info"> |
453 | <h3>Michaela Lehr </h3> | 453 | <h3>Michaela Lehr </h3> |
454 | <p>Digital Marketer</p> | 454 | <p>Digital Marketer</p> |
455 | <ul class="mu-single-speakers-social"> | 455 | <ul class="mu-single-speakers-social"> |
456 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> | 456 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> |
457 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> | 457 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> |
458 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> | 458 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
459 | </ul> | 459 | </ul> |
460 | </div> | 460 | </div> |
461 | </div> --> | 461 | </div> --> |
462 | <!-- End single speaker --> | 462 | <!-- End single speaker --> |
463 | 463 | ||
464 | <!-- Start single speaker --> | 464 | <!-- Start single speaker --> |
465 | <!-- <div class="mu-single-speakers"> | 465 | <!-- <div class="mu-single-speakers"> |
466 | <img src="assets/images/speaker-1.jpg" alt="speaker img"> | 466 | <img src="assets/images/speaker-1.jpg" alt="speaker img"> |
467 | <div class="mu-single-speakers-info"> | 467 | <div class="mu-single-speakers-info"> |
468 | <h3>Karl Groves</h3> | 468 | <h3>Karl Groves</h3> |
469 | <p>Digital Artist</p> | 469 | <p>Digital Artist</p> |
470 | <ul class="mu-single-speakers-social"> | 470 | <ul class="mu-single-speakers-social"> |
471 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> | 471 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> |
472 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> | 472 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> |
473 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> | 473 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
474 | </ul> | 474 | </ul> |
475 | </div> | 475 | </div> |
476 | </div> --> | 476 | </div> --> |
477 | <!-- End single speaker --> | 477 | <!-- End single speaker --> |
478 | 478 | ||
479 | <!-- Start single speaker --> | 479 | <!-- Start single speaker --> |
480 | <!-- <div class="mu-single-speakers"> | 480 | <!-- <div class="mu-single-speakers"> |
481 | <img src="assets/images/speaker-2.jpg" alt="speaker img"> | 481 | <img src="assets/images/speaker-2.jpg" alt="speaker img"> |
482 | <div class="mu-single-speakers-info"> | 482 | <div class="mu-single-speakers-info"> |
483 | <h3>Sarah Dransner</h3> | 483 | <h3>Sarah Dransner</h3> |
484 | <p>Business Consultant</p> | 484 | <p>Business Consultant</p> |
485 | <ul class="mu-single-speakers-social"> | 485 | <ul class="mu-single-speakers-social"> |
486 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> | 486 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> |
487 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> | 487 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> |
488 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> | 488 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
489 | </ul> | 489 | </ul> |
490 | </div> | 490 | </div> |
491 | </div> --> | 491 | </div> --> |
492 | <!-- End single speaker --> | 492 | <!-- End single speaker --> |
493 | 493 | ||
494 | 494 | ||
495 | <!-- Start single speaker --> | 495 | <!-- Start single speaker --> |
496 | <!-- <div class="mu-single-speakers"> | 496 | <!-- <div class="mu-single-speakers"> |
497 | <img src="assets/images/speaker-3.jpg" alt="speaker img"> | 497 | <img src="assets/images/speaker-3.jpg" alt="speaker img"> |
498 | <div class="mu-single-speakers-info"> | 498 | <div class="mu-single-speakers-info"> |
499 | <h3>Ned Stark</h3> | 499 | <h3>Ned Stark</h3> |
500 | <p>UI/UX Specialist</p> | 500 | <p>UI/UX Specialist</p> |
501 | <ul class="mu-single-speakers-social"> | 501 | <ul class="mu-single-speakers-social"> |
502 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> | 502 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> |
503 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> | 503 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> |
504 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> | 504 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
505 | </ul> | 505 | </ul> |
506 | </div> | 506 | </div> |
507 | </div> --> | 507 | </div> --> |
508 | <!-- End single speaker --> | 508 | <!-- End single speaker --> |
509 | 509 | ||
510 | 510 | ||
511 | <!-- Start single speaker --> | 511 | <!-- Start single speaker --> |
512 | <!-- <div class="mu-single-speakers"> | 512 | <!-- <div class="mu-single-speakers"> |
513 | <img src="assets/images/speaker-4.jpg" alt="speaker img"> | 513 | <img src="assets/images/speaker-4.jpg" alt="speaker img"> |
514 | <div class="mu-single-speakers-info"> | 514 | <div class="mu-single-speakers-info"> |
515 | <h3>Michaela Lehr </h3> | 515 | <h3>Michaela Lehr </h3> |
516 | <p>Digital Marketer</p> | 516 | <p>Digital Marketer</p> |
517 | <ul class="mu-single-speakers-social"> | 517 | <ul class="mu-single-speakers-social"> |
518 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> | 518 | <li><a href="#"><i class="fa fa-facebook"></i></a></li> |
519 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> | 519 | <li><a href="#"><i class="fa fa-twitter"></i></a></li> |
520 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> | 520 | <li><a href="#"><i class="fa fa-linkedin"></i></a></li> |
521 | </ul> | 521 | </ul> |
522 | </div> | 522 | </div> |
523 | </div> --> | 523 | </div> --> |
524 | <!-- End single speaker --> | 524 | <!-- End single speaker --> |
525 | <!-- </div> | 525 | <!-- </div> |
526 | </div> --> | 526 | </div> --> |
527 | <!-- End Speakers Content --> | 527 | <!-- End Speakers Content --> |
528 | 528 | ||
529 | <!-- </div> | 529 | <!-- </div> |
530 | </div> | 530 | </div> |
531 | </div> | 531 | </div> |
532 | </div> | 532 | </div> |
533 | </section> --> | 533 | </section> --> |
534 | <!-- End Speakers --> | 534 | <!-- End Speakers --> |
535 | 535 | ||
536 | <!-- Start Venue --> | 536 | <!-- Start Venue --> |
537 | <section id="mu-venue"> | 537 | <section id="mu-venue"> |
538 | <div class="mu-venue-area"> | 538 | <div class="mu-venue-area"> |
539 | <div class="row"> | 539 | <div class="row"> |
540 | 540 | ||
541 | <div class="col-md-6"> | 541 | <div class="col-md-6"> |
542 | <iframe width="600" height="450" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=SCO%2050-51%2C%203rd%20Floor%2C%20Sector%2034A%2C%20Sub.%20City%20Center%2C%20Chandigarh%2C%20160022&key=AIzaSyB_WETOVwJC46DAId1CKs64QrEbbZLWUZI" allowfullscreen></iframe> | 542 | <iframe width="600" height="450" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=SCO%2050-51%2C%203rd%20Floor%2C%20Sector%2034A%2C%20Sub.%20City%20Center%2C%20Chandigarh%2C%20160022&key=AIzaSyB_WETOVwJC46DAId1CKs64QrEbbZLWUZI" allowfullscreen></iframe> |
543 | </div> | 543 | </div> |
544 | 544 | ||
545 | <div class="col-md-6"> | 545 | <div class="col-md-6"> |
546 | <div class="mu-venue-address"> | 546 | <div class="mu-venue-address"> |
547 | <h2>VENUE <i class="fa fa-chevron-right" aria-hidden="true"></i></h2> | 547 | <h2>VENUE <i class="fa fa-chevron-right" aria-hidden="true"></i></h2> |
548 | <h3>Spacejam</h3> | 548 | <h3>Spacejam</h3> |
549 | <h4>SCO 50-51, 3rd Floor, Sector 34A, Sub. City Center, Chandigarh, 160022</h4> | 549 | <h4>SCO 50-51, 3rd Floor, Sector 34A, Sub. City Center, Chandigarh, 160022</h4> |
550 | <p>SpaceJam is the coworking space in Chandigarh you have always wanted. We all have ideas and concepts, but it takes more than sheer will to transform them in to products that the World can enjoy. SpaceJam provides you with a shared office space that allows you to co-work with like-minded creative individuals and transform your ideas in to tangible products! With high-speed business Internet, world-class meeting room, ergonomic seating, optimum work-lighting and the best location in Chandigarh, SpaceJam is the go to coworking space in the Tricity!</p> | 550 | <p>SpaceJam is the coworking space in Chandigarh you have always wanted. We all have ideas and concepts, but it takes more than sheer will to transform them in to products that the World can enjoy. SpaceJam provides you with a shared office space that allows you to co-work with like-minded creative individuals and transform your ideas in to tangible products! With high-speed business Internet, world-class meeting room, ergonomic seating, optimum work-lighting and the best location in Chandigarh, SpaceJam is the go to coworking space in the Tricity!</p> |
551 | </div> | 551 | </div> |
552 | </div> | 552 | </div> |
553 | </div> | 553 | </div> |
554 | </div> | 554 | </div> |
555 | </section> | 555 | </section> |
556 | <!-- End Venue --> | 556 | <!-- End Venue --> |
557 | <!-- Start FAQ --> | 557 | <!-- Start FAQ --> |
558 | <section id="mu-faq"> | 558 | <section id="mu-faq"> |
559 | <div class="container"> | 559 | <div class="container"> |
560 | <div class="row"> | 560 | <div class="row"> |
561 | <div class="col-md-12"> | 561 | <div class="col-md-12"> |
562 | <div class="mu-faq-area"> | 562 | <div class="mu-faq-area"> |
563 | 563 | ||
564 | <div class="mu-title-area"> | 564 | <div class="mu-title-area"> |
565 | <h2 class="mu-title">FAQ</h2> | 565 | <h2 class="mu-title">FAQ</h2> |
566 | <!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint assumenda ut molestias doloremque ipsam, fugit laborum totam, pariatur est cumque at, repudiandae officia ex dolores quas minus optio, iusto soluta?</p> --> | 566 | <!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint assumenda ut molestias doloremque ipsam, fugit laborum totam, pariatur est cumque at, repudiandae officia ex dolores quas minus optio, iusto soluta?</p> --> |
567 | </div> | 567 | </div> |
568 | 568 | ||
569 | <div class="mu-faq-content"> | 569 | <div class="mu-faq-content"> |
570 | 570 | ||
571 | <div class="panel-group" id="accordion"> | 571 | <div class="panel-group" id="accordion"> |
572 | <!-- collapseone start --> | 572 | <!-- collapseone start --> |
573 | <div class="panel panel-default"> | 573 | <div class="panel panel-default"> |
574 | <div class="panel-heading"> | 574 | <div class="panel-heading"> |
575 | <h4 class="panel-title"> | 575 | <h4 class="panel-title"> |
576 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true"> | 576 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true"> |
577 | <span class="fa fa-angle-down"></span> Who all can participate? | 577 | <span class="fa fa-angle-down"></span> Who all can participate? |
578 | </a> | 578 | </a> |
579 | </h4> | 579 | </h4> |
580 | </div> | 580 | </div> |
581 | <div id="collapseOne" class="panel-collapse collapse in"> | 581 | <div id="collapseOne" class="panel-collapse collapse in"> |
582 | <div class="panel-body"> | 582 | <div class="panel-body"> |
583 | Developers both professionals as well as students, any age. | 583 | Everyone is welcomed, from any field. IT engineers, Marketing, HR, Anyone. |
584 | </div> | 584 | </div> |
585 | </div> | 585 | </div> |
586 | </div> | 586 | </div> |
587 | <!-- collapseone end --> | 587 | <!-- collapseone end --> |
588 | <!-- collapseTwo start --> | 588 | <!-- collapseTwo start --> |
589 | <div class="panel panel-default"> | 589 | <div class="panel panel-default"> |
590 | <div class="panel-heading"> | 590 | <div class="panel-heading"> |
591 | <h4 class="panel-title"> | 591 | <h4 class="panel-title"> |
592 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo"> | 592 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo"> |
593 | <span class="fa fa-angle-up"></span> What is the event about? | 593 | <span class="fa fa-angle-up"></span> What is the motive of this initiative? |
594 | </a> | 594 | </a> |
595 | </h4> | 595 | </h4> |
596 | </div> | 596 | </div> |
597 | <div id="collapseTwo" class="panel-collapse collapse"> | 597 | <div id="collapseTwo" class="panel-collapse collapse"> |
598 | <div class="panel-body"> | 598 | <div class="panel-body"> |
599 | The event is all about contributing to the open source community from where most of us use open source projects to save time, money and energy. and building a sharing culture in the society. | 599 | OPEN. is an initiative which aims to bringing in change to the developer community by contributing to the multiple open source projects. |
600 | </div> | 600 | </div> |
601 | </div> | 601 | </div> |
602 | </div> | 602 | </div> |
603 | <!-- collapseTwo End --> | 603 | <!-- collapseTwo End --> |
604 | <!-- collapseThree start --> | 604 | <!-- collapseThree start --> |
605 | <div class="panel panel-default"> | 605 | <div class="panel panel-default"> |
606 | <div class="panel-heading"> | 606 | <div class="panel-heading"> |
607 | <h4 class="panel-title"> | 607 | <h4 class="panel-title"> |
608 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseThree"> | 608 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseThree"> |
609 | <span class="fa fa-angle-up"></span> How will the developers contribute? | 609 | <span class="fa fa-angle-up"></span> How will the participants contribute? |
610 | </a> | 610 | </a> |
611 | </h4> | 611 | </h4> |
612 | </div> | 612 | </div> |
613 | <div id="collapseThree" class="panel-collapse collapse"> | 613 | <div id="collapseThree" class="panel-collapse collapse"> |
614 | <div class="panel-body"> | 614 | <div class="panel-body"> |
615 | Developers will have to work on different bugs/tasks spread across multiple open source projects. | 615 | Participants will have to work on various bugs/tasks spread across multiple open source projects. |
616 | </div> | 616 | </div> |
617 | </div> | 617 | </div> |
618 | </div> | 618 | </div> |
619 | <!-- collapseThree End --> | 619 | <!-- collapseThree End --> |
620 | <!-- collapseFour start --> | 620 | <!-- collapseFour start --> |
621 | <div class="panel panel-default"> | 621 | <div class="panel panel-default"> |
622 | <div class="panel-heading"> | 622 | <div class="panel-heading"> |
623 | <h4 class="panel-title"> | 623 | <h4 class="panel-title"> |
624 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseFour"> | 624 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseFour"> |
625 | <span class="fa fa-angle-up"></span> Is this an overnight event? | 625 | <span class="fa fa-angle-up"></span> Can the participants work for the entire night? |
626 | </a> | 626 | </a> |
627 | </h4> | 627 | </h4> |
628 | </div> | 628 | </div> |
629 | <div id="collapseFour" class="panel-collapse collapse"> | 629 | <div id="collapseFour" class="panel-collapse collapse"> |
630 | <div class="panel-body"> | 630 | <div class="panel-body"> |
631 | Yes, the event shall takes place for entire night. Developers can work on the bugs overnight. | 631 | Yes, it shall take place for entire night. Participants can work on the bugs/tasks overnight. |
632 | </div> | 632 | </div> |
633 | </div> | 633 | </div> |
634 | </div> | 634 | </div> |
635 | <!-- collapseFour End --> | 635 | <!-- collapseFour End --> |
636 | <!-- collapseFive start --> | 636 | <!-- collapseFive start --> |
637 | <div class="panel panel-default"> | 637 | <div class="panel panel-default"> |
638 | <div class="panel-heading"> | 638 | <div class="panel-heading"> |
639 | <h4 class="panel-title"> | 639 | <h4 class="panel-title"> |
640 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseFive"> | 640 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseFive"> |
641 | <span class="fa fa-angle-up"></span> How will the winners be chosen? | 641 | <span class="fa fa-angle-up"></span> How will the winners be chosen? |
642 | </a> | 642 | </a> |
643 | </h4> | 643 | </h4> |
644 | </div> | 644 | </div> |
645 | <div id="collapseFive" class="panel-collapse collapse"> | 645 | <div id="collapseFive" class="panel-collapse collapse"> |
646 | <div class="panel-body"> | 646 | <div class="panel-body"> |
647 | The team which solves the maximum number of assigned bugs in the given time interval will be chosen as the winner of the event. | 647 | The team which solves the maximum number of assigned bugs in the given time interval will be chosen as the winner of OPEN. |
648 | </div> | 648 | </div> |
649 | </div> | 649 | </div> |
650 | </div> | 650 | </div> |
651 | <!-- collapseFive End --> | 651 | <!-- collapseFive End --> |
652 | <!-- collapseSix start --> | 652 | <!-- collapseSix start --> |
653 | <div class="panel panel-default"> | 653 | <div class="panel panel-default"> |
654 | <div class="panel-heading"> | 654 | <div class="panel-heading"> |
655 | <h4 class="panel-title"> | 655 | <h4 class="panel-title"> |
656 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseSix"> | 656 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseSix"> |
657 | <span class="fa fa-angle-up"></span> Can teams/groups apply ? | 657 | <span class="fa fa-angle-up"></span> Can teams/groups apply? |
658 | </a> | 658 | </a> |
659 | </h4> | 659 | </h4> |
660 | </div> | 660 | </div> |
661 | <div id="collapseSix" class="panel-collapse collapse"> | 661 | <div id="collapseSix" class="panel-collapse collapse"> |
662 | <div class="panel-body"> | 662 | <div class="panel-body"> |
663 | Yes, teams/group of max. three people, can apply in the event. | 663 | Yes, teams/group of max. three people, can apply in the event. |
664 | </div> | 664 | </div> |
665 | </div> | 665 | </div> |
666 | </div> | 666 | </div> |
667 | <!-- collapseSix End --> | 667 | <!-- collapseSix End --> |
668 | <!-- collapseSeven start --> | 668 | <!-- collapseSeven start --> |
669 | <div class="panel panel-default"> | 669 | <div class="panel panel-default"> |
670 | <div class="panel-heading"> | 670 | <div class="panel-heading"> |
671 | <h4 class="panel-title"> | 671 | <h4 class="panel-title"> |
672 | <a data-toggle="collapse" data-parent="#accordion" href="#collapSeven"> | 672 | <a data-toggle="collapse" data-parent="#accordion" href="#collapSeven"> |
673 | <span class="fa fa-angle-up"></span> How will I be notified for further process and any updates? | 673 | <span class="fa fa-angle-up"></span> How will I be notified for further process and any updates? |
674 | </a> | 674 | </a> |
675 | </h4> | 675 | </h4> |
676 | </div> | 676 | </div> |
677 | <div id="collapSeven" class="panel-collapse collapse"> | 677 | <div id="collapSeven" class="panel-collapse collapse"> |
678 | <div class="panel-body"> | 678 | <div class="panel-body"> |
679 | We will send you emails regarding all the updates on your registered mail Ids and you'll be notified on a regular basis. You can also follow our page on facebook. /open for regular notifications and updates. | 679 | We will keep you updating on a regular basis on your registered mail IDs. For latest updates you can follow us on facebook <a href="https://www.facebook.com/openHQ"><font color="#4167b2"><b>Facebook</b></font></a> and <a href="https://twitter.com/open_hq"><font color="#1da1f2"><b>Twitter</b></font></a> |
680 | </div> | 680 | </div> |
681 | </div> | 681 | </div> |
682 | </div> | 682 | </div> |
683 | <!-- collapseSeven End --> | 683 | <!-- collapseSeven End --> |
684 | <!-- collapseEight start --> | 684 | <!-- collapseEight start --> |
685 | <div class="panel panel-default"> | 685 | <div class="panel panel-default"> |
686 | <div class="panel-heading"> | 686 | <div class="panel-heading"> |
687 | <h4 class="panel-title"> | 687 | <h4 class="panel-title"> |
688 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseEight"> | 688 | <a data-toggle="collapse" data-parent="#accordion" href="#collapseEight"> |
689 | <span class="fa fa-angle-up"></span> What are the key dates ? | 689 | <span class="fa fa-angle-up"></span> What are the key dates ? |
690 | </a> | 690 | </a> |
691 | </h4> | 691 | </h4> |
692 | </div> | 692 | </div> |
693 | <div id="collapseEight" class="panel-collapse collapse"> | 693 | <div id="collapseEight" class="panel-collapse collapse"> |
694 | <div class="panel-body"> | 694 | <div class="panel-body"> |
695 | Feburary 19 - Online registrations | 695 | Feburary 19 - Online registrations |
696 | March 28 - Applications closed | 696 | March 28 - Applications closed |
697 | </div> | 697 | </div> |
698 | </div> | 698 | </div> |
699 | </div> | 699 | </div> |
700 | <!-- collapseEight End --> | 700 | <!-- collapseEight End --> |
701 | </div> | 701 | </div> |
702 | </div> | 702 | </div> |
703 | </div> | 703 | </div> |
704 | </div> | 704 | </div> |
705 | </div> | 705 | </div> |
706 | </section> | 706 | </section> |
707 | <!-- End FAQ --> | 707 | <!-- End FAQ --> |
708 | <!-- Start Register --> | 708 | <!-- Start Register --> |
709 | <section id="mu-register"> | 709 | <section id="mu-register"> |
710 | <!-- <div class="mu-title-area"> | 710 | <!-- <div class="mu-title-area"> |
711 | <h2 class="mu-title">Registration</h2> | 711 | <h2 class="mu-title">Registration</h2> |
712 | <p></p> | 712 | <p></p> |
713 | </div> --> | 713 | </div> --> |
714 | <!-- <div class="container"> | 714 | <!-- <div class="container"> |
715 | <div class="row"> | 715 | <div class="row"> |
716 | <div class="col-md-12"> | 716 | <div class="col-md-12"> |
717 | <div class="mu-register-area"> | 717 | <div class="mu-register-area"> |
718 | 718 | ||
719 | <div class="mu-title-area"> | 719 | <div class="mu-title-area"> |
720 | <h2 class="mu-title">Register Form</h2> | 720 | <h2 class="mu-title">Register Form</h2> |
721 | <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis unde, ut sapiente et voluptatum facilis consectetur incidunt provident asperiores at necessitatibus nulla sequi voluptas libero quasi explicabo veritatis minima porro.</p> | 721 | <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis unde, ut sapiente et voluptatum facilis consectetur incidunt provident asperiores at necessitatibus nulla sequi voluptas libero quasi explicabo veritatis minima porro.</p> |
722 | </div> | 722 | </div> |
723 | --> | 723 | --> |
724 | <!-- <div class="mu-register-content"> | 724 | <!-- <div class="mu-register-content"> |
725 | <form class="mu-register-form"> | 725 | <form class="mu-register-form"> |
726 | 726 | ||
727 | <div class="row"> | 727 | <div class="row"> |
728 | <div class="col-md-6"> | 728 | <div class="col-md-6"> |
729 | <div class="form-group"> | 729 | <div class="form-group"> |
730 | <input type="text" class="form-control" placeholder="Your Full Name" id="name" name="name" required=""> | 730 | <input type="text" class="form-control" placeholder="Your Full Name" id="name" name="name" required=""> |
731 | </div> | 731 | </div> |
732 | </div> | 732 | </div> |
733 | 733 | ||
734 | <div class="col-md-6"> | 734 | <div class="col-md-6"> |
735 | <div class="form-group"> | 735 | <div class="form-group"> |
736 | <input type="email" class="form-control" placeholder="Enter Your Email" id="email" name="email" required=""> | 736 | <input type="email" class="form-control" placeholder="Enter Your Email" id="email" name="email" required=""> |
737 | </div> | 737 | </div> |
738 | </div> | 738 | </div> |
739 | </div> | 739 | </div> |
740 | 740 | ||
741 | <div class="row"> | 741 | <div class="row"> |
742 | <div class="col-md-6"> | 742 | <div class="col-md-6"> |
743 | <div class="form-group"> | 743 | <div class="form-group"> |
744 | <input type="text" class="form-control" placeholder="Your Phone Number" id="telephone" name="telephone" required=""> | 744 | <input type="text" class="form-control" placeholder="Your Phone Number" id="telephone" name="telephone" required=""> |
745 | </div> | 745 | </div> |
746 | </div> | 746 | </div> |
747 | <div class="col-md-6"> | 747 | <div class="col-md-6"> |
748 | 748 | ||
749 | <div class="form-group"> | 749 | <div class="form-group"> |
750 | <select class="form-control" name="ticket" id="ticket"> | 750 | <select class="form-control" name="ticket" id="ticket"> |
751 | <option value="0">Basic ($12)</option> | 751 | <option value="0">Basic ($12)</option> |
752 | <option value="1">Standard ($22)</option> | 752 | <option value="1">Standard ($22)</option> |
753 | <option value="2">Premium ($45)</option> | 753 | <option value="2">Premium ($45)</option> |
754 | </select> | 754 | </select> |
755 | </div> | 755 | </div> |
756 | </div> | 756 | </div> |
757 | </div> | 757 | </div> |
758 | 758 | ||
759 | <button type="submit" class="mu-reg-submit-btn">SUBMIT</button> | 759 | <button type="submit" class="mu-reg-submit-btn">SUBMIT</button> |
760 | 760 | ||
761 | </form> | 761 | </form> |
762 | </div> --> | 762 | </div> --> |
763 | 763 | ||
764 | </div> | 764 | </div> |
765 | </div> | 765 | </div> |
766 | </div> | 766 | </div> |
767 | </div> | 767 | </div> |
768 | <iframe src="https://docs.google.com/forms/d/e/1FAIpQLScuQ6uEd9DzCzJhmCulr5Z4clp1mzhfItiuVfri3Fo1QA5FKQ/viewform?embedded=true" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe> | 768 | <iframe src="https://docs.google.com/forms/d/e/1FAIpQLScuQ6uEd9DzCzJhmCulr5Z4clp1mzhfItiuVfri3Fo1QA5FKQ/viewform?embedded=true" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe> |
769 | </section> | 769 | </section> |
770 | <!-- End Register --> | 770 | <!-- End Register --> |
771 | 771 | ||
772 | <!-- Start Sponsors --> | 772 | <!-- Start Sponsors --> |
773 | <!-- <section id="mu-sponsors"> | 773 | <!-- <section id="mu-sponsors"> |
774 | <div class="container"> | 774 | <div class="container"> |
775 | <div class="row"> | 775 | <div class="row"> |
776 | <div class="col-md-12"> | 776 | <div class="col-md-12"> |
777 | <div class="mu-sponsors-area"> | 777 | <div class="mu-sponsors-area"> |
778 | 778 | ||
779 | <div class="mu-title-area"> | 779 | <div class="mu-title-area"> |
780 | <h2 class="mu-title">Our Sponsors</h2> --> | 780 | <h2 class="mu-title">Our Sponsors</h2> --> |
781 | <!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint assumenda ut molestias doloremque ipsam, fugit laborum totam, pariatur est cumque at, repudiandae officia ex dolores quas minus optio, iusto soluta?</p> --> | 781 | <!-- <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Sint assumenda ut molestias doloremque ipsam, fugit laborum totam, pariatur est cumque at, repudiandae officia ex dolores quas minus optio, iusto soluta?</p> --> |
782 | <!-- </div> --> | 782 | <!-- </div> --> |
783 | 783 | ||
784 | <!-- Start spnonsors brand logo --> | 784 | <!-- Start spnonsors brand logo --> |
785 | <!-- <div class="mu-sponsors-content"> | 785 | <!-- <div class="mu-sponsors-content"> |
786 | <div class="row"> | 786 | <div class="row"> |
787 | 787 | ||
788 | <div class="col-md-2 col-sm-4 col-xs-4"> | 788 | <div class="col-md-2 col-sm-4 col-xs-4"> |
789 | <div class="mu-sponsors-single"> | 789 | <div class="mu-sponsors-single"> |
790 | <img src="assets/images/sponsor-logo-1.png" alt="Brand Logo"> | 790 | <img src="assets/images/sponsor-logo-1.png" alt="Brand Logo"> |
791 | </div> | 791 | </div> |
792 | </div> | 792 | </div> |
793 | 793 | ||
794 | <div class="col-md-2 col-sm-4 col-xs-4"> | 794 | <div class="col-md-2 col-sm-4 col-xs-4"> |
795 | <div class="mu-sponsors-single"> | 795 | <div class="mu-sponsors-single"> |
796 | <img src="assets/images/sponsor-logo-2.jpg" alt="Brand Logo"> | 796 | <img src="assets/images/sponsor-logo-2.jpg" alt="Brand Logo"> |
797 | </div> | 797 | </div> |
798 | </div> | 798 | </div> |
799 | 799 | ||
800 | <div class="col-md-2 col-sm-4 col-xs-4"> | 800 | <div class="col-md-2 col-sm-4 col-xs-4"> |
801 | <div class="mu-sponsors-single"> | 801 | <div class="mu-sponsors-single"> |
802 | <img src="assets/images/sponsor-logo-3.png" alt="Brand Logo"> | 802 | <img src="assets/images/sponsor-logo-3.png" alt="Brand Logo"> |
803 | </div> | 803 | </div> |
804 | </div> | 804 | </div> |
805 | 805 | ||
806 | <div class="col-md-2 col-sm-4 col-xs-4"> | 806 | <div class="col-md-2 col-sm-4 col-xs-4"> |
807 | <div class="mu-sponsors-single"> | 807 | <div class="mu-sponsors-single"> |
808 | <img src="assets/images/sponsor-logo-4.png" alt="Brand Logo"> | 808 | <img src="assets/images/sponsor-logo-4.png" alt="Brand Logo"> |
809 | </div> | 809 | </div> |
810 | </div> | 810 | </div> |
811 | 811 | ||
812 | <div class="col-md-2 col-sm-4 col-xs-4"> | 812 | <div class="col-md-2 col-sm-4 col-xs-4"> |
813 | <div class="mu-sponsors-single"> | 813 | <div class="mu-sponsors-single"> |
814 | <img src="assets/images/sponsor-logo-5.png" alt="Brand Logo"> | 814 | <img src="assets/images/sponsor-logo-5.png" alt="Brand Logo"> |
815 | </div> | 815 | </div> |
816 | </div> | 816 | </div> |
817 | 817 | ||
818 | <div class="col-md-2 col-sm-4 col-xs-4"> | 818 | <div class="col-md-2 col-sm-4 col-xs-4"> |
819 | <div class="mu-sponsors-single"> | 819 | <div class="mu-sponsors-single"> |
820 | <img src="assets/images/sponsor-logo-6.png" alt="Brand Logo"> | 820 | <img src="assets/images/sponsor-logo-6.png" alt="Brand Logo"> |
821 | </div> | 821 | </div> |
822 | </div> | 822 | </div> |
823 | </div> | 823 | </div> |
824 | </div> --> | 824 | </div> --> |
825 | <!-- End spnonsors brand logo --> | 825 | <!-- End spnonsors brand logo --> |
826 | 826 | ||
827 | <!-- </div> | 827 | <!-- </div> |
828 | </div> | 828 | </div> |
829 | </div> | 829 | </div> |
830 | </div> | 830 | </div> |
831 | </section> --> | 831 | </section> --> |
832 | <!-- End Sponsors --> | 832 | <!-- End Sponsors --> |
833 | 833 | ||
834 | 834 | ||
835 | <!--Start Contact --> | 835 | <!--Start Contact --> |
836 | <!-- <section id="mu-contact"> --> | 836 | <!-- <section id="mu-contact"> --> |
837 | <!--<div class="container"> | 837 | <!--<div class="container"> |
838 | <div class="row"> | 838 | <div class="row"> |
839 | <div class="col-md-12"> | 839 | <div class="col-md-12"> |
840 | <div class="mu-contact-area"> | 840 | <div class="mu-contact-area"> |
841 | 841 | ||
842 | <div class="mu-title-area"> | 842 | <div class="mu-title-area"> |
843 | <h2 class="mu-heading-title">Contact Us</h2> --> | 843 | <h2 class="mu-heading-title">Contact Us</h2> --> |
844 | <!-- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever</p> --> | 844 | <!-- <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever</p> --> |
845 | <!-- </div> --> | 845 | <!-- </div> --> |
846 | 846 | ||
847 | <!-- Start Contact Content --> | 847 | <!-- Start Contact Content --> |
848 | <!-- <div class="mu-contact-content"> | 848 | <!-- <div class="mu-contact-content"> |
849 | <div class="row"> | 849 | <div class="row"> |
850 | 850 | ||
851 | <div class="col-md-12"> | 851 | <div class="col-md-12"> |
852 | <div class="mu-contact-form-area"> | 852 | <div class="mu-contact-form-area"> |
853 | <div id="form-messages"></div> | 853 | <div id="form-messages"></div> |
854 | <form id="ajax-contact" method="post" action="mailer.php" class="mu-contact-form"> | 854 | <form id="ajax-contact" method="post" action="mailer.php" class="mu-contact-form"> |
855 | <div class="form-group"> | 855 | <div class="form-group"> |
856 | <input type="text" class="form-control" placeholder="Name" id="name" name="name" required> | 856 | <input type="text" class="form-control" placeholder="Name" id="name" name="name" required> |
857 | </div> | 857 | </div> |
858 | <div class="form-group"> | 858 | <div class="form-group"> |
859 | <input type="email" class="form-control" placeholder="Enter Email" id="email" name="email" required> | 859 | <input type="email" class="form-control" placeholder="Enter Email" id="email" name="email" required> |
860 | </div> | 860 | </div> |
861 | <div class="form-group"> | 861 | <div class="form-group"> |
862 | <textarea class="form-control" placeholder="Message" id="message" name="message" required></textarea> | 862 | <textarea class="form-control" placeholder="Message" id="message" name="message" required></textarea> |
863 | </div> | 863 | </div> |
864 | <button type="submit" class="mu-send-msg-btn"><span>SUBMIT</span></button> | 864 | <button type="submit" class="mu-send-msg-btn"><span>SUBMIT</span></button> |
865 | </form> | 865 | </form> |
866 | </div> | 866 | </div> |
867 | </div> | 867 | </div> |
868 | </div> | 868 | </div> |
869 | </div> --> | 869 | </div> --> |
870 | <!-- End Contact Content --> | 870 | <!-- End Contact Content --> |
871 | <!-- </div> | 871 | <!-- </div> |
872 | </div> | 872 | </div> |
873 | </div> | 873 | </div> |
874 | </div>--> | 874 | </div>--> |
875 | <!--Start of Tawk.to Script--> | 875 | <!--Start of Tawk.to Script--> |
876 | <!--Start of Tawk.to Script--> | 876 | <!--Start of Tawk.to Script--> |
877 | <!-- <script type="text/javascript"> | 877 | <!-- <script type="text/javascript"> |
878 | var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); | 878 | var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date(); |
879 | (function(){ | 879 | (function(){ |
880 | var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; | 880 | var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0]; |
881 | s1.async=true; | 881 | s1.async=true; |
882 | s1.src='https://embed.tawk.to/5a82c0404b401e45400ce593/default'; | 882 | s1.src='https://embed.tawk.to/5a82c0404b401e45400ce593/default'; |
883 | s1.charset='UTF-8'; | 883 | s1.charset='UTF-8'; |
884 | s1.setAttribute('crossorigin','*'); | 884 | s1.setAttribute('crossorigin','*'); |
885 | s0.parentNode.insertBefore(s1,s0); | 885 | s0.parentNode.insertBefore(s1,s0); |
886 | })(); | 886 | })(); |
887 | </script> --> | 887 | </script> --> |
888 | <!--End of Tawk.to Script--> | 888 | <!--End of Tawk.to Script--> |
889 | <!-- </section> --> | 889 | <!-- </section> --> |
890 | <!-- End Contact --> | 890 | <!-- End Contact --> |
891 | </main> | 891 | </main> |
892 | <!-- End main content --> | 892 | <!-- End main content --> |
893 | <!-- Start footer --> | 893 | <!-- Start footer --> |
894 | <footer id="mu-footer" role="contentinfo"> | 894 | <footer id="mu-footer" role="contentinfo"> |
895 | <div class="container"> | 895 | <div class="container"> |
896 | <div class="mu-footer-area"> | 896 | <div class="mu-footer-area"> |
897 | <div class="mu-footer-top"> | 897 | <div class="mu-footer-top"> |
898 | <div class="mu-social-media"> | 898 | <div class="mu-social-media"> |
899 | <a href="http://www.facebook.com/openHQ"><i class="fa fa-facebook"></i></a> | 899 | <a href="http://www.facebook.com/openHQ"><i class="fa fa-facebook"></i></a> |
900 | <a href="https://twitter.com/open_hq"><i class="fa fa-twitter"></i></a> | 900 | <a href="https://twitter.com/open_hq"><i class="fa fa-twitter"></i></a> |
901 | <!-- <a href="#"><i class="fa fa-google-plus"></i></a> | 901 | <!-- <a href="#"><i class="fa fa-google-plus"></i></a> |
902 | <a href="#"><i class="fa fa-linkedin"></i></a> | 902 | <a href="#"><i class="fa fa-linkedin"></i></a> |
903 | <a href="#"><i class="fa fa-youtube"></i></a> --> | 903 | <a href="#"><i class="fa fa-youtube"></i></a> --> |
904 | </div> | 904 | </div> |
905 | </div> | 905 | </div> |
906 | <div class="mu-footer-bottom"> | 906 | <div class="mu-footer-bottom"> |
907 | <p class="mu-copy-right">© Copyright <a rel="nofollow" href="http://www.viithiisys.com">Viithiisys Technologies</a>. All right reserved.</p> | 907 | <p class="mu-copy-right">© Copyright <a rel="nofollow" href="http://www.viithiisys.com">Viithiisys Technologies</a>. All right reserved.</p> |
908 | </div> | 908 | </div> |
909 | </div> | 909 | </div> |
910 | </div> | 910 | </div> |
911 | 911 | ||
912 | </footer> | 912 | </footer> |
913 | <!-- End footer --> | 913 | <!-- End footer --> |
914 | 914 | ||
915 | 915 | ||
916 | 916 | ||
917 | <!-- jQuery library --> | 917 | <!-- jQuery library --> |
918 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | 918 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> |
919 | <!-- Include all compiled plugins (below), or include individual files as needed --> | 919 | <!-- Include all compiled plugins (below), or include individual files as needed --> |
920 | <!-- Bootstrap --> | 920 | <!-- Bootstrap --> |
921 | <script src="assets/js/bootstrap.min.js"></script> | 921 | <script src="assets/js/bootstrap.min.js"></script> |
922 | <!-- Slick slider --> | 922 | <!-- Slick slider --> |
923 | <script type="text/javascript" src="assets/js/slick.min.js"></script> | 923 | <script type="text/javascript" src="assets/js/slick.min.js"></script> |
924 | <!-- Event Counter --> | 924 | <!-- Event Counter --> |
925 | <script type="text/javascript" src="assets/js/jquery.countdown.min.js"></script> | 925 | <script type="text/javascript" src="assets/js/jquery.countdown.min.js"></script> |
926 | <!-- Ajax contact form --> | 926 | <!-- Ajax contact form --> |
927 | <script type="text/javascript" src="assets/js/app.js"></script> | 927 | <script type="text/javascript" src="assets/js/app.js"></script> |
928 | 928 | ||
929 | 929 | ||
930 | 930 | ||
931 | <!-- Custom js --> | 931 | <!-- Custom js --> |
932 | <script type="text/javascript" src="assets/js/custom.js"></script> | 932 | <script type="text/javascript" src="assets/js/custom.js"></script> |
933 | 933 | ||
934 | 934 | ||
935 | 935 | ||
936 | 936 | ||
937 | </body> | 937 | </body> |
938 | </html> | 938 | </html> |