Lokarpan

Summer Internship

By: Akul Mehra

Sr. No: 35 

Enrl No: 07615002714

Class: CSE-2 (5th Sem)

What is Lokarpan ?

Lokarpan is an NGO, and was established by Mr. H. V. Singh in 1996 to commemorate a vision to enable poor, rural communities to improve their social and economic conditions through participatory projects in health, education, income generation through training and convergence and veterinary care.

The Vision

Our goal is to improve the Socioeconomic status of rural India.

To create a world where individual’s have dignity and self-respect. A world where people respect each other across the barriers of poverty, gender, caste and religion.

Our Approach

Big change is impossible without a little help. For 20 years, we have worked closely with communities to identify their needs and aspirations in order to serve them.

Education

Providing Schools with:

  • Good Infrastructure
  • Training to teachers
  • Great study material
  • Creating interactive and personalised digital libraries
  • Summer camps & competitions

My Job as a Web Developer

To create a web app for the users so that they can have an overview about the condition of Rural Area in India, and how they and Lokarpan can help, improve their condition.

What is a Web app ?

HTML

<!DOCTYPE html>
<html lang="en">
<head>
	<title>Hello World</title>
	<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
	<h1>Hello World</h1>
	<script src="main.js"></script>
</body>
</html>

Hello World !

CSS

Styling the pages

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: grey;
	color: yellow;
}

Javascript

Bringing life to pages.

var body = document.getElementsByTagName('Body')[0];

body.onclick = function() {
    alert('Hello Human !\n Clicked on body');
};

What I made.

( with dummy images and text )

Title Text

Summer Internship for College

By Akul Mehra

Summer Internship for College

  • 540