Line 1: |
Line 1: |
| + | <!DOCTYPE html> |
| + | <html> |
| + | <head> |
| + | <title>Sabrina Nemis' GCwiki page</title> |
| + | <meta charset="utf-8"> |
| + | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| + | |
| + | <!-- Latest compiled and minified CSS --> |
| + | <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> |
| + | |
| + | <!-- jQuery library --> |
| + | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> |
| + | |
| + | <!-- Latest compiled JavaScript --> |
| + | <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> |
| + | |
| + | <style> |
| + | body { |
| + | background-color: #ffdbb6; |
| + | } |
| + | |
| + | h1 { |
| + | color: maroon; |
| + | margin-left: 20px; |
| + | font-family: Impact, Charcoal, sans-serif; |
| + | } |
| + | |
| + | h2 { |
| + | color: maroon; |
| + | font-family: Impact, Charcoal, sans-serif; |
| + | } |
| + | |
| + | p { |
| + | color: maroon; |
| + | font-family: Verdana, Geneva, sans-serif |
| + | } |
| + | |
| + | .col-sm-4 { |
| + | background-color: #ff9d8b; |
| + | } |
| + | .col-sm-8 { |
| + | |
| + | } |
| + | /* unvisited link */ |
| + | a:link { |
| + | color: white; |
| + | } |
| + | |
| + | /* visited link */ |
| + | a:visited { |
| + | color: #ff9d8b; |
| + | } |
| + | |
| + | /* mouse over link */ |
| + | a:hover { |
| + | color: #ffe1a8; |
| + | } |
| + | |
| + | /* selected link */ |
| + | a:active { |
| + | color: #ffe1a8; |
| + | } |
| + | |
| + | #button { |
| + | background-color: #ffb797; |
| + | border-color: #ff9d8b; |
| + | font-family: Verdana, Geneva, sans-serif |
| + | } |
| + | |
| + | #dropdown{ |
| + | background-color: #ff9d8b; |
| + | border-color: #ffb797; |
| + | font-family: Verdana, Geneva, sans-serif |
| + | } |
| + | |
| + | #dropdowntext{ |
| + | color: #ffb797; |
| + | } |
| + | |
| + | #profile{ |
| + | margin: 2em; |
| + | |
| + | } |
| + | </style> |
| + | </head> |
| + | |
| + | |
| + | |
| + | <body> |
| + | |
| + | |
| + | <div class="container-fluid"> |
| + | <div class="page-header"> |
| + | <h1>Sabrina Nemis' GCwiki page</h1> |
| + | <div class="btn-group btn-group-justified"> |
| + | <button type="button" class="btn btn-primary" id="button"><a href="Mailto:sabrina.nemis@ppsc-sppc.gc.ca">Contact me <span class="glyphicon glyphicon-envelope" alt="Open email"></span></a></button> |
| + | <div class="btn-group"> |
| + | <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" id="button"> |
| + | GCtools <span class="caret"></span></button> |
| + | <ul class="dropdown-menu" role="menu" id="dropdown"> |
| + | <li><a href="https://gccollab.ca/profile/Sabrinacnemis">GCcollab</a></li> |
| <!DOCTYPE html> | | <!DOCTYPE html> |
| <html> | | <html> |