Skip to content

Instantly share code, notes, and snippets.

@LeiladosSantos11
Last active November 25, 2017 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LeiladosSantos11/5bebdb81c0bfdc803444d4e562edaf94 to your computer and use it in GitHub Desktop.
Save LeiladosSantos11/5bebdb81c0bfdc803444d4e562edaf94 to your computer and use it in GitHub Desktop.
Anita Borg
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<style>
@import url('https://fonts.googleapis.com/css?family=Lora:700|Oswald:500');
</style>
</head>
<body>
<div class="container">
<div class="jumbotron">
<div class= second>
<h1 class="text-center">ANITA BORG</h1>
<h3 class="subheading"><strong>American computer scientist who advocated for women's advancement in technology.</strong></h3>
</div>
<br>
<br>
<div class="container-fluid">
<div class="row">
<div class="col-sm-6">
<img class="img-responsive" src="https://static1.squarespace.com/static/555f9696e4b0767a7f0769b3/t/5823fc8ff5e2312802b7cf2d/1478753440805/" style="width:110%">
<a>Anita Borg</a>
</div>
<div class="col-sm-6" style=>
<div class="caption">
<p>Anita Borg was the president and founding director of the Institute for Women and Technology, a nonprofit organization focused on increasing women's impact on technology and increasing the positive impact of technology on women worldwide.</p>
<p>"Although highly respected as a computer scientist, Dr Borg made her biggest mark as a champion and mentor for women in what traditionally been a man's field. Through the several programmes she founded, she became virtually synonymous with involving women in the emerging science." (New York Times)</p>
</div>
</div>
</div>
<br>
<br>
<br>
<h3>TIME LINE:</h3>
<ul>
<li> <strong>1949:</strong> Born in Chicago, Illinois.
</li>
<li><strong>1969:</strong> Dr Borg got her first programming job.
</li>
<li><strong>1981:</strong> Earned a Doctorate in Computer Science from New York University.
<li><strong>1996:</strong> Developed and patented a method for generating complete address traces for analyzing and designing high-speed memory systems.
</li>
<li><strong>1987:</strong> Co-Founded
<a href="https://anitaborg.org/get-involved/systers/" target=blanc> Systers</a>, the first online community for women in technology, well before the concept of an online community was a part of the mainstream.
</li>
<li><strong>1993:</strong> Developed MECCA, an email and Web-based system for communicating in virtual communities.
</li>
<li><strong>1994:</strong> Founded <a href="https://ghc.anitaborg.org/?_ga=2.250043462.1792555513.1502281643-1945030073.1500894403" target=blanc>the Grace Hopper Celebration of Women in Computing.</a>
</li>
<li><strong>1997:</strong> Founded the Institute for Women and Technology. She passionately believed in working for greater representation of technical women. Her goal was to have 50% representation for women in computing by 2020.
<li><strong>1999:</strong>President Clinton appointed Anita to the Commission on the Advancement of Women and Minorities in Science, Engineering, and Technology.
</li>
<li><strong>2002:</strong>She received the Heinz Award for Technology, the Economy and Employment. </li>
<li>She was a Fellow of the Association for Computing Machinery and a member of the Board of Directors of the Computing Research Association. </li>
</ul>
<br>
<br>
<br>
<div class="container-fluid">
<div class="row">
<div class="col-sm-6" style=>
<iframe width="400" height="300" src="https://www.youtube.com/embed/1yPxd5jqz_Q" frameborder="0" allowfullscreen></iframe>
<a href="https://youtu.be/1yPxd5jqz_Q">
<br>
<a>Dr. Anita Borg argues women have to be involved in creating <br>the technology that is changing the world.</a>
</div>
<div class="col-sm-6" style=>
<div class="final"
<p><strong>“The Internet enables us to share the ideas we have without having to create another hierarchy." - Dr A. Borg.</strong></p>
</div>
</div>
</div>
<br>
<br>
<br>
<br>
<h5><strong>Sources:</strong></h5>
<a href="https://anitaborg.org/"target=blanc>Anita Borg Institute</a>
<br>
<a href="http://www.nytimes.com/2003/04/10/us/anita-borg-54-trailblazer-for-women-in-computer-field.html" target=blanc>The New York Times</a>
<br>
<a href="http://ethw.org/Oral-History:Anita_Borg"target=blanc>Engineering and Technology History-Oral-History:Anita Borg</a>
<br>
</div>
</div>
</div>
</div>
</body>
</head>
</html>
body{
background-image:url(http://www.siggraph.org/sites/default/files/styles/full_news/public/field/image/women-code.jpg?itok=5Sr7oxlt)
}
.jumbotron{
margin-top:60px;
background-color:#b3cccc;
}
.second{
font-family:lora;
}
h3{
position:absolute 20px;
font-family:lora;
}
.caption{position:absolute;
font-family:oswaldo;
font-size:30px;
font-color:#000066
}
ul{position: center;
font-family:oswaldo;
font-size:25px;
}
.final{
font-family:lora;
font-size:40px;
font-color:#000066;
}
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment