Skip to content
Open
Show file tree
Hide file tree
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
Binary file added img/IMAG0221_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 17 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- FULL PAGE.JS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.4/jquery.fullpage.css" />
<link href="https://fonts.googleapis.com/css?family=Dancing+Script|Indie+Flower|Liu+Jian+Mao+Cao&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.4/jquery.fullpage.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/2.9.4/vendors/scrolloverflow.min.js"></script>
<!-- Add icon library -->
Expand Down Expand Up @@ -46,20 +47,25 @@ <h2></br>October 2019</h2>
In this format:
<li><a href ="[link to your portfolio/github page]">[user name here]</a></li>
-->
<li><a href="https://github.com/DSCFutminna">DSCFutminna</a></li>
<li><a href="https://github.com/GeneralXS" style="font-family: 'Indie Flower', cursive; font-size: 4ex" class="text-secondary">Abdullahi NJ</a></li>

</ol> -->
</ol>

<div class="card">
<img src="img/gaphy.jpg" alt="Gaphy" style="width:100%">
<h1>Raji Abdulgafar</h1>
<p class="title">DSC LEAD</p>
<p>Federal University of Technology Minna</p>
<a href="https://github.com/abdulgaphy"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/mrgaphy"><i class="fa fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/mrgaphy"><i class="fa fa-linkedin"></i></a>
<a href="https://facebook.com/mrgaphy"><i class="fa fa-facebook"></i></a>
<p><button>Contact</button></p>
<img src="./img/IMAG0221_1.jpg" alt="M Nuur" style="width:100%">
<div class="card-body">
<div class="card-title">
<h1 style="font-family: 'Liu Jian Mao Cao', cursive">Abdullahi Nurudeen J</h1>
</div>
<p class="title" style="font-family: 'Dancing Script', cursive; font-size: 5ex">Participant</p>
<p style="font-family: 'Dancing Script', cursive; font-size:2rem">Federal University of Technology Minna</p>
<a href="https://github.com/GeneralXS"><i class="fa fa-github"></i></a>
<a href="https://twitter.com/Muhammad1Nuur"><i class="fa fa-twitter text-primary"></i></a>
<a href="https://www.linkedin.com/in/abdullahi-nurudeen-jibrin"><i class="fa fa-linkedin text-primary"></i></a>
<p><button class="btn btn-outline-primary">Contact</button></p>
</div>


</div>
</div>
<!-- End of Oct' 19 Sign in -->
Expand Down
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ button {
display: inline-block;
padding: 8px;
color: white;
background-color: #000;
background-color: rgb(143, 122, 122);
text-align: center;
cursor: pointer;
width: 100%;
font-size: 18px;
font-size: 30px;
}

a {
Expand Down