Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,23 @@
<html>
<head>
<title>Women 4Tech Web Bootcamp</title>

</head>
<!-- style sheet-->
<style>
#pic{
border: 3px solid black;
}
</style>
<body>
<center>
<center>

<h1>Welcome to Women 4Tech Web Bootcamp</h1>
<img src="img\w4tech.jpg" width="900px" height="500px">
<img src="img\w4tech.jpg" width="900px" height="500px" id="pic">
<h3><a href="document/Women 4Tech.pdf">About Women 4Tech</a>&NonBreakingSpace;<a href="https://women4tech.github.io">Our Site is Live</a></h3>
<h3><a href="https://medium.com/@w4tech">Read More about Women 4Tech on Medium</a></h3>
</center>

</center>

</body>
</html>
</html>