diff --git a/index.html b/index.html index 980418e..3f6ebbf 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + Charles Babbage @@ -12,15 +12,17 @@ <link rel="stylesheet" href="main.css"> </head> <body style=" padding:10%;"> + <header> <h1>CHARLES BABBAGE</h1> <h1 id="diff">The Father Of Computers</h1> - <img src="Alamy-charles-babbage-xlarge.jpg" width="100%"> +</header> + <img src="Alamy-charles-babbage-xlarge.jpg" alt="CHARLES BABBAGE"> <div id="Name"> <blockquote> "A tool is usually more simple than a machine;<br> it is generally used with the hand,<br> whilst a machine is frequently moved by animal or steam power." </blockquote> - </div> - <div> + </div> + <section> <div style="float:left;width:45%; text-align:left; font-size:140%;"> Charles Babbage(26 December 1791 – 18 October 1871) was an English polymath. A mathematician, philosopher, inventor and mechanical engineer, Babbage originated the concept of a digital programmable computer. @@ -32,9 +34,9 @@ <h1 id="diff">The Father Of Computers</h1> His date of birth was given in his obituary in The Times as 26 December 1792; but then a nephew wrote to say that Babbage was born one year earlier, in 1791. The parish register of St. Mary's Newington, London, shows that Babbage was baptised on 6 January 1792, supporting a birth year of 1791.Read on to explore more about his life and works here <a href="https://www.thefamouspeople.com/profiles/charles-babbage-3709.php">here</a> </div> <div style="clear:both"></div> - </div> + </section> <br> - <div align="center" id="timeline" style="font-size:140%;"> + <section id="timeline" style="font-size:140%;"> 1791<br> <i>December 26</i> Birth in London<br> @@ -90,26 +92,30 @@ <h1 id="diff">The Father Of Computers</h1> <i>October 18, 1871</i> Charles Babbage Died in London, England<br> 1985<br> Science Museum of London launched a project to build a complete Babbage Engine<br> - </div> - <div> - <div style="float:left; width:40%; " > + </section> + <section> + <article style="float:left; width:40%; " > + <header> <h2 style="text-align:center; font-size:500%;"> Plan 28 </h2> + </header> <p style="text-align:left; font-size:140%;"> In 2011, researchers in Britain proposed a multimillion-pound project, "Plan 28", to construct Babbage's Analytical Engine. Since Babbage's plans were continually being refined and were never completed, they intended to engage the public in the project and crowd-source the analysis of what should be built. It would have the equivalent of 675 bytes of memory, and run at a clock speed of about 7 Hz. They hope to complete it by the 150th anniversary of Babbage's death, in 2021 </p> - </div> + </article> <div style="float:right; width:40%;"> + <header> <h2 style="text-align:center; font-size:500%;"> Babbage`s Family </h2> + </header> <p style="text-align:left; font-size:140%;"> On 25 July 1814, Babbage married Georgiana Whitmore at St. Michael's Church in Teignmouth, Devon; her sister Louisa married Edward Ryan.s The couple lived at Dudmaston Hall, Shropshire (where Babbage engineered the central heating system), before moving to 5 Devonshire Street, London in 1815 Charles and Georgiana had eight children, but only four – Benjamin Herschel, Georgiana Whitmore, Dugald Bromhead and Henry Prevost – survived childhood. Charles' wife Georgiana died in Worcester on 1 September 1827, the same year as his father, their second son (also named Charles) and their newborn son Alexander. </p> </div> <div style="clear:both"></div> - </div> + </section> </body> </html> \ No newline at end of file diff --git a/readme.md b/readme.md index 4a053ea..6763add 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,8 @@ # _Brief life of **Charles Babbage**_ ## How to open project -### 1. Download zip or clone the repo +### 1. Download zip or clone the repo or go to settings and click on the link given there. ### 2. Open index.html in your browser ### 3. Read about _Charles Babbage_ ## _Contributers_ -### Team **[NiP]** \ No newline at end of file +### Team **[NiP]**