Initial commit...
This commit is contained in:
8
Web App Projects/Weekday-Google-Calendar/README.md
Normal file
8
Web App Projects/Weekday-Google-Calendar/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Weekday-Google-Calendar
|
||||
Embed a Weekday Google calendar to any websit!
|
||||
|
||||
To use, simply open either of the text files and copy the code to the requested tag.
|
||||
<br/>
|
||||
Insert your Google calendar src url from your generated iframe over to the iframe you copyed from the text file.
|
||||
<br/>
|
||||
Enjoy!
|
21
Web App Projects/Weekday-Google-Calendar/calendar-type-1.txt
Normal file
21
Web App Projects/Weekday-Google-Calendar/calendar-type-1.txt
Normal file
@@ -0,0 +1,21 @@
|
||||
<!-- COPY THIS INTO STYLE TAG IN HEAD--->
|
||||
|
||||
.cal-container {
|
||||
display: block;
|
||||
float: left;
|
||||
height: 400;
|
||||
width: 40%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
<!-- COPY THIS TO BODY TAG -->
|
||||
|
||||
<div class="cal-container">
|
||||
<iframe width="142%"
|
||||
height="400"
|
||||
style="margin-left: -0.45em; border-width: 0;"
|
||||
frameborder="0"
|
||||
scrolling="no"
|
||||
src="">
|
||||
</iframe>
|
||||
</div>
|
36
Web App Projects/Weekday-Google-Calendar/calendar-type-2.txt
Normal file
36
Web App Projects/Weekday-Google-Calendar/calendar-type-2.txt
Normal file
@@ -0,0 +1,36 @@
|
||||
<!-- COPY THIS INTO STYLE TAG IN HEAD--->
|
||||
#outter-container {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.cal-container, .vBar {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.cal-container {
|
||||
height: 400;
|
||||
width: 50%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.vBar {
|
||||
background: #e3e9ff;
|
||||
height: 375px;
|
||||
width: 0.5em;
|
||||
margin-top: 1.55em;
|
||||
}
|
||||
|
||||
<!-- COPY THIS TO BODY TAG -->
|
||||
|
||||
<div id="outter-container">
|
||||
<div class="cal-container">
|
||||
<iframe width="141%"
|
||||
height="400"
|
||||
style="border-width: 0;"
|
||||
frameborder="0"
|
||||
scrolling="no"
|
||||
src="">
|
||||
</iframe>
|
||||
</div>
|
||||
<div class="vBar">
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user