Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <div class="bg container container-fluid" align="center">
  <br></br>
  <h1 class="text-center color-black ">Dr. A P J Abdul Kalam</h1> 
    <h2 class="text-center color-black ">The most self-less man</h2>
  <div align="center">
  <hr class="b1" >
  </div>
  <!-- Image -->
  
    <a href = "http://www.abdulkalam.com/kalam/theme/jsp/guest/index.jsp" target="_blank">
              <img class="img"  src="http://www.abdulkalam.com/kalam/theme/assets/images/quotes/kalam-quote-02.jpg" alt="Dr. Avul Pakir Jainulabdeen Abdul Kalam"></a>

  <br></br>
<!-- Info APJ sir -->
<div align="center"><h3>
  <p align="left" style="border:3px; border-style:dotted; border-color:#000; padding: 1em; color:black;">Born on 15th October 1931 at Rameswaram in Tamil Nadu, Dr. Avul Pakir Jainulabdeen Abdul Kalam, graduated in Science from St. Joseph's College, Trichy in 1954 and specialized in Aeronautical Engineering from Madras Institute of Technology (MIT) in 1957. <br> Dr. Kalam is a pioneer in fibre glass technology and led a young team to initiate this effort in ISRO from design, development leading to production of composites rocket motor cases. Dr. Kalam made significant contribution as Project Director to develop India's first indigenous Satellite Launch Vehicle (SLV-3) which successfully injected the Rohini satellite in the near earth orbit in July 1980 and made India an exclusive member of Space Club.</p>      
      
   <p align="left" style="border:3px; border-style:dotted; border-color:#000; padding: 1em; color:black;">As Chairman of Technology Information, Forecasting and Assessment Council (TIFAC) and as an eminent scientist, he led the country with the help of 500 experts to arrive at Technology Vision 2020 giving a road map for transforming India from the present developing status to a developed nation. <br> Dr. Kalam has served as the Principal Scientific Advisor to the Government of India, in the rank of Cabinet Minister, from November 1999 to November 2001 and was responsible for evolving policies, strategies and missions for many development applications. Dr. Kalam was also the Chairman, Ex-officio, of the Scientific Advisory Committee to the Cabinet (SAC-C) and piloted India Millennium Mission 2020.</p> 
  
   <p align="left" style="border:3px; border-style:dotted; border-color:#000; padding: 1em; color:black;">Dr. Kalam is passionate about bringing rural prosperity through PURA (Providing Urban Amenities to Rural Areas), in which science and technology has to play a key role. Based on his diverse experience he has been propagating the concept of World Knowledge Platform through which the core competencies of organizations and nations can be synergized to innovate and create solutions and products for the challenges of 21st century.</p> 
  
   <p align="left" style="border:3px; border-style:dotted; border-color:#000; padding: 1em; color:black;">Dr. Kalam is one of the most distinguished scientists of India with the unique honour of receiving honorary doctorates from 48 Universities and institutions from India and abroad. The Honorary Doctorates include, Nyenrode Business University, Netherlands; Nanyang Technological University, Singapore; Carnegie Mellon University, Pittsburg USA; University of Wolverhampton, UK; University of Kentucky,USA; Oakland University, Michigan USA; University of Waterloo, Canada; University Sans Malaysia, Malaysia University of Sydney, Australia and the Simon Fraser University, Vancouver.</p> 
  
   <p align="left" style="border:3px; border-style:dotted; border-color:#000; padding: 1em; color:black;">The Royal Society, UK has awarded Dr Kalam with the King Charles-II Medal for Science and Technology in October 2007. He received the Woodrow Wilson Award in 2008. The Royal Academy of Engineering, London conferred on him the International Medal 2008 in June 2009 at London. The Hoover Board of Awards presented him the Hoover Medal 2008 at New York in April 2009. The Aerospace Historical Society in Collaboration with the Graduate Aerospace Laboratories (GALCIT) at the California Institute of Technology awarded him the 2009 International Von Karman Wings Award in September 2009.
<br>
Dr. Kalam became the 11th President of India on 25th July 2002. After five eventful years he demitted office on 25th July 2007. His focus is on transforming India into a developed nation by 2020. His accent is on constructive networking and excellent human resources for an economically developed, prosperous and peaceful society.</p> 
  </h3>
  </div>
  </div>

<div class="quote-link">
      <h2><i class="fa fa-quote-left fa-2x" style="color: #5a6b2f
;" aria-hidden="true"></i>
Those who cannot work with their hearts achieve but a hollow, half-hearted success that breeds bitterness all around.</h2>

      <p>Dr. A P J's message to students.</p>
      <div class="separator"></div>
      <p>Get the detailed account of his life on
        <a href="http://www.abdulkalam.com/kalam/theme/jsp/guest/index.jsp"><span class="bold-link"> his website</span></a>.</p>
    </div>
  </div>

  <footer>
    <p class="credit">Coded by <a href="https://www.freecodecamp.com/spunkyishan" class="bold-link" target="_blank">IK</a></p>
    <p class="source">Source of the timeline and quote: <a class="bold-link" href="http://www.abdulkalam.com/kalam/theme/jsp/guest/index.jsp" target="_blank">   Dr. APJ's Personal Website</a></p>
  </footer>
              
            
!

CSS

              
                *{
  padding:0px;
  margin:0px;
}
.container, .container-fluid{
  padding:0; 
  width:100%;
text-align: center;
}

.bg{
  background-image: url('http://www.ripcityinteractive.com/wp-content/uploads/2014/03/soft-color-blurred-background-rocks-hd-wallpaper-abstrack-photo-blurred-colors-hd-wallpaper.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0px;
   padding: 0px;
  height: 1350px;
  color:black;
}

.b1{
  background-color: #000;
  width: 75%;
  height:5px;
  border: none;
  align:center;
} 
.img {
  width: 1300px;
  height:400px;
  margin:20px;
}

footer {
  width: 100%;
  background-color: #2F2B2B;
  color: white;
  text-align: center;
  padding: 20px 0;
}

footer p {
  margin: 0 0;
  font-size: 13px;
}

footer .bold-link {
  text-decoration: none;
  color: #ccc;
  font-weight: bold;
}

footer .credit {
  font-size: 15px;
}

footer a:hover {
  color: white;
}
.quote-link {
  background-color:#94a2af;
  color: white;
  padding: 40px 10% 30px 10%;
}

.quote-link h2 {
  text-align: right;
  font-family: 'Muli', sans-serif;
  padding-right: 10px;
}

.quote-link p {
  padding-right: 0;
  text-align: right;
}

.quote-link p a {
  text-decoration: none;
  color: rgba(255,255,255,0.7);
}

.quote-link p a:hover {
  color: white;
}

.separator {
  width: 90%;
  height: 1px;
  background-color: white;
  margin: 0 auto;
}

              
            
!

JS

              
                
              
            
!
999px

Console