From 665501b8820710c6228f95419a1aa825b48c5d25 Mon Sep 17 00:00:00 2001 From: sakthishanmugam <91444852+sakthishanmugam@users.noreply.github.com> Date: Wed, 26 Oct 2022 21:08:23 +0530 Subject: [PATCH] Online College Election System MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Online Student Election System” is an online voting technique. In this students, who are from this corresponding college can give his/her vote online without going to any physical polling station.He/she has to be registered first to vote manually.After Registration, students can log in to the system and enroll their votes. --- .../css/election.css | 181 ++++++++++++++ Online College Election System/css/form.css | 223 ++++++++++++++++++ Online College Election System/css/home.css | 105 +++++++++ .../html/About.html | 149 ++++++++++++ .../html/Adminlogin.html | 119 ++++++++++ .../html/Campus.html | 153 ++++++++++++ .../html/Contactus.html | 91 +++++++ .../html/Departments.html | 147 ++++++++++++ .../html/Election.html | 139 +++++++++++ .../html/Studentregistrationform.html | 136 +++++++++++ Online College Election System/html/home.html | 109 +++++++++ .../html/studentlogin.html | 120 ++++++++++ .../html/votedsuccessfully .html | 13 + .../image/Rajinikanth.jpg | Bin 0 -> 535316 bytes .../image/ajith.jpg | Bin 0 -> 7789 bytes .../image/atharvaa.jpg | Bin 0 -> 44369 bytes .../image/auditorium.jfif | Bin 0 -> 13015 bytes Online College Election System/image/bus.png | Bin 0 -> 236845 bytes .../image/canteen1.jpg | Bin 0 -> 56147 bytes .../image/capgemini.jpg | Bin 0 -> 79010 bytes .../image/civil lab.jpg | Bin 0 -> 84290 bytes .../image/clg campus.jpg | Bin 0 -> 209778 bytes .../image/clg student.jpg | Bin 0 -> 408363 bytes .../image/college campus.jpg | Bin 0 -> 240467 bytes .../image/college logo.jpg | Bin 0 -> 143159 bytes .../image/computer.jpg | Bin 0 -> 155619 bytes .../image/cse lab.jpg | Bin 0 -> 38981 bytes Online College Election System/image/cse.jpg | Bin 0 -> 321125 bytes .../image/ece lab.jpg | Bin 0 -> 33783 bytes .../image/eeee lab.jpg | Bin 0 -> 435924 bytes Online College Election System/image/food.jpg | Bin 0 -> 187317 bytes .../image/harish.jpg | Bin 0 -> 53049 bytes Online College Election System/image/hcl.jpg | Bin 0 -> 22559 bytes .../image/hostel.jfif | Bin 0 -> 8929 bytes .../image/jyothika.jpg | Bin 0 -> 76418 bytes .../image/kamal.jfif | Bin 0 -> 5317 bytes .../image/keerthi.jfif | Bin 0 -> 28681 bytes .../image/library 2.jpg | Bin 0 -> 43429 bytes .../image/library.jpg | Bin 0 -> 93455 bytes .../image/mech lab.jpg | Bin 0 -> 176947 bytes .../image/prakash raj.jpg | Bin 0 -> 77575 bytes .../image/sports.jpg | Bin 0 -> 335283 bytes .../image/suriya.jfif | Bin 0 -> 5400 bytes Online College Election System/image/tcs.png | Bin 0 -> 14389 bytes .../image/vijay.jpg | Bin 0 -> 84487 bytes .../image/wipro.jpg | Bin 0 -> 5444 bytes Online College Election System/image/zoho.jpg | Bin 0 -> 21155 bytes .../javascript/adminlogin.js | 91 +++++++ .../javascript/studentlogin.js | 91 +++++++ .../javascript/studentregistrationform.js | 138 +++++++++++ README.md | 113 +-------- 51 files changed, 2006 insertions(+), 112 deletions(-) create mode 100644 Online College Election System/css/election.css create mode 100644 Online College Election System/css/form.css create mode 100644 Online College Election System/css/home.css create mode 100644 Online College Election System/html/About.html create mode 100644 Online College Election System/html/Adminlogin.html create mode 100644 Online College Election System/html/Campus.html create mode 100644 Online College Election System/html/Contactus.html create mode 100644 Online College Election System/html/Departments.html create mode 100644 Online College Election System/html/Election.html create mode 100644 Online College Election System/html/Studentregistrationform.html create mode 100644 Online College Election System/html/home.html create mode 100644 Online College Election System/html/studentlogin.html create mode 100644 Online College Election System/html/votedsuccessfully .html create mode 100644 Online College Election System/image/Rajinikanth.jpg create mode 100644 Online College Election System/image/ajith.jpg create mode 100644 Online College Election System/image/atharvaa.jpg create mode 100644 Online College Election System/image/auditorium.jfif create mode 100644 Online College Election System/image/bus.png create mode 100644 Online College Election System/image/canteen1.jpg create mode 100644 Online College Election System/image/capgemini.jpg create mode 100644 Online College Election System/image/civil lab.jpg create mode 100644 Online College Election System/image/clg campus.jpg create mode 100644 Online College Election System/image/clg student.jpg create mode 100644 Online College Election System/image/college campus.jpg create mode 100644 Online College Election System/image/college logo.jpg create mode 100644 Online College Election System/image/computer.jpg create mode 100644 Online College Election System/image/cse lab.jpg create mode 100644 Online College Election System/image/cse.jpg create mode 100644 Online College Election System/image/ece lab.jpg create mode 100644 Online College Election System/image/eeee lab.jpg create mode 100644 Online College Election System/image/food.jpg create mode 100644 Online College Election System/image/harish.jpg create mode 100644 Online College Election System/image/hcl.jpg create mode 100644 Online College Election System/image/hostel.jfif create mode 100644 Online College Election System/image/jyothika.jpg create mode 100644 Online College Election System/image/kamal.jfif create mode 100644 Online College Election System/image/keerthi.jfif create mode 100644 Online College Election System/image/library 2.jpg create mode 100644 Online College Election System/image/library.jpg create mode 100644 Online College Election System/image/mech lab.jpg create mode 100644 Online College Election System/image/prakash raj.jpg create mode 100644 Online College Election System/image/sports.jpg create mode 100644 Online College Election System/image/suriya.jfif create mode 100644 Online College Election System/image/tcs.png create mode 100644 Online College Election System/image/vijay.jpg create mode 100644 Online College Election System/image/wipro.jpg create mode 100644 Online College Election System/image/zoho.jpg create mode 100644 Online College Election System/javascript/adminlogin.js create mode 100644 Online College Election System/javascript/studentlogin.js create mode 100644 Online College Election System/javascript/studentregistrationform.js diff --git a/Online College Election System/css/election.css b/Online College Election System/css/election.css new file mode 100644 index 00000000..eafce59f --- /dev/null +++ b/Online College Election System/css/election.css @@ -0,0 +1,181 @@ +/*css for home,about,departments,campus,election and contactus*/ +h4{ + font-size: 50px; + text-align: center; + +} +/*home*/ + +.welcome-content{ + font-size: 20px; + text-align:justify; +} + +.scrollingcontent{ +margin-bottom: 50px; +margin-top: 50px; + border-style: solid; + background-color:lightblue; + width: 900px; +} +.news{ + background-color: darkslateblue; + color: ghostwhite; + padding: 10px; +} +.news-content{ +height:100px; +color: red; +} +/*about*/ + +.founderrow{ + display: flex; + justify-content:space-between; + margin-top: 50px; + + +} +.founderimg{ +width:300px; +height:400px; +padding:30px; +} +.foundercolumn1,.foundercolumn2,.foundercolumn3{ + text-align:justify; + background-color:lavender; + font-size: 20px; + border-style: solid; + border-radius: 30px; + margin: 20px; + padding: 20px; +} + +.ugcourse{ + display: flex; + justify-content: center; +} + +.ug p{ + + background-color: blue; + color: white; +} +.ugcourse div{ + padding: 20px; +} + +.company{ + margin:20px; + height:100px; + width:500px; +} +/*departments*/ +.departments img{ + width:300px; + height:300px; + padding:30px; +} +.cse, .eee ,.ece, .civil, .mech{ +display: flex; +text-align: justify; +font-size: 20px; +border-style: solid; +border-radius: 30px; +margin: 20px; +padding: 20px; +} +/*campus*/ +.gallery{ + + margin: 15px; + +} +.gallery img{ +width:250px; +height: 300px;padding: 10px; +filter: grayscale(100); +} +.gallery img:hover{ + filter: grayscale(0); + +} +.campus img{ + width:300px; + height:300px; + padding:30px; +} +.college,.library,.auditorium,.hostel{ + display: flex; + text-align: justify; + font-size: 20px; + border-style: solid; + border-radius: 30px; + margin: 20px; + padding: 20px; +} + +/*election*/ + +.president,.vicepresident{ + display: flex; + justify-content:space-between; +} + +.president img{ + width:300px; + height:400px; + padding:30px; + } +.ajith,.vijay,.suriya{ + text-align:justify; + background-color: wheat; + font-size: 20px; + border-style: solid; + border-radius: 30px; + margin: 20px; + padding: 20px; + + } + .ajith:hover,.vijay:hover,.suriya:hover,.atharvaa:hover,.jyothika:hover,.harish:hover,.keerthi:hover{ + background-color:skyblue; + + } + .vicepresident img{ + width:200px; + height:300px; + padding:20px; + } + .atharvaa,.jyothika,.harish,.keerthi{ + text-align:justify; + background-color:wheat; + font-size: 20px; + border-style: solid; + border-radius: 30px; + margin: 10px; + padding: 10px; + } +.vote{ + margin: auto; width: 500px; + height:250px;background-color:skyblue; + padding: 20px; + +} +.votepresident,.votevicepresident{ + padding:10px; + + +} +#submit{ + width:100%; + border-radius: 10px; + margin-top: 40px; +} + + + +/*contact us*/ +.location{ + margin: 40px; + text-align: center; +} \ No newline at end of file diff --git a/Online College Election System/css/form.css b/Online College Election System/css/form.css new file mode 100644 index 00000000..194d3b96 --- /dev/null +++ b/Online College Election System/css/form.css @@ -0,0 +1,223 @@ +/*css for adminlogin, student login and student registration form*/ +body{ + margin: 50px; + font-family: sans-serif; + +} +/*header*/ +.row1{ + display: flex; + justify-content: space-between; +} +.column2 { + text-transform: uppercase; + text-align: center; + color: navy; + +} +h1{ + + font-size: 65px; +} +.nav-links1 { + background-color: black; + text-align:center +} + +.nav-links1 ul li { + text-transform: uppercase; + display: inline-flex; + list-style: none; + padding: 10px; +margin:5px; +width: 135px; + +} + +.nav-links1 ul li a { + color: white; + text-decoration:none; + + } + +.active, .nav-links1 ul li :hover{ + background-color: orangered; +} +/*footer*/ +footer{ + margin-top: 20px; + background-color: navy; + padding: 35px; + +} +.row2{ + color: white; + display: flex; + justify-content:space-between; +} +h2{ + margin-bottom: 40px; + padding: 5px; + font-size: 30px; + text-align:justify; + text-decoration:underline; + +} +.column3 div{ + display: flex; + align-items: center; + +} +.fas{ +padding-right: 20px; +} + +.nav-links2 ul li { +list-style: none; +margin-bottom: 10px; +} +.nav-links2 ul li a{ + color:white; + text-decoration:none; + +} +.nav-links2 ul li a:hover{ + color:darkcyan; + +} +.fab{ + font-size: 40px; + padding: 15px; + color:dimgray; +} + +.fab:hover{ +display:contents; +color: white; + + +} + +.copyright{ + text-align: center; + color: white; + +} + +/*admin login,student login and student registration form*/ + +.loginbody{ + color: navy; + min-height: 100vh; + display: flex; + justify-content: center; + align-items: center; +} +.container{ + background-color: rgb(216,214,214); + box-shadow: rgb(0,0,0) 0px 5px 15px; + width: 400px; +} + +.headerstudent{ + color: #fff; + text-align: center; + background-color: #2a0845; + padding: 20px 40px; + border-bottom: 2px solid #494848; +} + +.form{ + padding: 30px 40px; +} + +.form-group{ + margin-bottom: 10px; + padding-bottom: 20px; + position: relative; +} + +.form-group label{ + display: block; + margin-bottom: 5px; +} + +.form-group input{ + border: 2px solid #f0f0f0; + display: block; + border-radius: 4px; + font-size: .8rem; + width: 100%; + padding: 10px; +} + +.form input::placeholder{ + color: #2a0845; +} + +.form-group i{ + position: absolute; + right: 10px; + top: 35px; + visibility: hidden; +} + +.form-group span{ + position: absolute; + bottom: 0; + left: 0; + font-weight: bolder; + font-size: 1rem; + font-style: italic; + visibility: hidden; +} + + +.form-group.success input{ + border-color: #2ecc71; +} + +.form-group.error input{ + border-color: #e74c3c; +} + +.form-group.error span{ + color: #e74c3c; + visibility: visible; +} + +.form-group.success i.ion-ios-checkmark{ + visibility: visible; + color: #2ecc71; +} + +.form-group.error i.ion-android-alert{ + visibility: visible; + color: #e74c3c; +} + +.form #submit{ + background-color:coral; + border: none; + outline: none; + color:black; + width: 100%; + padding: 10px; + font-size: 1rem; + border-radius: 4px; + cursor: pointer; + transition: all .5s; +} + +.form #submit:hover{ + background-color:lightyellow; +} + +@media only screen and (max-width : 500px){ + .form{ + width: 100%; + } + .form-group span{ + font-size: xx-small; + } +} \ No newline at end of file diff --git a/Online College Election System/css/home.css b/Online College Election System/css/home.css new file mode 100644 index 00000000..c6c43ae4 --- /dev/null +++ b/Online College Election System/css/home.css @@ -0,0 +1,105 @@ +/*css for header and footer*/ +body{ + margin: 50px; + font-family: sans-serif; + +} +/*header*/ +.row1{ + display: flex; + justify-content: space-between; +} +.column2 { + text-transform: uppercase; + text-align: center; + color: navy; + +} +h1{ + + font-size: 65px; +} +.nav-links1 { + background-color: black; + text-align:center +} + +.nav-links1 ul li { + text-transform: uppercase; + display: inline-flex; + list-style: none; + padding: 10px; +margin:5px; +width: 135px; + +} + +.nav-links1 ul li a { + color: white; + text-decoration:none; + + } + +.active, .nav-links1 ul li :hover{ + background-color: orangered; +} +/*footer*/ +footer{ + margin-top: 20px; + background-color: navy; + padding: 35px; + +} +.row2{ + color: white; + display: flex; + justify-content:space-between; +} +h2{ + margin-bottom: 40px; + padding: 5px; + font-size: 30px; + text-align:justify; + text-decoration:underline; + +} +.column3 div{ + display: flex; + align-items: center; + +} +.fas{ +padding-right: 20px; +} + +.nav-links2 ul li { +list-style: none; +margin-bottom: 10px; +} +.nav-links2 ul li a{ + color:white; + text-decoration:none; + +} +.nav-links2 ul li a:hover{ + color:darkcyan; + +} +.fab{ + font-size: 40px; + padding: 15px; + color:dimgray; +} + +.fab:hover{ +display:contents; +color: white; + + +} + +.copyright{ + text-align: center; + color: white; + +} \ No newline at end of file diff --git a/Online College Election System/html/About.html b/Online College Election System/html/About.html new file mode 100644 index 00000000..dc22b67a --- /dev/null +++ b/Online College Election System/html/About.html @@ -0,0 +1,149 @@ + + + +
+ + + +Vinayaga Engineering College is established by Educational Trust. It was registered as a public charitable trust in the year 2000 to serve the society. + The trust is doing service in the field of Technical Education and Research. It is the first Engineering College started in the Kumbakonam. It was started with the aim to accelerate academic, social and economic development. + It is one of the leading Engineering colleges affiliated to the Anna University, Chennai. The Campus is spread over an area of 150 acres with gorgeous background of Temples. + The Fresh air, sweet medicated water from Cauvery River. The Serene area provides pleasant atmosphere for the students to concentrate well on their studies.
+It is my earnest belief that technical education without imparting the real awareness of the social responsibility and societal values will be of no avail. + Our Engineering College endeavours this vital ingredient into the student community so as to transform them into well-shaped citizens of our Future india.
+Mr. Rajinikanth, B.Sc.,
+Vice Chairman /Correspondent
+Propogation of Technical education must crop up from the grass roots of the rural and the down trodden portion of our society. + Then only the real goal of shaping the technocrat will be achieved so as to influence the society at large. + I sincerely hope that the above process is being demonstrated through our Arasu Engineering College to the Maximum.
+Mr. Kamal, M.A.,
+Chairman/Founder
+Our goal is to bring changes in the world through education. The college has the privilege of having a healthy, + harmonious ambience and rich values.We focus on our students by providing them with a world class outcome based education, hands-on experience through research, + training and various student forums& clubactivities.
+Dr. Prakash raj, M.E., Ph.D.,
Principal
+UG COURSES
B.E - Computer Science & Engineering
+B.E - Electrical and Electronics Engineering
+B.E - Electronics and Communication Engineering
+B.E - Mechanical Engineering
+B.E - Civil Engineering
+The infrastructure of a college plays a vital role in the development of the college as the students are now focusing on the labs, class rooms, etc while selecting a college. It is important that the colleges have very good infrastructure with advanced laboratories equipped with state of the art equipment etc. Only then the students can get hands on experience with the latest technologies. + Computing resources are one of the important and mandatory needs of a college. All colleges are now equipped with latest computer products and internet connectivity but certain colleges are more advanced than the others and it is important to find those collegescollege Constructed Area is 1,64,750 Sq.ft.The Institution is spread over a sprawling campus with its calm serene surrounding creating a very good study atmosphere.
The pride of the institution is the central library, which caters to the insatiable knowledge thirst of the voracious readers. It provides a serene atmosphere for deeper and concentrator study. The library has been fully automated with the application of Barcode Technology and houses separate sections for General books, References, Periodicals and Catalogues. + At present it has a collection of 25,100 volumes of text and reference books to meet the requirements as per the latest syllabi of Anna University. It subscribes to a large number of dailies and journals, both national and international in various subjects. Open Access System is followed and Online Public access Catalogue (OPAC) service is made available to all staff and students to save time in locating the books required. Reprographic services and internet facilities are also available. + Utmost care is taken in developing resources for each department. + The college has installed Automated Gate Register for entering the student’s details.
This mammoth auditorium can seat more than 3000 people. Built with excellent acoustic facilities and audio control room, this auditorium has a balcony area and two green rooms attached. Complete with 30 centralized air-conditioning units, the auditorium, which is situated in the third floor of the building. + + The auditorium is used for all major college functions including College Day, Founder's Remembrance Day, Founder's birthday celebrations, Cultural events, College's Founding Day celebrations, Union Valedictory Function and the College Convocation. It is also utilized for occasions such as students' assembly, wherein the entire college needs to assemble in one place.
Two separate exclusive boys and girls hostel – 8 storied buildings which can accommodate 500 students each. + Single, 2 , 3 & 8 Bedded accommodation + Optional A/C facility + State of the art Gym & Indoor games + WIFI connectivity + 24/7 in house medical care with 1000 beded Multi-Speciality Hospital within the campus + Entertainment halls with multi channel television facility + Open air movie screening facility for weekly movie shows + Exclusive visitors lounge + 24/7 security vigilance + Treated RO water in all the floors for drinking purpose. + Solar hot water for bathing. + Clean Hygienic environment' +
The department of Computer Science and Engineering strives to provide high quality education in Computer domains and follows Outcome Based Education (OBE). The department offers both UG and PG programmes with an intake of 120 and 18 respectively. The Computer Science and Engineering programme is accredited by NBA. + + The department has a strong foundation to train the students on cutting edge technologies such as Cloud Computing, Python, Big Data Analytics, Machine Learning, Network Security and Information Retrieval. The department is committed to inculcate strong ethical values and spirit of social commitment among the students. + + The department has well equipped laboratory facilities for Internet programming, Cloud Computing, Programming Languages, Software development, Data Analytics and Open Source Software laboratories to provide practical training to the students. Apart from the regular curriculum, the students are exposed to work in Network Technology and Network Security Laboratories through CISCO Certified Network Academy (CCNA). + + ICT based Innovative teaching methods are followed in the department through smart classrooms. The department regularly organizes symposia, conferences, seminars, workshops on recent trends and technologies. The department signed MOU’s with reputed companies to support students for Internship, placement and consultancy.
The Department of Electrical and electronics Engineering was established in the year 2002-2003 with the intake of 60. It is recognized by AICTE and affiliated to Anna University, Chennai. The Department is accredited by National Board of Accreditation ( NBA),New Delhi for 3 years since 2009.The Department has well-defined curriculum with due exposure towards latest innovation and advancement in the field of Electrical, electronics and computer Engineering application at both introductory and advanced levels. The students are trained to analyse almost all electrical and electronics equipments, the theory behind their operation, their design, their procedure of maintenance, services etc., + +The Department strives to keep in pace with the growing technology by conducting seminars, workshop, student symposiums, conferences, technical discussions and special lectures by eminent people from industry and also from well reputed institutions. The Department has vast library apart from the central library to improve the knowledge of the students and the staff.
Electronics and Communication Engineering (ECE) is a swiftly advancing field, with new ideas emerging every other second. From mobile phones to fiber optics and remote sensing, there are exciting avenues to explore and create. The ECE department at Arasu Engineering College prepares students for careers in this constantly evolving discipline. The Department of Electronics and Communication Engineering came into existence in the year 2001-2002. Ever since its inception, it has been splendid in providing dynamic and quality engineers to the society till date., and in enhancing the laboratory facilities to cope up with the new developments in the state-of art technologies. The Electronics and Communication laboratories are constantly upgraded with new equipments.
The department of Mechanical Engineering was established in the academic year 2005-‘06 with an approved intake of 60 students and intake has risen to 120. From the inception, the department is growing constantly towards the objective and it is providing an excellent infrastructure with well equipped laboratories aiming for the development of student community with the latest technical knowledge, good leadership qualities and spirit of competence. + + + + Various research works have been undertaken by the department in the fields of internal combustion engines, pollution and its control, renewable energy sources and alternative fuels. The department is providing all the required facilities for the students to do their project work inside the college campus. Our students won number of prizes in the national level project competitions conducted by the various universities and organizations. + + + + The mechanical engineering students’ association is functioning under the banner “MECHZEAL” in order to develop the multi-personality skill of the students. The students association is regularly conducting various workshops, seminars, conference, etc. to cope up the students with the latest technological advancements. Frequently, experts from various fields are invited to the department for sharing their experience and knowledge with the students. The students are encouraged and guided to present technical papers in the conferences conducted by the other colleges
The civil engineering department started in the year 2007 and is furnished with an excellent infrastructure to enrich the students in various fields of civil engineering like Building Construction, Water Resource Engineering, Estimating and Costing, Environmental Engineering , Transportation Engineering, Survey Engineering etc., + + Objectives: + + Impart quality education in Civil Engineering and empower the students to face the prospect engineering challenges.
Final year-MECH
Final year-CSE
Final year-ECE
Second year-EEE
Final year-CSE
Final year-CIVIL
Final year-ECE
Vinayaga Engineering College is established by Educational Trust. It was registered as a public charitable trust in the year 2000 to serve the society. + The trust is doing service in the field of Technical Education and Research. It is the first Engineering College started in the Kumbakonam. It was started with the aim to accelerate academic, social and economic development. + It is one of the leading Engineering colleges affiliated to the Anna University, Chennai. The Campus is spread over an area of 150 acres with gorgeous background of Temples. + The Fresh air, sweet medicated water from Cauvery River. The Serene area provides pleasant atmosphere for the students to concentrate well on their studies.
+IMPORTANT NEWS | +
---|
+
+
+ |
+
Z`&<=M`&rCP=0-JDD^V;
zO8(k69`NJM>3GGExFe4r-)H`GFLF*Ai}5s1XQJNg0!IsFdj}uQ6Vp-_F*Scku7~aH
zU#W&S&2DZKH}(2G%<`A7T$oDM?bSf^^p;b8bvE91jz;WXH+r>Iao1yaTS#a=->P6s
z=$<9EGd;NIQ%>xUNHQ+a6g6zyxqf}X(GY(^*6$)kOjx|I#xX^ms!=!6RWL<2y+gq5
z_(+tqB0c?k*LAs~Yt|+{!)vi>BoC>k&HO3MYku5KjyViSja74~V|hY%MT2O1rrs}F
z4pC;;bkG~HRg88cJD|!&&FltDx*qER4Nb(+_=!jSmL1on>q}-{)yfH4tIkJj^eZEd
z+x}ys={9?=o`^(4bBQVe_%lGX-}CX@#iEaP$4zQ`oC~Lb3lnDa;77{w3FiZT$)q&K
zAM|)fwfdc6(fjC^)@YT7a=kx1^+~J$Dr)j7n(1|2P{Eo}&3ws?A8*Tc_KE#(aWXfy
z%wMq7S|cdZg|A#3pAAZwJ#tP>GG4gLn7%38w)aXY<+dN^%=i6M05N*QC(ES4UZ)Ob
zC_;D8_Gsp^Rr7&IukrN4kERXE)H>$Y+VXpc^yQ(kIXAW?2S3i+e<+zF?6W_7R{K?Z
z=XItbF+Pj;ZD9mm)&bp bl%x{18sK%!cGr{^mNs-zGVX<@d0hX9YBEp>;NdB2fzR%;0d^*SOIvh
zzp26685>zAq{~l<@U1=JPDr@R8A}k4dqyp%VWM`vvLsL}AY9<>uMv~{ZNyrxD5Iwb
zh^ItR%DEz4ehmT~q_z9+imttf#_x)pyNldk6&K`R6?JPTkKY(gd!*Ozih{F~{O<~=
z$G=$1+Bn+(RK&TK09_?nIZzsOlt{X^P^c}!(^?v_h^n3?C3ly9gULGmJDse%t-gT^
zQjt;D2{pIBldO|1XfyqHxUPp2@(ix+<0NhTn;g#zG`J$%<*krbs1ckAscoQ>Lj=^U=@ZX<1i;&7ITY}^s9Mh-A=a={e}cd`Ga
zK0*{i7nDgBfkYyloe(beKbzqH!k|R>8=T-5To+|={u|=LF9aytZ!l`FpzoZ^09b-K
zXtMm3pY0=-GaTXB{p= aURM*P`+)30B@SDHMTU_dH0!Jy^w3NJJVh
zKz5xJmgn?rE5GADpWRCR0&{&B?~>sKOm;oLobH2$FZlfaBOAiKPx@S`qXlEl6GLK5
z=^HzyyGp7lLUcCg(?J#m4)~UFScH2zVImxfh=@mh%&hbU!Z<8h*
zOS<>#lRj-LJ;hzOZGA@AL6ZGOE2P#|+>M%5w@&NTCzfqX-!$Z7dCaG>hMVNCm1SG(
z2$@nb9;gs@DQZkLzcg(NI#jFauP&ymxRzg%H&e8WuFPBE?jBJegZ^Y#>JlDXVfW=r
zDjxtA$qFjl#X-sh4vDA~g&5qpC^5JNthlRuFfd{&E|pHzd`eQ_T24^*(;heW>ca{#
z
x28Ev
zWl@x~p28?<1cZz>gJ1>oDf?afU4&4OUJbmT3AZLXGvsLooMxwJjtr~S!6u?%pLI@-
z5E8ExQM+g5h1p0Xz*s13-ggm(G93kE5x9)CkB!pLn0(Iac~{PM2gsdN89*vzE5OnIuqneO|17r>snVw
zyau++V)WPFoc2kxh3eUQSq(13&;Cw*hve~E7UG?2S*z66mdA};Ho6SfjGb=lBt^af
zE2`CTx@rFajrV?%{M-72b3704Rqk7P61`UQ>?FQ{7?M&171SeP>)5IfO1wlNikbGI
zQn5uAyiNR48#=eIAI!+S4;>@
QUAF7|k@2t0HS_l&eml}2K2Ou89-D@l
zyH7QA?c#1EBYr=#_@(2&rSwAfFjM(0Y>TY;fG9{{W07hs%1g;9pBo
zKb8K`Et+{GN(g$XVH%iu(fm62dz|!Gs{_4=d0#_}xz5>{k