A concept design of full page navigation, full of typography, and using icons as large images. I haven't used neither Javascript codes, nor a CSS preprocessors here.
A Pen by kwesi_welbred on CodePen.
<main class="site-wrapper"> | |
<div class="pt-table desktop-768"> | |
<div class="pt-tablecell page-home relative" style="background-image: url(https://images.unsplash.com/photo-1486870591958-9b9d0d1dda99?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1500&q=80); | |
background-position: center; | |
background-size: cover;"> | |
<div class="overlay"></div> | |
<div class="container"> | |
<div class="row"> | |
<div class="col-xs-12 col-md-offset-1 col-md-10 col-lg-offset-2 col-lg-8"> |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
/*The following codes consists of three java classes: DBconnection class,CreateTable class, and Main JDBC class. | |
*The DBconnection class helps to use the Database connection anywhere your programme. | |
*The CreateTable also helps to access or manipualte database right in the project with less code complexity. | |
*The main JDBC class is where we the actual coding. Thus, The DML and DQL. | |
*/ | |
//Java class : DBconnection |