forked from LibTechWomen/LibTechWomen.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
first version;feel free to add/modity
- Loading branch information
Bohyun Kim
committed
Feb 18, 2014
1 parent
6561ebf
commit 83599fa
Showing
49 changed files
with
12,891 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico"> | ||
|
||
<title>About LibTechWomen</title> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- Custom styles for this template --> | ||
<link href="cover.css" rel="stylesheet"> | ||
<link href="font-awesome-4.0.3/css/font-awesome.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="font-awesome-4.0.3//css/font-awesome.min.css"> | ||
<!-- Just for debugging purposes. Don't actually copy this line! --> | ||
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> | ||
|
||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
|
||
<body> | ||
|
||
<div class="site-wrapper"> | ||
|
||
<div class="site-wrapper-inner"> | ||
|
||
<div class="cover-container"> | ||
|
||
<div class="masthead clearfix"> | ||
<div class="inner"> | ||
<h3 class="masthead-brand">LibTechWomen</h3> | ||
<ul class="nav masthead-nav"> | ||
|
||
<li><a href="index.html">Home</a></li> | ||
<li class="active"><a href="#">About</a></li> | ||
<li><a href="chat.html">Monthly Chat</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<div class="inner cover"> | ||
|
||
<h1 class="cover-heading">About LibTechWomen</h1> | ||
|
||
<p class="lead">LibTechWomen is a supportive space for women and their friends to network, develop skills, build confidence, and lead positive change. | ||
</p> | ||
|
||
<p class="lead">Whether you're an experienced or aspiring technologist, whether technology is a hobby or part of your job, you belong here.</p> | ||
|
||
<p class="lead">We hang out online in <a href="http://webchat.freenode.net/">the #libtechwomen chatroom on IRC</a>, where we hold <a href="chat.html">a monthly chat</a>. We also organize a meet-up at various conferences such as Code4Lib, ALA, and ACRL.</p> | ||
|
||
<p class="lead">Find us in multiple social media channels, <a href="https://groups.google.com/forum/?fromgroups#!forum/libtechwomen">Google Group listserv</a>, and more below! Our Twitter hashtag is <a href="https://twitter.com/search?q=%23libtechwomen">#libtechwomen</a>.</p> | ||
|
||
</div> | ||
|
||
|
||
|
||
<div class="mastfoot"> | ||
<div class="inner"> | ||
<p> | ||
<a href="http://twitter.com/libtechwomen"><i class="fa fa-twitter fa-2x"></i></a> | ||
|
||
<a href="https://www.facebook.com/libtechwomen"><i class="fa fa-facebook fa-2x"></i></a> | ||
|
||
|
||
<a href="https://plus.google.com/communities/104044326453478230968"><i class="fa fa-google-plus fa-2x"></i></a> | ||
|
||
<a href="https://groups.google.com/forum/?fromgroups#!forum/libtechwomen"><i class="fa fa-user fa-2x"></i></a> | ||
|
||
<a href="http://libtechwomen.tumblr.com/"><i class="fa fa-tumblr fa-2x"></i></a> | ||
|
||
<a href="https://github.com/LibTechWomen"><i class="fa fa-github fa-2x"></i></a> | ||
|
||
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-2x"></i></a> | ||
</p> | ||
<p>© 2014 LibTechWomen</p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
|
||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
<script src="js/bootstrap.min.js"></script> | ||
<script src="js/docs.min.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<link rel="shortcut icon" href="../../assets/ico/favicon.ico"> | ||
|
||
<title>Monthly Chat - LibTechWomen</title> | ||
|
||
<!-- Bootstrap core CSS --> | ||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- Custom styles for this template --> | ||
<link href="cover.css" rel="stylesheet"> | ||
<link href="font-awesome-4.0.3/css/font-awesome.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="font-awesome-4.0.3//css/font-awesome.min.css"> | ||
<!-- Just for debugging purposes. Don't actually copy this line! --> | ||
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> | ||
|
||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
</head> | ||
|
||
<body> | ||
|
||
<div class="site-wrapper"> | ||
|
||
<div class="site-wrapper-inner"> | ||
|
||
<div class="cover-container"> | ||
|
||
<div class="masthead clearfix"> | ||
<div class="inner"> | ||
<h3 class="masthead-brand">LibTechWomen</h3> | ||
<ul class="nav masthead-nav"> | ||
<li><a href="index.html">Home</a></li> | ||
<li><a href="about.html">About</a></li> | ||
<li class="active"><a href="chat.html">Monthly Chat</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
|
||
<div class="inner cover"> | ||
|
||
<h1 class="cover-heading">Monthly Chat</h1> | ||
|
||
<p class="lead">Join our monthly chat on <a href="http://webchat.freenode.net/">IRC</a>! (channel: #libtechwomen) <br/>Every 1st Friday of the Month, 2-3pm EST. | ||
</p> | ||
<p><a href="http://webchat.freenode.net/" class="btn btn-lg btn-default">#libtechwomen on IRC</a></p> | ||
|
||
<div class="highlight"> | ||
<h4>New to IRC? </h4> | ||
<p>Check <a href="https://plus.google.com/+BohyunKim/posts/fgGpVovA4qT">this simple instruction.</a></p> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
||
|
||
<div class="mastfoot"> | ||
<div class="inner"> | ||
|
||
<p> | ||
<a href="http://twitter.com/libtechwomen"><i class="fa fa-twitter fa-2x"></i></a> | ||
|
||
<a href="https://www.facebook.com/libtechwomen"><i class="fa fa-facebook fa-2x"></i></a> | ||
|
||
|
||
<a href="https://plus.google.com/communities/104044326453478230968"><i class="fa fa-google-plus fa-2x"></i></a> | ||
|
||
<a href="https://groups.google.com/forum/?fromgroups#!forum/libtechwomen"><i class="fa fa-user fa-2x"></i></a> | ||
|
||
<a href="http://libtechwomen.tumblr.com/"><i class="fa fa-tumblr fa-2x"></i></a> | ||
|
||
<a href="https://github.com/LibTechWomen"><i class="fa fa-github fa-2x"></i></a> | ||
|
||
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-2x"></i></a> | ||
</p> | ||
<p>© 2014 LibTechWomen</p> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
|
||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
<script src="js/bootstrap.min.js"></script> | ||
<script src="js/docs.min.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.