Skip to content

Instantly share code, notes, and snippets.

View Mbaimbai's full-sized avatar

Ndivhuwo Mbaimbai

  • NMMU
  • PortElizabeth
View GitHub Profile
@Mbaimbai
Mbaimbai / Classic-demo
Created April 22, 2013 19:51
How to show pictures in a slide show
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>How to show pictures in a slide show</title>
<style>
/* Demo styles */
.content html, body {
background: #222;
margin: 0;
@Mbaimbai
Mbaimbai / master
Created April 22, 2013 19:55
Master Page
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<link href="css/bootstrap.css" rel="stylesheet" />
<link href="css/bootstrap-responsive.css" rel="stylesheet" />
<link href="css/ourMasterstyle.css" rel="stylesheet" />
<title></title>