Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission check 2 #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
83 changes: 83 additions & 0 deletions css/creativeSchedule.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
body{
font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
background-image: linear-gradient(to bottom, rgba(53,129,174,0.9), rgba(243,243,224,0.7)), url('../img/background.jpg');
background-repeat:no-repeat;
background-size:cover;
height:100vh;
}

html{
height:100vh;
}

div{
margin: 0 auto;
position:relative;
background-color:white;
max-width:80%;
box-shadow: 0 0 5px rgba(0,0,0,0.8);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.8);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.8);
-o-box-shadow: 0 0 5px rgba(0,0,0,0.8);
border-radius:25px;
}

#timetable, #patrons{
padding:25px 0;
}


table {
margin: 0 auto;
border-radius:25px;
background-color:#FBF7F4;
}

p{
font-weight:200;
}

table th:first-of-type{
width:100px;
}

table th:nth-of-type(2n){
width:calc(100% - 150px);
padding-left:15px;
text-align:left;
}

table tr:nth-of-type(2n){
background-color:#F7EEE9;
}

table th{
height:85px;
max-height:85px;
display:inline-block;
background-size: cover;
background-repeat:no-repeat;
}

table tr img{
width:100%;
height:100%;
}

table tr:first-of-type th{
border-radius: 15px 0 0 0;
}

table tr:last-of-type th{
border-radius: 0 0 0 15px;
}

h1{
text-align:center;
background-color:white;
border-radius:25px;
}

.time{
color: #00B8F1;
}
126 changes: 43 additions & 83 deletions schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,91 +6,51 @@

<title>SPAC 2020 - Schedule</title>

<!-- Font Awesome Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'>

<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">

<!-- Theme CSS - Includes Bootstrap -->
<link href="css/animate.min.css" rel="stylesheet">
<link href="css/creativeOrigin.css" rel="stylesheet">
<!-- Website Icon-->
<link href="css/creativeSchedule.css" rel="stylesheet">
<link rel="icon" href="img/favicon.ico">
</head>

<body id="page-top">
<!--agenda-->
<section class="page-section bg-dark text-white" id="mu-schedule" style="height: 100%;">
<!-- Timeline -->
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-lg-3 text-center agendabg">
<h2 class="agendaTitle">Agenda</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-2 text-center timetitlebg">
<p class="timetitle">JANUARY 23, 2020</p>
</div>
</div>
<div class="row container-fluid">
<div class="mu-schedule-area">
<div class="mu-schedule-content-area">
<div role="tabpanel" class="tab-pane fade mu-event-timeline in active show" id="first-day">
<ul>
<li class="wow fadeIn">
<div class="mu-single-event" id="event1">
<p class="mu-event-time">5:30 - 6:30PM</p>
<h3>Registration and networking</h3>
</div>
</li>
<li class="wow fadeIn">
<div class="mu-single-event" id="event2">
<p class="mu-event-time">6:35 - 6:45PM</p>
<h3>Welcoming Remarks</h3>
</div>
</li>
<li class="wow fadeIn">
<div class="mu-single-event" id="event3">
<p class="mu-event-time">6:45 - 7:00PM</p>
<h3>Speaker #1: Richard Vallée</h3>
</div>
</li>
<li class="wow fadeIn">
<div class="mu-single-event" id="event4">
<p class="mu-event-time">7:00 - 7:45PM</p>
<h3>Dinner</h3>
</div>
</li>
<li class="wow fadeIn">
<div class="mu-single-event" id="event5">
<p class="mu-event-time">7:50 - 8:05PM</p>
<h3>Speaker #2: Raed Abdullah</h3>
</div>
</li>
<li class="wow fadeIn">
<div class="mu-single-event" id="event6">
<p class="mu-event-time">8:05 - 8:20PM</p>
<h3>Closing Remarks & Prizes</h3>
</div>
</li>
<li class="wow fadeIn">
<div class="mu-single-event" id="event7">
<p class="mu-event-time">8:20 - 10:20PM</p>
<h3>Networking</h3>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<body>
<div id="title">
<h1>Schedule</h1>
</div>
<br><br>
<div id="timetable">
<table>
<tr>
<th style="background-image: linear-gradient(to right, rgb(0,0,0,0), #FBF7F4), url('img/compressed/IMG_5394.JPG');"></th>
<th><p><span class="time">5:30 - 6:30PM</span><br><span class="event">Registration and networking</span></p></th>
</th>
<tr>
<th style="background-image: linear-gradient(to right, rgb(0,0,0,0), #F7EEE9), url('img/compressed/0X0A3387.jpg');"></th>
<th><p><span class="time">6:35 - 6:45PM</span><br><span class="event">Welcoming Remarks</span></p></th>
</th>
<tr>
<th style="background-image: linear-gradient(to right, rgb(0,0,0,0), #FBF7F4), url('img/speakers/Richard Vallee_compressed_2.jpg');"></th>
<th><p><span class="time">6:45 - 7:00PM</span><br><span class="event">Speaker #1: Richard Vallée</span></p></th>
</th>
<tr>
<th style="background-image: linear-gradient(to right, rgb(0,0,0,0), #F7EEE9), url('img/compressed/0X0A3515.jpg');"></th>
<th><p><span class="time">7:00 - 7:45PM</span><br><span class="event">Dinner</span="event"></p></th>
</th>
<tr>
<th style="background-image: linear-gradient(to right, rgb(0,0,0,0), #FBF7F4), url('img/speakers/Raed Abdullah.png');"></th>
<th><p><span class="time">7:50 - 8:05PM</span><br><span class="event">Speaker #2: Raed Abdullah</span></p></th>
</th>
<tr>
<th style="background-image: linear-gradient(to right, rgb(0,0,0,0), #F7EEE9), url('img/compressed/0X0A3385.jpg');"></th>
<th><p><span class="time">8:05 - 8:20PM</span><br><span class="event">Closing Remarks & Prizes</span></p></th>
</th>
<tr>
<th style="background-image: linear-gradient(to right, rgb(0,0,0,0), #FBF7F4), url('img/compressed/0X0A3295.jpg');"></th>
<th><p><span class="time">8:20 - 10:20PM</span><br><span class="event">Networking</span></p></th>
</th>
</table>
</div>
</section>
<br><br>
<div id="patrons">
test
</div>
<br>
</body>
</html>
</html>