-
Notifications
You must be signed in to change notification settings - Fork 0
/
index1.php
165 lines (137 loc) · 5.53 KB
/
index1.php
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<?php
include('header.php');
include('connection.php');
?>
<!-- ***** Header Area End ***** -->
<div class="main-banner wow fadeIn" id="top" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="col-lg-6 align-self-center">
<div class="left-content show-up header-text wow fadeInLeft" data-wow-duration="1s" data-wow-delay="1s">
<div class="row">
<div class="col-lg-12">
<h2>Revolutionizing Autism Care: Introducing Neuronurturer</h2>
<p>Neuronurturer uses AI to detect autism in children and offers educational resources alongside early intervention support.
It then goes beyond diagnosis with <br>virtual assistants designed for autistic individuals' daily needs.</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="right-image wow fadeInRight" data-wow-duration="1s" data-wow-delay="0.5s">
<img src="assets/images/slider-dec.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="services" class="services section">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2">
<div class="section-heading wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.5s">
<h4>Amazing <em>Services & Features</em> for you</h4>
<img src="assets/images/heading-line-dec.png" alt="">
<p>Neuronurturer utilizes AI to analyze facial scans for potential signs of Autism in children.
This early detection allows access to crucial interventions and personalized educational resources.
Our comprehensive system goes beyond diagnosis, providing virtual assistants tailored to help autistic
students navigate daily life and learning.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3">
<a href=detection.php style="color: black;">
<div class="service-item first-service">
<div class="icon"></div>
<h4>Early Eye</h4>
<p>This advanced facial recognition technology helps identify potential markers of ASD
in children, enabling early intervention .</p>
</div>
</a>
</div>
<div class="col-lg-3">
<div class="service-item second-service">
<div class="icon"></div>
<h4>Lumina</h4>
<p>Empower your social journey with our personalized virtual assistant – streamlining individuals life for enhanced productivity and success."</p>
<div class="text-button">
</div>
</div>
</div>
<div class="col-lg-3">
<div class="service-item third-service">
<div class="icon"></div>
<h4>NeuroHive</h4>
<p>Inclusive community empowers autistic talents,
Safe space to freely showcase abilities,
Find belonging and support.</p>
<div class="text-button">
</div>
</div>
</div>
<div class="col-lg-3">
<a href=care_taker.php style="color: black;">
<div class="service-item fourth-service">
<div class="icon"></div>
<h4>SpectrumSkills</h4>
<p>Compassionate support hub for parents and caregivers of autistic individuals, offering guidance, community, and resilience.</p>
<div class="text-button">
</div>
</div>
</div>
</a>
</div>
<br>
<br>
<br>
<div class="row">
<div class="col-lg-3">
<div class="service-item first-service_letter">
<div class="icon"></div>
<h4>Letter Safari</h4>
<p>Empowering students through personalized, sensory-friendly methods to master
letters and communication on our platform.</p>
<div class="text-button">
</div>
</div>
</div>
<div class="col-lg-3">
<div class="service-item first-service_number">
<div class="icon"></div>
<h4>NumberNest</h4>
<p> To explore the fundamentals of numbers and operations, empowering you to excel in logic and math.</p>
<div class="text-button">
</div>
</div>
</div>
<div class="col-lg-3">
<div class="service-item first-service_social">
<div class="icon"></div>
<h4>Social Awareness</h4>
<p>Fostering understanding and empathy, for individuals through engaging content and community support.</p>
<div class="text-button">
</div>
</div>
</div>
<div class="col-lg-3" style="margin-top: 16px;">
<div class="service-item first-service_story">
<div class="icon"></div>
<h4>TaleTwist</h4>
<p>Dive into enchanting stories that ignite imagination and inspire a profound love for reading in children's hearts.</p>
<div class="text-button">
</div>
</div>
</div>
</div>
</div>
</div>
<?php
include('footer.php');
?>