-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout us.html
77 lines (73 loc) · 3.27 KB
/
about us.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.nav-list li a
{text-decoration: none;
color: white;}
.nav-list li a:hover
{color: grey;}
/* Create two unequal columns that floats next to each other */
.column
{
float: left;
padding: 10px;
height: 1000px;
}
.left {width: 15%;}
.right{width: 85%;}
</style>
</head>
<body style="margin:0;">
<div class="row">
<div class="column left" style="background-color:#003366;">
<div class="logo">
<img style="max-width:100px;max-height:100px" src= "/home/nikitha/Desktop/logo.jpg">
</div>
<nav class="navbar background">
<ul class="nav-list">
<li><a href="/home/nikitha/google solution challenge.html">Home</a><br>
<li><a href="/home/nikitha/about us.html">About Us</a><br>
<li><a href="/home/nikitha/Volunteer work.html">Volunteer work</a><br>
<li><a href="/home/nikitha/How to Contribute.html">How to Contribute</a><br>
<li><a href="/home/nikitha/Contact Us.html">Contact Us</a><br>
</ul>
</nav>
</div>
<div class="column right" style="background-color:#ffffff;">
<h1 style="color:#003366">About Us</h1>
<style>
* {
box-sizing: border-box;
}
/* Create three equal columns that floats next to each other */
.column
{
float: center;
padding: 10px;
height: 1000px;
}
</style>
<body style="margin:0;">
<div class="row">
<div class="column" style="max-width:33.3333333333%">
<h4>skjfn</h4>
<p>Probably the most effective way to achieve paragraph unity is to express the central idea of the paragraph in a topic sentence.
Topic sentences are similar to mini thesis statements. Like a thesis statement, a topic sentence has a specific main point. Whereas the thesis is the main point of the essay, the topic sentence is the main point of the paragraph. Like the thesis statement, a topic sentence has a unifying function. But a thesis statement or topic sentence alone doesn’t guarantee unity.
</p>
</div>
<div class="column" style="max-width:33.3333333333%">
<h2>Column 2</h2>
<p>Probably the most effective way to achieve paragraph unity is to express the central idea of the paragraph in a topic sentence.
Topic sentences are similar to mini thesis statements. Like a thesis statement, a topic sentence has a specific main point. Whereas the thesis is the main point of the essay, the topic sentence is the main point of the paragraph. Like the thesis statement, a topic sentence has a unifying function. But a thesis statement or topic sentence alone doesn’t guarantee unity.
</p>
</div>
<div class="column" style="max-width:33.3333333333%">
<h2>pic tab</h2>
<p>Probably the most effective way to achieve paragraph unity is to express the central idea of the paragraph in a topic sentence.
Topic sentences are similar to mini thesis statements. Like a thesis statement, a topic sentence has a specific main point. Whereas the thesis is the main point of the essay, the topic sentence is the main point of the paragraph. Like the thesis statement, a topic sentence has a unifying function. But a thesis statement or topic sentence alone doesn’t guarantee unity.
</p>
</div>
</div>
</body>
</html>