-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
98 lines (96 loc) · 3.49 KB
/
services.html
File metadata and controls
98 lines (96 loc) · 3.49 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!Doctype html>
<html>
<head>
<meta charset='utf-8'>
<meta name="viewport" content="width=device-width">
<meta name="description" content="Affordable and professional web design">
<meta name="keywords" content="Web design,affordable web design,Professional web design">
<meta name="author" content="SangeethaVelu">
<link rel="stylesheet" href="./css/style.css">
<title>Acxions mid month reviw | Services</title>
</head>
<body>
<header>
<div class="container" >
<div id="branding">
<h1><span class="highlight">AcXions</span> Web Design</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li class="current"><a href="services.html">Services</a></li>
</ul>
</nav>
</div>
</header>
<section id="newsletter">
<div class="container">
<h1>Subscribe to AcXions</h1>
<form>
<input type="email" placeholder="Enter email...">
<button type="submit" class="button_1">Subscribe</button>
</form>
</div>
</section>
<section id="main">
<div class="container">
<article id="main-col">
<h1 class="Page-title">Services</h1>
<ul id="services">
<li>
<h3>CEG Cares</h3>
<p>
We cares team conducting events for the wellness for the human beings,creating awareness about the Environment,caring for animals and birds,caring for the home.We are caring for the whole living creatures.
</p>
<p>
We rise by lifting others.
</p>
</li>
<li>
<h3>CEG Reads</h3>
<p>
Reading is a very good habit that one needs to develop in life.Reading develops language skills and vocabalory.Reading books relax and reduce stress.We conducting many events on reading to cultivate the habits of reading.
</p>
<p>
Reading is a Conversation.
</p>
</li>
<li>
<h3>CEG Speaks</h3>
<p>
We can say that speaking means to converse,or expressing one's thoughts and feelings in spoken language.We team conducting many speech events to participants in order to avoid thier stage fear,inferior complexity.By providing these events one can convey a clarity speech.
</p>
<p>
Listen with curiosity,Speak with Honesty.
</p>
</li>
</ul>
</article>
<aside>
<div class="dark">
<h3>Get A Query</h3>
<form class="quote">
<div>
<label>Name</label><br>
<input type="text" placeholder="Name">
</div>
<div>
<label>Email</label><br>
<input type="email" placeholder="Email Address">
</div>
<div>
<label>Message</label><br>
<textarea placeholder="Message"></textarea>
</div>
<button class="button_1" type="submit">Send</button>
</form>
</div>
</aside>
</div>
</section>
<footer>
<p>AcXions Web Design, Copyright © 2020</p>
</footer>
</body>
</html>