├── Html-Personal Website ├── images │ └── ravi.jpg └── index.html ├── README.md ├── documentation_page └── ducumentation.html ├── surveyform └── form.html ├── time_table └── time_table.html └── tribute_page └── tributepage.html /Html-Personal Website/images/ravi.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ravikumar7210/htmlonly_projects/1b4351dba51cfe8629e28e6745e49f59e785cc4e/Html-Personal Website/images/ravi.jpg -------------------------------------------------------------------------------- /Html-Personal Website/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Ravi kumar 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 17 | 21 | 22 |
15 | ravi image 16 |

Ravi Kumar

18 |

This is a portfolio website

19 |

i am a web developer

20 |
23 |
24 |

books and teaching

25 | 29 |
30 |

My hobbies

31 |
    32 |
  1. cricket
  2. 33 |
  3. traveling
  4. 34 |
  5. food explorer
  6. 35 |
36 |
37 |

work experience

38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 |
dateswork
2019-2021web development
2021 researcher insitute
53 |
54 |

skills

55 | 56 | 57 | 69 | 82 |
58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 |
web development✨✨✨✨
photography✨✨✨✨
68 |
70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 |
machine learning✨✨✨✨
travelling✨✨✨✨
81 |
83 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | only html projects to practice html 2 | -------------------------------------------------------------------------------- /documentation_page/ducumentation.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 |
7 |
8 |
9 | 31 |
32 |
33 |
34 |
35 | 36 |

intro

37 |
38 |

Some content about the main topic, for example Java documentation introduction about the language 39 |

40 |
41 |
42 |

Prerequisites

43 |
44 |

Background information before getting into the topic:

45 | 46 |
  • Some list content
  • 47 |
  • Prerequisites.
  • 48 |
  • Workings and assumptions
  • 49 |

    Any other content to be covered before learning this topic

    50 | 51 |
    52 |
    53 |

    general intro about the topic

    54 |
    55 |

    More lines about the topic. For example, how the basic functionality works, features etc...

    56 |

    57 | Technical documentation should be thorough and to the point 58 |

    59 |

    60 | Write about features, comparisons with other languages etc 61 |

    62 |
    63 |
    64 |
    65 |

    Topic 1

    66 |
    67 | Getting started with the actual documentation content 68 | This would come in a different color and font indicating lines of code 69 | 70 |
    71 |
    72 |
    73 |

    Topic 2

    74 |

    75 | Another topic about the main topic, for example, if the topic is Java, this could be variables or data types in Java 76 |

    77 |
    78 |
    79 |
    80 |
    81 |
    82 | -------------------------------------------------------------------------------- /surveyform/form.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Employee Interests Survey 7 | 8 | 9 | 10 | 11 |
    12 | 13 |
    14 | 15 |

    Employee Interests Survey form

    16 | Enter your name: 17 | 18 | 19 | 20 |

    21 | Enter your department: 22 |

    23 | Tell us a little about yourself: 24 | 26 |

    27 | Do you exercise at home? 28 | 29 | Yes 30 | No 31 |

    32 | How do you like to read about your favorite topics? 33 |

    34 | 35 | Books 36 | Online resources 37 | Phone apps 38 | Magazines 39 |

    40 | What genre of movies do you like? 41 | 42 | 49 |

    50 | 51 | 52 |
    53 |
    54 | 55 | -------------------------------------------------------------------------------- /time_table/time_table.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |

    TIME TABLE

    6 | 7 | 8 | 9 | 13 | 17 | 21 | 25 | 29 | 33 | 37 | 41 | 45 | 46 | 47 | 49 | 50 | 51 | 52 | 55 | 57 | 58 | 59 | 60 | 63 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 75 | 76 | 77 | 78 | 79 | 82 | 83 | 84 | 87 | 88 | 89 | 90 | 93 | 94 | 95 | 96 | 99 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 111 | 112 | 113 | 114 | 117 | 118 | 119 |

    11 | Day/Period
    12 |
    15 | I
    9:30-10:20
    16 |
    19 | II
    10:20-11:10
    20 |
    23 | III
    11:10-12:00
    24 |
    27 | 12:00-12:40 28 | 31 | IV
    12:40-1:30
    32 |
    35 | V
    1:30-2:20
    36 |
    39 | VI
    2:20-3:10
    40 |
    43 | VII
    3:10-4:00
    44 |
    48 | MondayEngMatChe 53 |

    L
    U
    N
    C
    H

    54 |
    LABPhy
    61 | Tuesday 62 | LAB 65 | EngCheMatSPORTS
    73 | Wednesday 74 | MatphyEngCheLIBRARY 81 |
    85 | Thursday 86 | PhyEngCheLAB 92 | Mat
    97 | Friday 98 | LAB 101 | MatCheEngPhy
    109 | Saturday 110 | EngCheMatSEMINAR 116 | SPORTS
    120 | 121 | 122 | -------------------------------------------------------------------------------- /tribute_page/tributepage.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Build a Tribute Page 5 | 6 | 7 | 8 | 9 |

    10 | My Tribute Page 11 |

    12 |
    13 |

    14 | Nelson Mandela Tribute 15 |

    16 |
    17 | Image of Nelson Mandela 18 |
    19 | Nelson Mandela 70th birthday tribute images. Photo Credit: Google. 20 | 21 |
    22 |

    23 | First of two Mandela events 24 |

    25 |

    26 | The Nelson Mandela 70th Birthday Tribute was a popular-music concert staged on 11 June 1988 at Wembley Stadium, London, and broadcast to 67 countries and an audience of 600 million. Marking the forthcoming 70th birthday (18 July 1988) of the imprisoned anti-apartheid revolutionary Nelson Mandela, the concert was also referred to as Freedomfest, Free Nelson Mandela Concert and Mandela Day. In the United States, the Fox television network heavily censored the political aspects of the concert. The concert is considered a notable example of anti-apartheid music. 27 |

    28 |

    29 | The Birthday Tribute was regarded by many, including the Anti-Apartheid Movement (AAM) and the African National Congress (ANC), as raising worldwide consciousness of the imprisonment of ANC leader Mandela and others by the South African apartheid government and forcing the regime to release Nelson Mandela earlier than would otherwise have happened. 30 |

    31 |

    32 | Eighteen months after the event, with a release now thought to be approaching, Mandela asked for the organisers of the event to create a second concert as an official international reception at which, after 27 years in prison, he would address the world. The second event, Nelson Mandela: An International Tribute for a Free South Africa, was, like the first, conceived to be shown on television across the world and was broadcast from Wembley Stadium to more than 60 countries on 16 April 1990. 33 |

    34 |

    35 | The first concert, according to Robin Denselow, music critic and presenter of the BBC broadcast, writing in 1989, was the "biggest and most spectacular pop-political event of all time, a more political version of Live Aid with the aim of raising consciousness rather than just money." 36 |

    37 |

    38 | The organiser and risk-funder of the two events was producer and impresario Tony Hollingsworth. Hollingsworth also conceived the idea for the first event. 39 |

    40 |

    41 | Starting point 42 |

    43 |

    44 | Hollingsworth developed the plan for the first Mandela concert after talking to singer Jerry Dammers of The Specials ska band, who had written the song Free Nelson Mandela in 1984 and founded the ... Click here to continue reading :) »» 45 |

    46 |
    47 | 48 | 49 | 50 | --------------------------------------------------------------------------------