From f5f46c1dde294752defa87f520e53f94b475dda4 Mon Sep 17 00:00:00 2001 From: Jayaram R Pai Date: Sat, 30 Aug 2014 00:33:59 +0530 Subject: completed basic home page --- .gitignore | 3 +++ css/.main.css.swp | Bin 12288 -> 0 bytes css/main.css | 31 +++++++++++++++++++++++++++++++ images/facebook.png | Bin 0 -> 2198 bytes images/googleplus.png | Bin 0 -> 1788 bytes images/twitter.png | Bin 0 -> 2264 bytes index.html | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 7 files changed, 83 insertions(+), 1 deletion(-) create mode 100644 .gitignore delete mode 100644 css/.main.css.swp create mode 100644 images/facebook.png create mode 100644 images/googleplus.png create mode 100644 images/twitter.png diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d772925 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +*.swp +*.swo diff --git a/css/.main.css.swp b/css/.main.css.swp deleted file mode 100644 index 524d9a9..0000000 Binary files a/css/.main.css.swp and /dev/null differ diff --git a/css/main.css b/css/main.css index 75ccf78..fa76b82 100644 --- a/css/main.css +++ b/css/main.css @@ -11,6 +11,7 @@ body { #page-wrapper { width: 960px; margin: 25px auto 10px; + padding: 0 0 35px 0; background: #ffffff; -webkit-box-shadow: 0 0 10px #cccccc; -moz-box-shadow: 0 0 10px #cccccc; @@ -87,3 +88,33 @@ body { #footer a:hover { color: #333333; } +#social { + position: fixed; + right: 15px; + top: 50%; + -webkit-transform: translateY(-50%); + -moz-transform: translateY(-50%); + -o-transform: translateY(-50%); + transform: translateY(-50%); + background: #ffffff; + display: inline-block; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + -o-border-radius: 5px; + border-radius: 5px; + -webkit-box-shadow: 0 0 3px #cccccc; + -moz-box-shadow: 0 0 3px #cccccc; + -o-box-shadow: 0 0 3px #cccccc; + box-shadow: 0 0 3px #cccccc; +} +#social ul { + list-style-type: none; + margin: 0; + padding: 5px; +} +#social ul li { + padding: 3px 0; +} +#social img { + width: 25px; +} diff --git a/images/facebook.png b/images/facebook.png new file mode 100644 index 0000000..0009f04 Binary files /dev/null and b/images/facebook.png differ diff --git a/images/googleplus.png b/images/googleplus.png new file mode 100644 index 0000000..62aa4b9 Binary files /dev/null and b/images/googleplus.png differ diff --git a/images/twitter.png b/images/twitter.png new file mode 100644 index 0000000..edec9ee Binary files /dev/null and b/images/twitter.png differ diff --git a/index.html b/index.html index d39c9fe..e72dd86 100755 --- a/index.html +++ b/index.html @@ -30,6 +30,7 @@
  • Call for papers
  • Schedule
  • Invited Speakers
  • +
  • Sponsors
  • Venue
  • Contact Us
  • @@ -101,6 +102,26 @@

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    +
    + + + + + + + + + + + + + + + + + + +
    Dec 4thKeynoteView More
    Dec 5thTutorialsView More
    Dec 5thLightning TalksView More
    @@ -141,15 +162,35 @@
    -
    + +

    Sponsors

    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    + +
    +
    @@ -169,6 +210,13 @@ +
    + +
    -- cgit