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
9 changes: 0 additions & 9 deletions Birds/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</head>
<body>

<!-- Navbar -->
<nav class="navbar navbar-default">
<div class="container">
<div class="navbar-header">
Expand All @@ -33,23 +31,18 @@
</div>
</nav>

<!-- First Container -->
<div class="container-fluid bg-1 text-center">
<h3 class="margin">Who Am I?</h3>
<img src="assets/bird.jpg" class="img-responsive margin" style="display:inline" alt="Bird" width="350" height="350">
<h3>I'm an adventurer</h3>
</div>

<!-- Second Container -->
<div class="container-fluid bg-2 text-center">
<h3 class="margin">What Am I?</h3>
<p>I am a bird. I fly high where the music takes me. I fly free in a world of love & hate. I sit in my nest; my comfort zone. I sit, watching the world from afar. Watching & wishing war would subside, And peace take its place. I fly to a place where only in my dreams, In my dreams, a world of happiness, A world where love could be enough. As a bird, I continue to grow, Unsure of where my wings will take me, But confident I can make a difference in this world so troubled and forlorn. When I'm old, when I'm wise, my wings are fully grown I will make a difference. I will help the birds with a tear in their wing, A damper on their spirits, Or a nest that's been broken by the strong winds of the Earth. But now as I am still growing, I'll stay in my nest, And when possible, fly to the far end of my branch, And as I work harder, and as I grow, I will get to the very reaches of the tree in which I nest. And while I'm still young, and while IÕm still small, I will love my fellow birds, And help them in their journey to the sky I will someday reach. For the sky is the limit, and I am a bird.</p>
<a href="#" class="btn btn-default btn-lg">
<span class="glyphicon glyphicon-search"></span> Search
</a>
</div>

<!-- Third Container (Grid) -->
<div class="container-fluid bg-3 text-center">
<h3 class="margin">Where To Find Me?</h3><br>
<div class="row">
Expand All @@ -67,8 +60,6 @@ <h3 class="margin">Where To Find Me?</h3><br>
</div>
</div>
</div>

<!-- Footer -->
<footer class="container-fluid bg-4 text-center">
<p></p>
</footer>
Expand Down