Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

ASSIGNMENT 1 (5%) SUBJECT: CSIT 128 – FEB 2020 Checking the Local Server functionality Checking the installation of your computer in the lab. For this subject you can choose to install any Code Editor...

1 answer below »
ASSIGNMENT 1 (5%)
SUBJECT: CSIT 128 – FEB 2020
Checking the Local Server functionality
Checking the installation of your computer in the lab. For this subject you can choose to install any Code
Editor that student’s prefe
ed.
Installing XAMPP server
1. Go to XAMPP server website at : http:
www.apachefriends.org/en/xampp.html
2. The size of this application is roughly 97.3MB
3. To avoid any issue, don’t change the installation folder. By default, it will be installed in
C:\XAMPP. Once it is installed, the XAMPP Control Panel will execute. Then, Start the “Apache”
server.
4. Test your installation by opening your
owser and enter http:
localhost. You should see the
XAMPP welcome page.
REMINDER:
1. Please submit original works.
2. Plagiarism will not be tolerated. Student will be given 0 marks.
3. All student must demonstrate their work, otherwise no mark given.
This assignment contains FOUR (4) tasks. You must complete all and demonstrate your work.
Reference: www.w3schools.com/html
Task 1:
1. Create new folder in C:\xampp\htdocs. Name the new folder as “Assignment1”.
2. Later, you can view the document in web
owser by navigate to: localhost/Assignment1
3. Prepare THREE (3) HTML documents as follows: index, news and contact.
4. Make sure that all page must use
as structure and they are linked.
5. Make sure to include THREE (3) types of link: Local Link, Internal Link and External Link
6. Headers – h1, h2, and h3.
7. FIVE (5) different HTML character entities.
8. Paragraphs, Block quotes and pre-formatted text.
9. Superscript and Subscript in webpage.
**Note: You can apply the criteria in different webpages. But, make sure to write comments as it will
e asked during demonstration.
Task 2:
1. Examine the sample picture for index.html, and prepare similar layout using HTML code.
2. For video and audio, you can find any media that you prefe
ed.
http:
www.apachefriends.org/en/xampp.html
http:
localhost
http:
www.w3schools.com/html
3. For text, you can find any relevant information. DO NOT SIMPLY COPY AND PASTE the content.
The system in Moodle will detect for plagiarism.

Include HTML 5
VIDEO here.
Use ONLY ONE (1)
HTML Table in
this section.
Include HTML 5
AUDIO here.
Task 3:
1. Examine the news.html page, and prepare similar layout using HTML code.

Task 4:
1. Examine the contact.html page, and prepare similar layout using HTML code.

Include HTML ANCHOR tag.
Links in this page should not
edirect to any resources. So,
use # instead.
Include Google Map
here.
Refer to tutorial in lab.
Include Nested
HTML LIST here
Include HTML
input CHECKBOX
here.
Include HTML
input RADIO
BUTTON here.
Marking Schema
Completeness and Complexity of Code/ Webpage – 3 marks
Co
ectly implement HTML elements (valid HTML syntax) – 1 mark
Student clearly demonstrate and explain his/her work. – 1 mark
Submission:
1. Before submitting the document, make sure that the document contains the co
ect code, and it
follows all the requirements.
2. During demonstration, your attendance is required.
a. If student didn’t demonstrate the work, then 0 mark will be given.
3. The marks will be awarded according to tasks completion and ability to explain the code.
a. If student didn’t demonstrate the same document/code as submitted in Moodle, then
mark will be given based on Moodle submission.
4. Paste all HTML code into a text file (save it as Assignment1.txt). You must include the following:
a. Student declaration. (refer page 3)
(If student didn’t submit this section, the instructor has the right to NOT MARK the
student’s work).
. Student’s Assignment (code) separated by file name. (refer page 4)
Example of Student’s declaration
Example of Student’s Code
--------------------------------------
STUDENT DECLARATION
--------------------------------------
I have read the policy for plagiarism at University of Wollongong.
I declare that this assignment is entirely my work.
If found to be plagiarized, I will receive 0 marks.
--------------------------------------
STUDENT DETAILS
--------------------------------------
STUDENT ID NUMBER:
STUDENT NAME:
STUDENT FAMILY NAME:
UOW EMAIL: --------------------------------------
Filename: index.html
--------------------------------------
!DOCTYPE html>
html>
head>
Index<br />title> <br />head> <br />ody> <br />This is index page <br />a href="about.html">About Me<br />a> <br />a href="media.html">Media<br />a> <br />a href="contact.html">Contact Me<br />a> <br />ody> <br />html> <br /> <br />ASSIGNMENT 2 (5%) – HTML Web form and CSS <br />SUBJECT: CSIT 128 – FEB 2020<br />MARKING CRITERIA: <br />Task 1: Completed the task and creatively include CSS styling – 3 marks <br />Task 2: Completed the task and appropriately use HTML form elements – 1 mark<br />Student clearly explain the code and able to modify the code during demonstration – 1 mark<br />REMINDER: <br />1. Student must demonstrate their work during lab session. Failed to attend will result with 0 marks. <br />2. Plagiarism will not be tolerated. Student will be given 0 marks.<br />For this assignment, open C:/XAMPP/htdocs, then create a new folder (Assignment2). Place your code <br />inside this folder. You can use your previous code from Assignment 1 to continue.<br />This assignment contains TWO (2) tasks. You must complete all and demonstrate your work.<br />Note: Students are required to prepare the front-end code; BACKEND CODE is not required.<br />Task 1 <br />1. Use your work from Assignment 1. Based from the previous HTML webpage, include the <br />following CSS: <br /> Apply different FONT-FAMILY (use font other than Arial/ Times News Roman). <br /> Implement <span> in webpage <br /> Implement CSS DESCENDENT-ANCESTOR (3 levels of descendent-ancestor) <br /> Implement CSS CHILD – PARENT (3 levels of child-parent). <br /> Implement FIVE (5) DIFFERENT INTERNAL and FIVE (5) DIFFERENT INLINE CSS. <br /> Implement CSS BOX MODEL: Content, Padding, Margin, and Border. <br /> Apply TWO (2) different CSS Float and TWO (2) different POSITION property. <br /> Apply FIVE (5) different CSS Pseudo-Class. <br /> Apply CSS Gradient in webpage. **Refer to Lecture Note on this.<br />Task 2 <br />1. Use your work from Assignment 1. Add ONE (1) new HTML page: register. <br />2. Examine the page structure, and prepare similar layout using HTML input form and CSS style.<br /> <br />Submission: <br />1. During demonstration, your attendance is required. If student didn’t demonstrate the work, 0 <br />marks will be given. <br />2. The marks will be awarded according to tasks completion and ability to explain the code. <br />3. Paste all HTML code into a text file (save it as Assignment2.txt). You must include the following: <br />a. Student declaration. (refer page 3) <br />(If student didn’t submit this section, the instructor has the right to NOT MARK the <br />student’s work). <br />. Student’s Assignment (code) separated by file name. (refer page 4)<br />Example of Student’s declaration<br />Example of Student’s Code <br />-------------------------------------- <br />STUDENT DECLARATION <br />-------------------------------------- <br />I have read the policy for plagiarism at University of Wollongong. <br />I declare that this assignment is entirely my work. <br />If found to be plagiarized, I will receive 0 marks. <br />-------------------------------------- <br />STUDENT DETAILS <br />-------------------------------------- <br />STUDENT ID NUMBER: <put your UOW/INTI ID here> <br />STUDENT NAME: <put your name here> <br />STUDENT FAMILY NAME: <put your family name here> <br />UOW EMAIL: <put your UOW email address here<br />-------------------------------------- <br />Filename: index.html <br />-------------------------------------- <br />!DOCTYPE html> <br />html> <br />head> <br /> <title>Index<br />title> <br />head> <br />ody> <br />This is index page <br />a href="about.html">About Me<br />a> <br />a href="media.html">Media<br />a> <br />a href="contact.html">Contact Me<br />a> <br />ody> <br />html> <br />-------------------------------------- <br />Filename: about.html <br />-------------------------------------- <br />!DOCTYPE html> <br />html> <br />head> <br /> <title>About <br />title> <br />head> <br />ody> <br />This is about page <br />a href="about.html">About Me<br />a> <br />a href="media.html">Media<br />a> <br />a href="contact.html">Contact Me<br />a> <br />ody> <br />html<br /> <br />CSIT 128 – ASSIGNMENT 3 (5%)<br />MARKING CRITERIA: <br />Task 1: Student co<br />ectly include JavaScript validation and display e<br />or message using span – 1 mark <br />Task 2: Student co<br />ectly include all JavaScript regular expression – 1 mark <br />Task 3: Student co<br />ectly include Mouse, Keyboard and Form events. – 1 mark <br />Student creatively implement JS events – 1 marks<br />Student clearly explain the code and able to modify the code during demonstration – 1 mark<br />Task 1: <br />1. Modify previous register form created in Assignment 2 (Task 2). <br />2. Make sure that all input must be filled. Include JavaScript validation, to check on this. <br />3. Use <span> to display e<br />or message and red font color to display all e<br />or message. <br />4. If the user has entered co<br />ect input, then remove the previous e<br />or message.<br /> <br /> <br /> <br /> <br /> <br />Task 2: <br />1. Modify previous HTML form created in Assignment 2 (Task 1). <br />2. Students must use JavaScript validation and include the regular expression pattern. The <br />condition should be as follows: <br /> All input is required. <br /> First name and Last name must be starts with Capital Letter. User must enter at least 3 <br />character. Example: John <br /> Email should be valid to this format: XXXXXXXXXX <br /> The birth date for must be from 1st January 2000 until 31st December 2002. <br />o Note 1: Please use input type text, not date for this. <br />o Note 2: For Chrome Web <br />owser, the date will display as YYYY-MM-DD. <br /> The password and re-type password must match. The password is at least 8 characters: <br />a combination of letters, numbers and one special character. <br />3. When the user “submit” the form, it will display back all information at the bottom of the page.<br /> <br /> <br /> <br /> <br /> <br /> <br />Task 3: <br />1. Apply THREE (5) different JavaScript Mouse events. <br />2. Apply THREE (5) different JavaScript Input events. <br />3. Apply TWO (2) different Load Events<br />mailto: XXXXXXXXXX<br />Submission: <br />1. During demonstration, your attendance is required. <br />a. During demonstration, 1 mark will <div class="row txtSpac"> <div class='attachdoc'><a href='/attached-files/csit128-part1-html-4tdhv5tk.pdf?did=1' download='csit128-part1-html-4tdhv5tk.pdf' target='_blank'><span class='glyphicon glyphicon-download-alt' aria-hidden='true'></span> csit128-part1-html-4tdhv5tk.pdf </a><a href='/attached-files/csit128-part2-css-rutl0obx.pdf?did=1' download='csit128-part2-css-rutl0obx.pdf' target='_blank'><span class='glyphicon glyphicon-download-alt' aria-hidden='true'></span> csit128-part2-css-rutl0obx.pdf </a><a href='/attached-files/csit128-part3-javascript-zxtwwaup.pdf?did=1' download='csit128-part3-javascript-zxtwwaup.pdf' target='_blank'><span class='glyphicon glyphicon-download-alt' aria-hidden='true'></span> csit128-part3-javascript-zxtwwaup.pdf </a><a href='/attached-files/csit128-part4-javascript-cxowtt3y.pdf?did=1' download='csit128-part4-javascript-cxowtt3y.pdf' target='_blank'><span class='glyphicon glyphicon-download-alt' aria-hidden='true'></span> csit128-part4-javascript-cxowtt3y.pdf </a><a href='/attached-files/csit128-part5-xml-nvpmkhej.pdf?did=1' download='csit128-part5-xml-nvpmkhej.pdf' target='_blank'><span class='glyphicon glyphicon-download-alt' aria-hidden='true'></span> csit128-part5-xml-nvpmkhej.pdf </a></div> </div> </div> <script type='application/ld+json'>{"@context":"http://schema.org","@type":"QAPage","mainEntity":{"@type":"Question","name":"ASSIGNMENT 1 (5%) SUBJECT: CSIT 128 – FEB 2020Checking the Local Server functionality Checking the...","author":{"@type":"Person","name":"Anonymous"},"dateCreated":"2021-06-15T03:12:41","text":"ASSIGNMENT 1 (5%) SUBJECT: CSIT 128 – FEB 2020Checking the Local Server functionality Checking the installation of your computer in the lab. For this subject you can choose to install any Code Editor that student’s prefeed. Installing XAMPP server 1. Go to XAMPP server website at : http:www.apachefriends.org/en/xampp.html 2. The size of this application is roughly 97.3MB 3. To avoid any issue, don’t change the installation folder. By default, it will be installed in C:\\XAMPP. Once it is installed, the XAMPP Control Panel will execute. Then, Start the “Apache” server. 4. Test your installation by opening your owser and enter http:localhost. You should see the XAMPP welcome page.REMINDER: 1. Please submit original works. 2. Plagiarism will not be tolerated. Student will be given 0 marks. 3. All student must demonstrate their work, otherwise no mark given.This assignment contains FOUR (4) tasks. You must complete all and demonstrate your work.Reference: www.w3schools.com/html Task 1: 1. Create new folder in C:\\xampp\\htdocs. Name the new folder as “Assignment1”. 2. Later, you can view the document in web owser by navigate to: localhost/Assignment1 3. Prepare THREE (3) HTML documents as follows: index, news and contact. 4. Make sure that all page must use as structure and they are linked. 5. Make sure to include THREE (3) types of link: Local Link, Internal Link and External Link 6. Headers – h1, h2, and h3. 7. FIVE (5) different HTML character entities. 8. Paragraphs, Block quotes and pre-formatted text. 9. Superscript and Subscript in webpage. **Note: You can apply the criteria in different webpages. But, make sure to write comments as it will e asked during demonstration.Task 2: 1. Examine the sample picture for index.html, and prepare similar layout using HTML code. 2. For video and audio, you can find any media that you prefeed. http:www.apachefriends.org/en/xampp.htmlhttp:localhosthttp:www.w3schools.com/html3. For text, you can find any relevant information. DO NOT SIMPLY COPY AND PASTE the content. The system in Moodle will detect for plagiarism. Include HTML 5 VIDEO here. Use ONLY ONE (1) HTML Table in this section. Include HTML 5 AUDIO here. Task 3: 1. Examine the news.html page, and prepare similar layout using HTML code. Task 4: 1. Examine the contact.html page, and prepare similar layout using HTML code. Include HTML ANCHOR tag. Links in this page should not edirect to any resources. So, use # instead. Include Google Map here. Refer to tutorial in lab. Include Nested HTML LIST here Include HTML input CHECKBOX here. Include HTML input RADIO BUTTON here. Marking Schema Completeness and Complexity of Code/ Webpage – 3 marks Coectly implement HTML elements (valid HTML syntax) – 1 mark Student clearly demonstrate and explain his/her work. – 1 markSubmission: 1. Before submitting the document, make sure that the document contains the coect code, and it follows all the requirements. 2. During demonstration, your attendance is required. a. If student didn’t demonstrate the work, then 0 mark will be given. 3. The marks will be awarded according to tasks completion and ability to explain the code. a. If student didn’t demonstrate the same document/code as submitted in Moodle, then mark will be given based on Moodle submission. 4. Paste all HTML code into a text file (save it as Assignment1.txt). You must include the following: a. Student declaration. (refer page 3) (If student didn’t submit this section, the instructor has the right to NOT MARK the student’s work). . Student’s Assignment (code) separated by file name. (refer page 4)Example of Student’s declarationExample of Student’s Code-------------------------------------- STUDENT DECLARATION -------------------------------------- I have read the policy for plagiarism at University of Wollongong. I declare that this assignment is entirely my work. If found to be plagiarized, I will receive 0 marks. -------------------------------------- STUDENT DETAILS -------------------------------------- STUDENT ID NUMBER: STUDENT NAME: STUDENT FAMILY NAME: UOW EMAIL: -------------------------------------- Filename: index.html -------------------------------------- !DOCTYPE html> html> head> Indextitle> head> ody> This is index page a href=\"about.html\">About Mea> a href=\"media.html\">Mediaa> a href=\"contact.html\">Contact Mea> ody> html> ASSIGNMENT 2 (5%) – HTML Web form and CSS SUBJECT: CSIT 128 – FEB 2020MARKING CRITERIA: Task 1: Completed the task and creatively include CSS styling – 3 marks Task 2: Completed the task and appropriately use HTML form elements – 1 markStudent clearly explain the code and able to modify the code during demonstration – 1 markREMINDER: 1. Student must demonstrate their work during lab session. Failed to attend will result with 0 marks. 2. Plagiarism will not be tolerated. Student will be given 0 marks.For this assignment, open C:/XAMPP/htdocs, then create a new folder (Assignment2). Place your code inside this folder. You can use your previous code from Assignment 1 to continue.This assignment contains TWO (2) tasks. You must complete all and demonstrate your work.Note: Students are required to prepare the front-end code; BACKEND CODE is not required.Task 1 1. Use your work from Assignment 1. Based from the previous HTML webpage, include the following CSS:  Apply different FONT-FAMILY (use font other than Arial/ Times News Roman).  Implement in webpage  Implement CSS DESCENDENT-ANCESTOR (3 levels of descendent-ancestor)  Implement CSS CHILD – PARENT (3 levels of child-parent).  Implement FIVE (5) DIFFERENT INTERNAL and FIVE (5) DIFFERENT INLINE CSS.  Implement CSS BOX MODEL: Content, Padding, Margin, and Border.  Apply TWO (2) different CSS Float and TWO (2) different POSITION property.  Apply FIVE (5) different CSS Pseudo-Class.  Apply CSS Gradient in webpage. **Refer to Lecture Note on this.Task 2 1. Use your work from Assignment 1. Add ONE (1) new HTML page: register. 2. Examine the page structure, and prepare similar layout using HTML input form and CSS style. Submission: 1. During demonstration, your attendance is required. If student didn’t demonstrate the work, 0 marks will be given. 2. The marks will be awarded according to tasks completion and ability to explain the code. 3. Paste all HTML code into a text file (save it as Assignment2.txt). You must include the following: a. Student declaration. (refer page 3) (If student didn’t submit this section, the instructor has the right to NOT MARK the student’s work). . Student’s Assignment (code) separated by file name. (refer page 4)Example of Student’s declarationExample of Student’s Code -------------------------------------- STUDENT DECLARATION -------------------------------------- I have read the policy for plagiarism at University of Wollongong. I declare that this assignment is entirely my work. If found to be plagiarized, I will receive 0 marks. -------------------------------------- STUDENT DETAILS -------------------------------------- STUDENT ID NUMBER: STUDENT NAME: STUDENT FAMILY NAME: UOW EMAIL: -------------------------------------- Filename: index.html -------------------------------------- !DOCTYPE html> html> head> Indextitle> head> ody> This is index page a href=\"about.html\">About Mea> a href=\"media.html\">Mediaa> a href=\"contact.html\">Contact Mea> ody> html> -------------------------------------- Filename: about.html -------------------------------------- !DOCTYPE html> html> head> About title> head> ody> This is about page a href=\"about.html\">About Mea> a href=\"media.html\">Mediaa> a href=\"contact.html\">Contact Mea> ody> html CSIT 128 – ASSIGNMENT 3 (5%)MARKING CRITERIA: Task 1: Student coectly include JavaScript validation and display eor message using span – 1 mark Task 2: Student coectly include all JavaScript regular expression – 1 mark Task 3: Student coectly include Mouse, Keyboard and Form events. – 1 mark Student creatively implement JS events – 1 marksStudent clearly explain the code and able to modify the code during demonstration – 1 markTask 1: 1. Modify previous register form created in Assignment 2 (Task 2). 2. Make sure that all input must be filled. Include JavaScript validation, to check on this. 3. Use to display eor message and red font color to display all eor message. 4. If the user has entered coect input, then remove the previous eor message. Task 2: 1. Modify previous HTML form created in Assignment 2 (Task 1). 2. Students must use JavaScript validation and include the regular expression pattern. The condition should be as follows:  All input is required.  First name and Last name must be starts with Capital Letter. User must enter at least 3 character. Example: John  Email should be valid to this format: XXXXXXXXXX  The birth date for must be from 1st January 2000 until 31st December 2002. o Note 1: Please use input type text, not date for this. o Note 2: For Chrome Web owser, the date will display as YYYY-MM-DD.  The password and re-type password must match. The password is at least 8 characters: a combination of letters, numbers and one special character. 3. When the user “submit” the form, it will display back all information at the bottom of the page. Task 3: 1. Apply THREE (5) different JavaScript Mouse events. 2. Apply THREE (5) different JavaScript Input events. 3. Apply TWO (2) different Load Eventsmailto: XXXXXXXXXXSubmission: 1. During demonstration, your attendance is required. a. During demonstration, 1 mark will","acceptedAnswer":{"@type":"Answer","url":"https://www.topassignmentexperts.com/questions/assignment-1-5-subject-csit-128-feb-2020-checking-the-local-server-functionalit-149203.html#pnlSolution","author":{"@type":"Person","name":"Sanghamitra"},"dateCreated":"2021-06-16T03:24:01","text":"Assignment1/cars.xml\r\n \r\n \r\n M565 0GD\r\n Fort\r\n Focus\r\n\t\t P\r\n C100\r\n Smith, John\r\n 14/5/98\r\n \r\n \r\n M134 BRP\r\n Fort\r\n Fiesta\r\n\t\t P\r\n C313\r\n Blatt, Oliver\r\n 14/5/98\r\n \r\n \r\n M611 0PQ\r\n Nizzan\r\n Juke\r\n\t\t D\r\n C100\r\n Smith, John\r\n 20/5/98\r\n \r\nAssignment1/cars.xsd\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\t \r\n\t \r\n\t \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\nAssignment1/contact.html\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n ☰\r\n \r\n \r\n \t\t\r\n HOMEPAGE\r\n \r\n\t\t\r\n LATEST NEWS ON UOW\r\n \r\n\t\t\r\n CONTACT\r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n Contact\r\n\t\t\t\t\t\tList of Campuses : \r\n\t\t\t\t\t\t\t\tINTI International College Subang\r\n\t\t\t\t\t\t\t\t\t Phone:+61 2 4221 3218\r\n\t\t\t\t\t\t \r\n\t\tINTI International College Nilai\r\n\t\t\t\t\t\t\t\t\t Phone:+61 2 4221 3218\r\n\t\t\t\t\t\t \r\n\t\tINTI International College Penang\r\n\t\t\t\t\t\t\t\t\t Phone:+61 2 4221 3218\r\n\t\t\t\t\t\t \r\n\t\tINTI International College Kuala lumpur\r\n\t\t\t\t\t\t\t\t\t Phone:+61 2 4221 3218\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\tList of Programme : \r\n\t\t\t\t\t\t\t\tBachelor of Information Technology\r\n\t\t\t\t\t\t\t\t\teBusiness\r\n\t\tTechnology & science\r\n\t\t\t\t\t\t \r\n\t\tBachelor of Information Technology\r\n\t\t\t\t\t\t \t\tDigital System Security\r\n\t\tSoftware Enginerring\r\n\t\tMultimedia and Game development\r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\t \r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t\r\n\t\t\t\t\t \r\n\t\t\t\t\t\r\n\r\n \r\n\r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n Copyright © 2020 Pravin Kaur\r\n\r\nAssignment1/css/styles.css\r\nhtml {\r\n\tfont-family: Arial;\r\n\t-webkit-text-size-adjust: 100%;\r\n\t-ms-text-size-adjust: 100%\r\n}\r\nbody {\r\n\tmargin: 0\r\n}\r\na {\r\n\tbackground-color: transparent\r\n}\r\na:active {\r\n\toutline: 0\r\n}\r\na:hover {\r\n\toutline: 0\r\n}\r\nb,\r\nstrong {\r\n\tfont-weight: 700\r\n}\r\nh1 {\r\n\tmargin: .67em 0;\r\n\tfont-size: 2em\r\n}\r\nmark {\r\n\tcolor: #000;\r\n\tbackground: #ff0\r\n}\r\nsmall {\r\n\tfont-size: 80%\r\n}\r\nsub,\r\nsup {\r\n\tposition: relative;\r\n\tfont-size: 75%;\r\n\tline-height: 0;\r\n\tvertical-align: baseline\r\n}\r\nsup {\r\n\ttop: -.5em\r\n}\r\nsub {\r\n\tbottom: -.25em\r\n}\r\nimg {\r\n\tborder: 0\r\n}\r\nsvg:not(:root) {\r\n\toverflow: hidden\r\n}\r\nfigure {\r\n\tmargin: 1em 40px\r\n}\r\nhr {\r\n\theight: 0;\r\n\t-webkit-box-sizing: content-box;\r\n\tbox-sizing: content-box\r\n}\r\npre {\r\n\toverflow: auto\r\n}\r\ncode,\r\nkbd,\r\npre,\r\nsamp {\r\n\tfont-family: Arial;\r\n\tfont-size: 1em\r\n}\r\nbutton,\r\ninput,\r\noptgroup,\r\nselect,\r\ntextarea {\r\n\tmargin: 0;\r\n\tfont: inherit;\r\n\tcolor: inherit\r\n}\r\nbutton {\r\n\toverflow: visible\r\n}\r\nbutton,\r\nselect {\r\n\ttext-transform: none\r\n}\r\nbutton,\r\nhtml input[type=button],\r\ninput[type=reset],\r\ninput[type=submit] {\r\n\t-webkit-appearance: button;\r\n\tcursor: pointer\r\n}\r\nbutton[disabled],\r\nhtml input[disabled] {\r\n\tcursor: default\r\n}\r\nbutton::-moz-focus-inner,\r\ninput::-moz-focus-inner {\r\n\tpadding: 0;\r\n\tborder: 0\r\n}\r\ninput {\r\n\tline-height: normal\r\n}\r\ninput[type=checkbox],\r\ninput[type=radio] {\r\n\t-webkit-box-sizing: border-box;\r\n\tbox-sizing: border-box;\r\n\tpadding: 0\r\n}\r\ninput[type=number]::-webkit-inner-spin-button,\r\ninput[type=number]::-webkit-outer-spin-button {\r\n\theight: auto\r\n}\r\ninput[type=search] {\r\n\t-webkit-box-sizing: content-box;\r\n\tbox-sizing: content-box;\r\n\t-webkit-appearance: textfield\r\n}\r\ninput[type=search]::-webkit-search-cancel-button,\r\ninput[type=search]::-webkit-search-decoration {\r\n\t-webkit-appearance: none\r\n}\r\nfieldset {\r\n\tpadding: .35em .625em .75em;\r\n\tmargin: 0 2px;\r\n\tborder: 1px solid silver\r\n}\r\nlegend {\r\n\tpadding: 0;\r\n\tborder: 0\r\n}\r\ntextarea {\r\n\toverflow: auto\r\n}\r\noptgroup {\r\n\tfont-weight: 700\r\n}\r\ntable {\r\n\tborder-spacing: 0;\r\n\tborder-collapse: collapse\r\n}\r\ntd,\r\nth {\r\n\tpadding: 8px\r\n}\r\nhtml {\r\n\t-webkit-box-sizing: border-box;\r\n\tbox-sizing: border-box\r\n}\r\n*,\r\n::after,\r\n::before {\r\n\t-webkit-box-sizing: inherit;\r\n\tbox-sizing: inherit\r\n}\r\n@-ms-viewport {\r\n\twidth: device-width\r\n}\r\n@viewport {\r\n\twidth: device-width\r\n}\r\nhtml {\r\n\tfont-size: 16px;\r\n\t-webkit-tap-highlight-color: transparent\r\n}\r\nbody {\r\n\tfont-family: Arial;\r\n\tfont-size: 1rem;\r\n\tline-height: 1.5;\r\n\tcolor: #373a3c;\r\n\tbackground-color: #fff\r\n}\r\n[tabindex=\"-1\"]:focus {\r\n\toutline: 0!important\r\n}\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\nh5,\r\nh6 {\r\n\tmargin-top: 0;\r\n\tmargin-bottom: .5rem\r\n}\r\np {\r\n\tmargin-top: 0;\r\n\tmargin-bottom: 1rem\r\n}\r\nabbr[data-original-title],\r\nabbr[title] {\r\n\tcursor: help;\r\n\tborder-bottom: 1px dotted #818a91\r\n}\r\naddress {\r\n\tmargin-bottom: 1rem;\r\n\tfont-style: normal;\r\n\tline-height: inherit\r\n}\r\ndl,\r\nol,\r\nul {\r\n\tmargin-top: 0;\r\n\tmargin-bottom: 1rem\r\n}\r\nol ol,\r\nol ul,\r\nul ol,\r\nul ul {\r\n\tmargin-bottom: 0\r\n}\r\ndt {\r\n\tfont-weight: 700\r\n}\r\ndd {\r\n\tmargin-bottom: .5rem;\r\n\tmargin-left: 0\r\n}\r\nblockquote {\r\n\tmargin: 0 0 1rem\r\n}\r\na {\r\n\tcolor: #0275d8;\r\n\ttext-decoration: none\r\n}\r\na:focus,\r\na:hover {\r\n\tcolor: #014c8c;\r\n\ttext-decoration: underline\r\n}\r\na:focus {\r\n\toutline: thin dotted;\r\n\toutline: 5px auto -webkit-focus-ring-color;\r\n\toutline-offset: -2px\r\n}\r\npre {\r\n\tmargin-top: 0;\r\n\tmargin-bottom: 1rem\r\n}\r\nfigure {\r\n\tmargin: 0 0 1rem\r\n}\r\nimg {\r\n\tvertical-align: middle\r\n}\r\n[role=button] {\r\n\tcursor: pointer\r\n}\r\n[role=button],\r\na,\r\narea,\r\nbutton,\r\ninput,\r\nlabel,\r\nselect,\r\nsummary,\r\ntextarea {\r\n\t-ms-touch-action: manipulation;\r\n\ttouch-action: manipulation\r\n}\r\ntable {\r\n\tbackground-color: transparent\r\n}\r\ncaption {\r\n\tpadding-top: .75rem;\r\n\tpadding-bottom: .75rem;\r\n\tcolor: #ffa670;\r\n\ttext-align: left;\r\n\tcaption-side: top;\r\n}\r\n \r\nth {\r\n\ttext-align: left\r\n}\r\nlabel {\r\n\tdisplay: inline-block;\r\n\tmargin-bottom: .5rem\r\n}\r\nbutton:focus {\r\n\toutline: 1px dotted;\r\n\toutline: 5px auto -webkit-focus-ring-color\r\n}\r\nbutton,\r\ninput,\r\nselect,\r\ntextarea {\r\n\tmargin: 0;\r\n\tline-height: inherit;\r\n\tborder-radius: 0\r\n}\r\ntextarea {\r\n\tresize: vertical\r\n}\r\nfieldset {\r\n\tmin-width: 0;\r\n\tpadding: 0;\r\n\tmargin: 0;\r\n\tborder: 0\r\n}\r\nlegend {\r\n\tdisplay: block;\r\n\twidth: 100%;\r\n\tpadding: 0;\r\n\tmargin-bottom: .5rem;\r\n\tfont-size: 1.5rem;\r\n\tline-height: inherit\r\n}\r\ninput[type=search] {\r\n\t-webkit-box-sizing: inherit;\r\n\tbox-sizing: inherit;\r\n\t-webkit-appearance: none\r\n}\r\noutput {\r\n\tdisplay: inline-block\r\n}\r\n[hidden] {\r\n\tdisplay: none!important\r\n}\r\n.h1,\r\n.h2,\r\n.h3,\r\n.h4,\r\n.h5,\r\n.h6,\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\nh5,\r\nh6 {\r\n\tmargin-bottom: .5rem;\r\n\tfont-family: inherit;\r\n\tfont-weight: 700;\r\n\tline-height: 1.1;\r\n\tcolor: inherit\r\n}\r\nh1 {\r\n\tfont-size: 2.5rem\r\n}\r\nh2 {\r\n\tfont-size: 2rem\r\n}\r\nh3 {\r\n\tfont-size: 1.75rem\r\n}\r\nh4 {\r\n\tfont-size: 1.5rem\r\n}\r\nh5 {\r\n\tfont-size: 1.25rem\r\n}\r\nh6 {\r\n\tfont-size: 1rem\r\n}\r\n.h1 {\r\n\tfont-size: 2.5rem\r\n}\r\n.h2 {\r\n\tfont-size: 2rem\r\n}\r\n.h3 {\r\n\tfont-size: 1.75rem\r\n}\r\n.h4 {\r\n\tfont-size: 1.5rem\r\n}\r\n.h5 {\r\n\tfont-size: 1.25rem\r\n}\r\n.h6 {\r\n\tfont-size: 1rem\r\n}\r\n.lead {\r\n\tfont-size: 1.25rem;\r\n\tfont-weight: 300\r\n}\r\n.display-1 {\r\n\tfont-size: 6rem;\r\n\tfont-weight: 300\r\n}\r\n.display-2 {\r\n\tfont-size: 5.5rem;\r\n\tfont-weight: 300\r\n}\r\n.display-3 {\r\n\tfont-size: 4.5rem;\r\n\tfont-weight: 300\r\n}\r\n.display-4 {\r\n\tfont-size: 3.5rem;\r\n\tfont-weight: 300\r\n}\r\nhr {\r\n\tmargin-top: 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tborder: 0;\r\n\tborder-top: 1px solid rgba(0, 0, 0, .1)\r\n}\r\n.small,\r\nsmall {\r\n\tfont-size: 80%;\r\n\tfont-weight: 400\r\n}\r\n.mark,\r\nmark {\r\n\tpadding: .2em;\r\n\tbackground-color: #fcf8e3\r\n}\r\n.list-unstyled {\r\n\tpadding-left: 0;\r\n\tlist-style: none\r\n}\r\n.list-inline {\r\n\tpadding-left: 0;\r\n\tlist-style: none\r\n}\r\n.list-inline-item {\r\n\tdisplay: inline-block\r\n}\r\n.list-inline-item:not(:last-child) {\r\n\tmargin-right: 5px\r\n}\r\n.dl-horizontal {\r\n\tmargin-right: -1.875rem;\r\n\tmargin-left: -1.875rem\r\n}\r\n.dl-horizontal::after {\r\n\tdisplay: table;\r\n\tclear: both;\r\n\tcontent: \"\"\r\n}\r\n.initialism {\r\n\tfont-size: 90%;\r\n\ttext-transform: uppercase\r\n}\r\n.blockquote {\r\n\tpadding: .5rem 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tfont-size: 1.25rem;\r\n\tborder-left: .25rem solid #eceeef\r\n}\r\n.blockquote-footer {\r\n\tdisplay: block;\r\n\tfont-size: 80%;\r\n\tline-height: 1.5;\r\n\tcolor: #818a91\r\n}\r\n.blockquote-footer::before {\r\n\tcontent: \"\\2014 \\00A0\"\r\n}\r\n.blockquote-reverse {\r\n\tpadding-right: 1rem;\r\n\tpadding-left: 0;\r\n\ttext-align: right;\r\n\tborder-right: .25rem solid #eceeef;\r\n\tborder-left: 0\r\n}\r\n.blockquote-reverse .blockquote-footer::before {\r\n\tcontent: \"\"\r\n}\r\n.blockquote-reverse .blockquote-footer::after {\r\n\tcontent: \"\\00A0 \\2014\"\r\n}\r\n.carousel-inner>.carousel-item>a>img,\r\n.carousel-inner>.carousel-item>img,\r\n.img-fluid {\r\n\tdisplay: block;\r\n\tmax-width: 100%;\r\n\theight: auto\r\n}\r\n.img-rounded {\r\n\tborder-radius: .3rem\r\n}\r\n.img-thumbnail {\r\n\tdisplay: inline-block;\r\n\tmax-width: 100%;\r\n\theight: auto;\r\n\tpadding: .25rem;\r\n\tline-height: 1.5;\r\n\tbackground-color: #fff;\r\n\tborder: 1px solid #ddd;\r\n\tborder-radius: .25rem;\r\n\t-webkit-transition: all .2s ease-in-out;\r\n\t-o-transition: all .2s ease-in-out;\r\n\ttransition: all .2s ease-in-out\r\n}\r\n.img-circle {\r\n\tborder-radius: 50%\r\n}\r\n.figure {\r\n\tdisplay: inline-block\r\n}\r\n.figure-img {\r\n\tmargin-bottom: .5rem;\r\n\tline-height: 1\r\n}\r\n.figure-caption {\r\n\tfont-size: 90%;\r\n\tcolor: #818a91\r\n}\r\ncode,\r\nkbd,\r\npre,\r\nsamp {\r\n\tfont-family: Menlo, Monaco, Consolas, \"Courier New\", monospace\r\n}\r\ncode {\r\n\tpadding: .2rem .4rem;\r\n\tfont-size: 90%;\r\n\tcolor: #bd4147;\r\n\tbackground-color: #f7f7f9;\r\n\tborder-radius: .25rem\r\n}\r\nkbd {\r\n\tpadding: .2rem .4rem;\r\n\tfont-size: 90%;\r\n\tcolor: #fff;\r\n\tbackground-color: #333;\r\n\tborder-radius: .2rem\r\n}\r\nkbd kbd {\r\n\tpadding: 0;\r\n\tfont-size: 100%;\r\n\tfont-weight: 700\r\n}\r\npre {\r\n\tdisplay: block;\r\n\tmargin-top: 0;\r\n\tmargin-bottom: 1rem;\r\n\tfont-size: 90%;\r\n\tline-height: 1.5;\r\n\tcolor: #373a3c\r\n}\r\npre code {\r\n\tpadding: 0;\r\n\tfont-size: inherit;\r\n\tcolor: inherit;\r\n\tbackground-color: transparent;\r\n\tborder-radius: 0\r\n}\r\n.pre-scrollable {\r\n\tmax-height: 340px;\r\n\toverflow-y: scroll\r\n}\r\n.container {\r\n\tpadding-right: .9375rem;\r\n\tpadding-left: .9375rem;\r\n\tmargin-right: auto;\r\n\tmargin-left: auto\r\n}\r\n.container::after {\r\n\tdisplay: table;\r\n\tclear: both;\r\n\tcontent: \"\"\r\n}\r\n@media (min-width:544px) {\r\n\t.container {\r\n\t\tmax-width: 576px\r\n\t}\r\n}\r\n@media (min-width:768px) {\r\n\t.container {\r\n\t\tmax-width: 720px\r\n\t}\r\n}\r\n@media (min-width:992px) {\r\n\t.container {\r\n\t\tmax-width: 940px\r\n\t}\r\n}\r\n@media (min-width:1200px) {\r\n\t.container {\r\n\t\tmax-width: 1140px\r\n\t}\r\n}\r\n.container-fluid {\r\n\tpadding-right: .9375rem;\r\n\tpadding-left: .9375rem;\r\n\tmargin-right: auto;\r\n\tmargin-left: auto\r\n}\r\n.container-fluid::after {\r\n\tdisplay: table;\r\n\tclear: both;\r\n\tcontent: \"\"\r\n}\r\n.row {\r\n\tmargin-right: -.9375rem;\r\n\tmargin-left: -.9375rem\r\n}\r\n.row::after {\r\n\tdisplay: table;\r\n\tclear: both;\r\n\tcontent: \"\"\r\n}\r\n.col-lg-1,\r\n.col-lg-10,\r\n.col-lg-11,\r\n.col-lg-12,\r\n.col-lg-2,\r\n.col-lg-3,\r\n.col-lg-4,\r\n.col-lg-5,\r\n.col-lg-6,\r\n.col-lg-7,\r\n.col-lg-8,\r\n.col-lg-9,\r\n.col-md-1,\r\n.col-md-10,\r\n.col-md-11,\r\n.col-md-12,\r\n.col-md-2,\r\n.col-md-3,\r\n.col-md-4,\r\n.col-md-5,\r\n.col-md-6,\r\n.col-md-7,\r\n.col-md-8,\r\n.col-md-9,\r\n.col-sm-1,\r\n.col-sm-10,\r\n.col-sm-11,\r\n.col-sm-12,\r\n.col-sm-2,\r\n.col-sm-3,\r\n.col-sm-4,\r\n.col-sm-5,\r\n.col-sm-6,\r\n.col-sm-7,\r\n.col-sm-8,\r\n.col-sm-9,\r\n.col-xl-1,\r\n.col-xl-10,\r\n.col-xl-11,\r\n.col-xl-12,\r\n.col-xl-2,\r\n.col-xl-3,\r\n.col-xl-4,\r\n.col-xl-5,\r\n.col-xl-6,\r\n.col-xl-7,\r\n.col-xl-8,\r\n.col-xl-9,\r\n.col-xs-1,\r\n.col-xs-10,\r\n.col-xs-11,\r\n.col-xs-12,\r\n.col-xs-2,\r\n.col-xs-3,\r\n.col-xs-4,\r\n.col-xs-5,\r\n.col-xs-6,\r\n.col-xs-7,\r\n.col-xs-8,\r\n.col-xs-9 {\r\n\tposition: relative;\r\n\tmin-height: 1px;\r\n\tpadding-right: .9375rem;\r\n\tpadding-left: .9375rem\r\n}\r\n.col-xs-1,\r\n.col-xs-10,\r\n.col-xs-11,\r\n.col-xs-12,\r\n.col-xs-2,\r\n.col-xs-3,\r\n.col-xs-4,\r\n.col-xs-5,\r\n.col-xs-6,\r\n.col-xs-7,\r\n.col-xs-8,\r\n.col-xs-9 {\r\n\tfloat: left\r\n}\r\n.col-xs-1 {\r\n\twidth: 8.333333%\r\n}\r\n.col-xs-2 {\r\n\twidth: 16.666667%\r\n}\r\n.col-xs-3 {\r\n\twidth: 25%\r\n}\r\n.col-xs-4 {\r\n\twidth: 33.333333%\r\n}\r\n.col-xs-5 {\r\n\twidth: 41.666667%\r\n}\r\n.col-xs-6 {\r\n\twidth: 50%\r\n}\r\n.col-xs-7 {\r\n\twidth: 58.333333%\r\n}\r\n.col-xs-8 {\r\n\twidth: 66.666667%\r\n}\r\n.col-xs-9 {\r\n\twidth: 75%\r\n}\r\n.col-xs-10 {\r\n\twidth: 83.333333%\r\n}\r\n.col-xs-11 {\r\n\twidth: 91.666667%\r\n}\r\n.col-xs-12 {\r\n\twidth: 100%\r\n}\r\n.col-xs-pull-0 {\r\n\tright: auto\r\n}\r\n.col-xs-pull-1 {\r\n\tright: 8.333333%\r\n}\r\n.col-xs-pull-2 {\r\n\tright: 16.666667%\r\n}\r\n.col-xs-pull-3 {\r\n\tright: 25%\r\n}\r\n.col-xs-pull-4 {\r\n\tright: 33.333333%\r\n}\r\n.col-xs-pull-5 {\r\n\tright: 41.666667%\r\n}\r\n.col-xs-pull-6 {\r\n\tright: 50%\r\n}\r\n.col-xs-pull-7 {\r\n\tright: 58.333333%\r\n}\r\n.col-xs-pull-8 {\r\n\tright: 66.666667%\r\n}\r\n.col-xs-pull-9 {\r\n\tright: 75%\r\n}\r\n.col-xs-pull-10 {\r\n\tright: 83.333333%\r\n}\r\n.col-xs-pull-11 {\r\n\tright: 91.666667%\r\n}\r\n.col-xs-pull-12 {\r\n\tright: 100%\r\n}\r\n.col-xs-push-0 {\r\n\tleft: auto\r\n}\r\n.col-xs-push-1 {\r\n\tleft: 8.333333%\r\n}\r\n.col-xs-push-2 {\r\n\tleft: 16.666667%\r\n}\r\n.col-xs-push-3 {\r\n\tleft: 25%\r\n}\r\n.col-xs-push-4 {\r\n\tleft: 33.333333%\r\n}\r\n.col-xs-push-5 {\r\n\tleft: 41.666667%\r\n}\r\n.col-xs-push-6 {\r\n\tleft: 50%\r\n}\r\n.col-xs-push-7 {\r\n\tleft: 58.333333%\r\n}\r\n.col-xs-push-8 {\r\n\tleft: 66.666667%\r\n}\r\n.col-xs-push-9 {\r\n\tleft: 75%\r\n}\r\n.col-xs-push-10 {\r\n\tleft: 83.333333%\r\n}\r\n.col-xs-push-11 {\r\n\tleft: 91.666667%\r\n}\r\n.col-xs-push-12 {\r\n\tleft: 100%\r\n}\r\n.col-xs-offset-0 {\r\n\tmargin-left: 0\r\n}\r\n.col-xs-offset-1 {\r\n\tmargin-left: 8.333333%\r\n}\r\n.col-xs-offset-2 {\r\n\tmargin-left: 16.666667%\r\n}\r\n.col-xs-offset-3 {\r\n\tmargin-left: 25%\r\n}\r\n.col-xs-offset-4 {\r\n\tmargin-left: 33.333333%\r\n}\r\n.col-xs-offset-5 {\r\n\tmargin-left: 41.666667%\r\n}\r\n.col-xs-offset-6 {\r\n\tmargin-left: 50%\r\n}\r\n.col-xs-offset-7 {\r\n\tmargin-left: 58.333333%\r\n}\r\n.col-xs-offset-8 {\r\n\tmargin-left: 66.666667%\r\n}\r\n.col-xs-offset-9 {\r\n\tmargin-left: 75%\r\n}\r\n.col-xs-offset-10 {\r\n\tmargin-left: 83.333333%\r\n}\r\n.col-xs-offset-11 {\r\n\tmargin-left: 91.666667%\r\n}\r\n.col-xs-offset-12 {\r\n\tmargin-left: 100%\r\n}\r\n@media (min-width:544px) {\r\n\t.col-sm-1,\r\n\t.col-sm-10,\r\n\t.col-sm-11,\r\n\t.col-sm-12,\r\n\t.col-sm-2,\r\n\t.col-sm-3,\r\n\t.col-sm-4,\r\n\t.col-sm-5,\r\n\t.col-sm-6,\r\n\t.col-sm-7,\r\n\t.col-sm-8,\r\n\t.col-sm-9 {\r\n\t\tfloat: left\r\n\t}\r\n\t.col-sm-1 {\r\n\t\twidth: 8.333333%\r\n\t}\r\n\t.col-sm-2 {\r\n\t\twidth: 16.666667%\r\n\t}\r\n\t.col-sm-3 {\r\n\t\twidth: 25%\r\n\t}\r\n\t.col-sm-4 {\r\n\t\twidth: 33.333333%\r\n\t}\r\n\t.col-sm-5 {\r\n\t\twidth: 41.666667%\r\n\t}\r\n\t.col-sm-6 {\r\n\t\twidth: 50%\r\n\t}\r\n\t.col-sm-7 {\r\n\t\twidth: 58.333333%\r\n\t}\r\n\t.col-sm-8 {\r\n\t\twidth: 66.666667%\r\n\t}\r\n\t.col-sm-9 {\r\n\t\twidth: 75%\r\n\t}\r\n\t.col-sm-10 {\r\n\t\twidth: 83.333333%\r\n\t}\r\n\t.col-sm-11 {\r\n\t\twidth: 91.666667%\r\n\t}\r\n\t.col-sm-12 {\r\n\t\twidth: 100%\r\n\t}\r\n\t.col-sm-pull-0 {\r\n\t\tright: auto\r\n\t}\r\n\t.col-sm-pull-1 {\r\n\t\tright: 8.333333%\r\n\t}\r\n\t.col-sm-pull-2 {\r\n\t\tright: 16.666667%\r\n\t}\r\n\t.col-sm-pull-3 {\r\n\t\tright: 25%\r\n\t}\r\n\t.col-sm-pull-4 {\r\n\t\tright: 33.333333%\r\n\t}\r\n\t.col-sm-pull-5 {\r\n\t\tright: 41.666667%\r\n\t}\r\n\t.col-sm-pull-6 {\r\n\t\tright: 50%\r\n\t}\r\n\t.col-sm-pull-7 {\r\n\t\tright: 58.333333%\r\n\t}\r\n\t.col-sm-pull-8 {\r\n\t\tright: 66.666667%\r\n\t}\r\n\t.col-sm-pull-9 {\r\n\t\tright: 75%\r\n\t}\r\n\t.col-sm-pull-10 {\r\n\t\tright: 83.333333%\r\n\t}\r\n\t.col-sm-pull-11 {\r\n\t\tright: 91.666667%\r\n\t}\r\n\t.col-sm-pull-12 {\r\n\t\tright: 100%\r\n\t}\r\n\t.col-sm-push-0 {\r\n\t\tleft: auto\r\n\t}\r\n\t.col-sm-push-1 {\r\n\t\tleft: 8.333333%\r\n\t}\r\n\t.col-sm-push-2 {\r\n\t\tleft: 16.666667%\r\n\t}\r\n\t.col-sm-push-3 {\r\n\t\tleft: 25%\r\n\t}\r\n\t.col-sm-push-4 {\r\n\t\tleft: 33.333333%\r\n\t}\r\n\t.col-sm-push-5 {\r\n\t\tleft: 41.666667%\r\n\t}\r\n\t.col-sm-push-6 {\r\n\t\tleft: 50%\r\n\t}\r\n\t.col-sm-push-7 {\r\n\t\tleft: 58.333333%\r\n\t}\r\n\t.col-sm-push-8 {\r\n\t\tleft: 66.666667%\r\n\t}\r\n\t.col-sm-push-9 {\r\n\t\tleft: 75%\r\n\t}\r\n\t.col-sm-push-10 {\r\n\t\tleft: 83.333333%\r\n\t}\r\n\t.col-sm-push-11 {\r\n\t\tleft: 91.666667%\r\n\t}\r\n\t.col-sm-push-12 {\r\n\t\tleft: 100%\r\n\t}\r\n\t.col-sm-offset-0 {\r\n\t\tmargin-left: 0\r\n\t}\r\n\t.col-sm-offset-1 {\r\n\t\tmargin-left: 8.333333%\r\n\t}\r\n\t.col-sm-offset-2 {\r\n\t\tmargin-left: 16.666667%\r\n\t}\r\n\t.col-sm-offset-3 {\r\n\t\tmargin-left: 25%\r\n\t}\r\n\t.col-sm-offset-4 {\r\n\t\tmargin-left: 33.333333%\r\n\t}\r\n\t.col-sm-offset-5 {\r\n\t\tmargin-left: 41.666667%\r\n\t}\r\n\t.col-sm-offset-6 {\r\n\t\tmargin-left: 50%\r\n\t}\r\n\t.col-sm-offset-7 {\r\n\t\tmargin-left: 58.333333%\r\n\t}\r\n\t.col-sm-offset-8 {\r\n\t\tmargin-left: 66.666667%\r\n\t}\r\n\t.col-sm-offset-9 {\r\n\t\tmargin-left: 75%\r\n\t}\r\n\t.col-sm-offset-10 {\r\n\t\tmargin-left: 83.333333%\r\n\t}\r\n\t.col-sm-offset-11 {\r\n\t\tmargin-left: 91.666667%\r\n\t}\r\n\t.col-sm-offset-12 {\r\n\t\tmargin-left: 100%\r\n\t}\r\n}\r\n@media (min-width:768px) {\r\n\t.col-md-1,\r\n\t.col-md-10,\r\n\t.col-md-11,\r\n\t.col-md-12,\r\n\t.col-md-2,\r\n\t.col-md-3,\r\n\t.col-md-4,\r\n\t.col-md-5,\r\n\t.col-md-6,\r\n\t.","upvoteCount":160,"aggregateRating":4.11},"answerCount":1}}</script> </div> <div class="info"> <span class="solved" title="Solved"><em class="ico"></em> Answered Same Day</span> <span class="postedtime" title="Posted On"><em class="ico"></em> Jun 15, 2021</span> </div> </div> <div class="clear"></div> <div id="pnlSolvedQuestionStatus"> <div id="pnlSolution" class="solutionsbox"> <h2>Solution <span class="bdr"></span></h2> <div class="expert-answered"> <b> <span class="expert-pic"></span> Sanghamitra</b> answered on <b> Jun 16 2021</b> </div> <div class="rating-vote"> <div class="cont"> <span class='star'><span class='rating' style='width: 82.2%'></span></span> <span class="vote"><b> 160</b> Votes</span> </div> </div> <div class="soln-snippet"> Assignment1/cars.xml<br /> <br /> <br /> M565 0GD<br /> Fort<br /> Focus<br />         P<br /> C100<br /> Smith, John<br /> 14/5/98<br /> <br /> <br /> M134 BRP<br /> Fort<br /> Fiesta<br />         P<br /> C313<br /> Blatt, Olive<br /> 14/5/98<br /> <br /> <br /> M611 0PQ<br /> Nizzan<br /> Juke<br />         D<br /> C100<br /> Smith, John<br /> 20/5/98<br /> <br />Assignment1/cars.xsd<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />     <br />     <br />     <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />Assignment1/contact.html<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> ☰<br /> <br /> <br />         <br /> HOMEPAGE<br /> <br />        <br /> LATEST NEWS ON UOW<br /> <br />        <br /> CONTACT<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br />                    <br />                    <br /> Contact<br />                        List of Campuses : <br />                                INTI International College Subang<br />                                     Phone:+61 2 4221 3218<br />                         <br />        INTI International College Nilai<br />                                     Phone:+61 2 4221 3218<br />                         <br />        INTI International College Penang<br />                                     Phone:+61 2 4221 3218<br />                         <br />        INTI International College Kuala lumpu<br />                                     Phone:+61 2 4221 3218<br />                         <br />                        List of Programme : <br />                                Bachelor of Information Technology<br />                                    eBusiness<br />        Technology & science<br />                         <br />        Bachelor of Information Technology<br />                                 Digital System Security<br />        Software Engine<br />ing<br />        Multimedia and Game development<br />                         <br />                         <br />                         <br />                        <br />                    <br />                    <br />                     <br />                    <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> Copyright © 2020 Pravin Kau<br />Assignment1/css/styles.css<br />html {<br />    font-family: Arial;<br />    -webkit-text-size-adjust: 100%;<br />    -ms-text-size-adjust: 100%<br />}<br />ody {<br />    margin: 0<br />}<br />a {<br />    background-color: transparent<br />}<br />a:active {<br />    outline: 0<br />}<br />a:hover {<br />    outline: 0<br />}<br />,<br />strong {<br />    font-weight: 700<br />}<br />h1 {<br />    margin: .67em 0;<br />    font-size: 2em<br />}<br />mark {<br />    color: #000;<br />    background: #ff0<br />}<br />small {<br />    font-size: 80%<br />}<br />sub,<br />sup {<br />    position: relative;<br />    font-size: 75%;<br />    line-height: 0;<br />    vertical-align: baseline<br />}<br />sup {<br />    top: -.5em<br />}<br />sub {<br />    bottom: -.25em<br />}<br />img {<br />    border: 0<br />}<br />svg:not(:root) {<br />    overflow: hidden<br />}<br />figure {<br />    margin: 1em 40px<br />}<br />hr {<br />    height: 0;<br />    -webkit-box-sizing: content-box;<br />    box-sizing: content-box<br />}<br />pre {<br />    overflow: auto<br />}<br />code,<br />kbd,<br />pre,<br />samp {<br />    font-family: Arial;<br />    font-size: 1em<br />}<br />utton,<br />input,<br />optgroup,<br />select,<br />textarea {<br />    margin: 0;<br />    font: inherit;<br />    color: inherit<br />}<br />utton {<br />    overflow: visible<br />}<br />utton,<br />select {<br />    text-transform: none<br />}<br />utton,<br />html input[type=button],<br />input[type=reset],<br />input[type=submit] {<br />    -webkit-appearance: button;<br />    cursor: pointe<br />}<br />utton[disabled],<br />html input[disabled] {<br />    cursor: default<br />}<br />utton::-moz-focus-inner,<br />input::-moz-focus-inner {<br />    padding: 0;<br />    border: 0<br />}<br />input {<br />    line-height: normal<br />}<br />input[type=checkbox],<br />input[type=radio] {<br />    -webkit-box-sizing: border-box;<br />    box-sizing: border-box;<br />    padding: 0<br />}<br />input[type=number]::-webkit-inner-spin-button,<br />input[type=number]::-webkit-outer-spin-button {<br />    height: auto<br />}<br />input[type=search] {<br />    -webkit-box-sizing: content-box;<br />    box-sizing: content-box;<br />    -webkit-appearance: textfield<br />}<br />input[type=search]::-webkit-search-cancel-button,<br />input[type=search]::-webkit-search-decoration {<br />    -webkit-appearance: none<br />}<br />fieldset {<br />    padding: .35em .625em .75em;<br />    margin: 0 2px;<br />    border: 1px solid silve<br />}<br />legend {<br />    padding: 0;<br />    border: 0<br />}<br />textarea {<br />    overflow: auto<br />}<br />optgroup {<br />    font-weight: 700<br />}<br />table {<br />    border-spacing: 0;<br />    border-collapse: collapse<br />}<br />td,<br />th {<br />    padding: 8px<br />}<br />html {<br />    -webkit-box-sizing: border-box;<br />    box-sizing: border-box<br />}<br />*,<br />::after,<br />::before {<br />    -webkit-box-sizing: inherit;<br />    box-sizing: inherit<br />}<br />@-ms-viewport {<br />    width: device-width<br />}<br />@viewport {<br />    width: device-width<br />}<br />html {<br />    font-size: 16px;<br />    -webkit-tap-highlight-color: transparent<br />}<br />ody {<br />    font-family: Arial;<br />    font-size: 1rem;<br />    line-height: 1.5;<br />    color: #373a3c;<br />    background-color: #fff<br />}<br />[tabindex="-1"]:focus {<br />    outline: 0!important<br />}<br />h1,<br />h2,<br />h3,<br />h4,<br />h5,<br />h6 {<br />    margin-top: 0;<br />    margin-bottom: .5rem<br />}<br />p {<br />    margin-top: 0;<br />    margin-bottom: 1rem<br />}<br />a<br />[data-original-title],<br />a<br />[title] {<br />    cursor: help;<br />    border-bottom: 1px dotted #818a91<br />}<br />address {<br />    margin-bottom: 1rem;<br />    font-style: normal;<br />    line-height: inherit<br />}<br />dl,<br />ol,<br />ul {<br />    margin-top: 0;<br />    margin-bottom: 1rem<br />}<br />ol ol,<br />ol ul,<br />ul ol,<br />ul ul {<br />    margin-bottom: 0<br />}<br />dt {<br />    font-weight: 700<br />}<br />dd {<br />    margin-bottom: .5rem;<br />    margin-left: 0<br />}<br />lockquote {<br />    margin: 0 0 1rem<br />}<br />a {<br />    color: #0275d8;<br />    text-decoration: none<br />}<br />a:focus,<br />a:hover {<br />    color: #014c8c;<br />    text-decoration: underline<br />}<br />a:focus {<br />    outline: thin dotted;<br />    outline: 5px auto -webkit-focus-ring-color;<br />    outline-offset: -2px<br />}<br />pre {<br />    margin-top: 0;<br />    margin-bottom: 1rem<br />}<br />figure {<br />    margin: 0 0 1rem<br />}<br />img {<br />    vertical-align: middle<br />}<br />[role=button] {<br />    cursor: pointe<br />}<br />[role=button],<br />a,<br />area,<br />utton,<br />input,<br />label,<br />select,<br />summary,<br />textarea {<br />    -ms-touch-action: manipulation;<br />    touch-action: manipulation<br />}<br />table {<br />    background-color: transparent<br />}<br />caption {<br />    padding-top: .75rem;<br />    padding-bottom: .75rem;<br />    color: #ffa670;<br />    text-align: left;<br />    caption-side: top;<br />}<br /> <br />th {<br />    text-align: left<br />}<br />label {<br />    display: inline-block;<br />    margin-bottom: .5rem<br />}<br />utton:focus {<br />    outline: 1px dotted;<br />    outline: 5px auto -webkit-focus-ring-colo<br />}<br />utton,<br />input,<br />select,<br />textarea {<br />    margin: 0;<br />    line-height: inherit;<br />    border-radius: 0<br />}<br />textarea {<br />    resize: vertical<br />}<br />fieldset {<br />    min-width: 0;<br />    padding: 0;<br />    margin: 0;<br />    border: 0<br />}<br />legend {<br />    display: block;<br />    width: 100%;<br />    padding: 0;<br />    margin-bottom: .5rem;<br />    font-size: 1.5rem;<br />    line-height: inherit<br />}<br />input[type=search] {<br />    -webkit-box-sizing: inherit;<br />    box-sizing: inherit;<br />    -webkit-appearance: none<br />}<br />output {<br />    display: inline-block<br />}<br />[hidden] {<br />    display: none!important<br />}<br />.h1,<br />.h2,<br />.h3,<br />.h4,<br />.h5,<br />.h6,<br />h1,<br />h2,<br />h3,<br />h4,<br />h5,<br />h6 {<br />    margin-bottom: .5rem;<br />    font-family: inherit;<br />    font-weight: 700;<br />    line-height: 1.1;<br />    color: inherit<br />}<br />h1 {<br />    font-size: 2.5rem<br />}<br />h2 {<br />    font-size: 2rem<br />}<br />h3 {<br />    font-size: 1.75rem<br />}<br />h4 {<br />    font-size: 1.5rem<br />}<br />h5 {<br />    font-size: 1.25rem<br />}<br />h6 {<br />    font-size: 1rem<br />}<br />.h1 {<br />    font-size: 2.5rem<br />}<br />.h2 {<br />    font-size: 2rem<br />}<br />.h3 {<br />    font-size: 1.75rem<br />}<br />.h4 {<br />    font-size: 1.5rem<br />}<br />.h5 {<br />    font-size: 1.25rem<br />}<br />.h6 {<br />    font-size: 1rem<br />}<br />.lead {<br />    font-size: 1.25rem;<br />    font-weight: 300<br />}<br />.display-1 {<br />    font-size: 6rem;<br />    font-weight: 300<br />}<br />.display-2 {<br />    font-size: 5.5rem;<br />    font-weight: 300<br />}<br />.display-3 {<br />    font-size: 4.5rem;<br />    font-weight: 300<br />}<br />.display-4 {<br />    font-size: 3.5rem;<br />    font-weight: 300<br />}<br />hr {<br />    margin-top: 1rem;<br />    margin-bottom: 1rem;<br />    border: 0;<br />    border-top: 1px solid rgba(0, 0, 0, .1)<br />}<br />.small,<br />small {<br />    font-size: 80%;<br />    font-weight: 400<br />}<br />.mark,<br />mark {<br />    padding: .2em;<br />    background-color: #fcf8e3<br />}<br />.list-unstyled {<br />    padding-left: 0;<br />    list-style: none<br />}<br />.list-inline {<br />    padding-left: 0;<br />    list-style: none<br />}<br />.list-inline-item {<br />    display: inline-block<br />}<br />.list-inline-item:not(:last-child) {<br />    margin-right: 5px<br />}<br />.dl-horizontal {<br />    margin-right: -1.875rem;<br />    margin-left: -1.875rem<br />}<br />.dl-horizontal::after {<br />    display: table;<br />    clear: both;<br />    content: ""<br />}<br />.initialism {<br />    font-size: 90%;<br />    text-transform: uppercase<br />}<br />.blockquote {<br />    padding: .5rem 1rem;<br />    margin-bottom: 1rem;<br />    font-size: 1.25rem;<br />    border-left: .25rem solid #eceeef<br />}<br />.blockquote-footer {<br />    display: block;<br />    font-size: 80%;<br />    line-height: 1.5;<br />    color: #818a91<br />}<br />.blockquote-footer::before {<br />    content: "\2014 \00A0"<br />}<br />.blockquote-reverse {<br />    padding-right: 1rem;<br />    padding-left: 0;<br />    text-align: right;<br />    border-right: .25rem solid #eceeef;<br />    border-left: 0<br />}<br />.blockquote-reverse .blockquote-footer::before {<br />    content: ""<br />}<br />.blockquote-reverse .blockquote-footer::after {<br />    content: "\00A0 \2014"<br />}<br />.carousel-inne<br />.carousel-item>a>img,<br />.carousel-inne<br />.carousel-item>img,<br />.img-fluid {<br />    display: block;<br />    max-width: 100%;<br />    height: auto<br />}<br />.img-rounded {<br />    border-radius: .3rem<br />}<br />.img-thumbnail {<br />    display: inline-block;<br />    max-width: 100%;<br />    height: auto;<br />    padding: .25rem;<br />    line-height: 1.5;<br />    background-color: #fff;<br />    border: 1px solid #ddd;<br />    border-radius: .25rem;<br />    -webkit-transition: all .2s ease-in-out;<br />    -o-transition: all .2s ease-in-out;<br />    transition: all .2s ease-in-out<br />}<br />.img-circle {<br />    border-radius: 50%<br />}<br />.figure {<br />    display: inline-block<br />}<br />.figure-img {<br />    margin-bottom: .5rem;<br />    line-height: 1<br />}<br />.figure-caption {<br />    font-size: 90%;<br />    color: #818a91<br />}<br />code,<br />kbd,<br />pre,<br />samp {<br />    font-family: Menlo, Monaco, Consolas, "Courier New", monospace<br />}<br />code {<br />    padding: .2rem .4rem;<br />    font-size: 90%;<br />    color: #bd4147;<br />    background-color: #f7f7f9;<br />    border-radius: .25rem<br />}<br />kbd {<br />    padding: .2rem .4rem;<br />    font-size: 90%;<br />    color: #fff;<br />    background-color: #333;<br />    border-radius: .2rem<br />}<br />kbd kbd {<br />    padding: 0;<br />    font-size: 100%;<br />    font-weight: 700<br />}<br />pre {<br />    display: block;<br />    margin-top: 0;<br />    margin-bottom: 1rem;<br />    font-size: 90%;<br />    line-height: 1.5;<br />    color: #373a3c<br />}<br />pre code {<br />    padding: 0;<br />    font-size: inherit;<br />    color: inherit;<br />    background-color: transparent;<br />    border-radius: 0<br />}<br />.pre-scrollable {<br />    max-height: 340px;<br />    overflow-y: scroll<br />}<br />.container {<br />    padding-right: .9375rem;<br />    padding-left: .9375rem;<br />    margin-right: auto;<br />    margin-left: auto<br />}<br />.container::after {<br />    display: table;<br />    clear: both;<br />    content: ""<br />}<br />@media (min-width:544px) {<br />    .container {<br />        max-width: 576px<br />    }<br />}<br />@media (min-width:768px) {<br />    .container {<br />        max-width: 720px<br />    }<br />}<br />@media (min-width:992px) {<br />    .container {<br />        max-width: 940px<br />    }<br />}<br />@media (min-width:1200px) {<br />    .container {<br />        max-width: 1140px<br />    }<br />}<br />.container-fluid {<br />    padding-right: .9375rem;<br />    padding-left: .9375rem;<br />    margin-right: auto;<br />    margin-left: auto<br />}<br />.container-fluid::after {<br />    display: table;<br />    clear: both;<br />    content: ""<br />}<br />.row {<br />    margin-right: -.9375rem;<br />    margin-left: -.9375rem<br />}<br />.row::after {<br />    display: table;<br />    clear: both;<br />    content: ""<br />}<br />.col-lg-1,<br />.col-lg-10,<br />.col-lg-11,<br />.col-lg-12,<br />.col-lg-2,<br />.col-lg-3,<br />.col-lg-4,<br />.col-lg-5,<br />.col-lg-6,<br />.col-lg-7,<br />.col-lg-8,<br />.col-lg-9,<br />.col-md-1,<br />.col-md-10,<br />.col-md-11,<br />.col-md-12,<br />.col-md-2,<br />.col-md-3,<br />.col-md-4,<br />.col-md-5,<br />.col-md-6,<br />.col-md-7,<br />.col-md-8,<br />.col-md-9,<br />.col-sm-1,<br />.col-sm-10,<br />.col-sm-11,<br />.col-sm-12,<br />.col-sm-2,<br />.col-sm-3,<br />.col-sm-4,<br />.col-sm-5,<br />.col-sm-6,<br />.col-sm-7,<br />.col-sm-8,<br />.col-sm-9,<br />.col-xl-1,<br />.col-xl-10,<br />.col-xl-11,<br />.col-xl-12,<br />.col-xl-2,<br />.col-xl-3,<br />.col-xl-4,<br />.col-xl-5,<br />.col-xl-6,<br />.col-xl-7,<br />.col-xl-8,<br />.col-xl-9,<br />.col-xs-1,<br />.col-xs-10,<br />.col-xs-11,<br />.col-xs-12,<br />.col-xs-2,<br />.col-xs-3,<br />.col-xs-4,<br />.col-xs-5,<br />.col-xs-6,<br />.col-xs-7,<br />.col-xs-8,<br />.col-xs-9 {<br />    position: relative;<br />    min-height: 1px;<br />    padding-right: .9375rem;<br />    padding-left: .9375rem<br />}<br />.col-xs-1,<br />.col-xs-10,<br />.col-xs-11,<br />.col-xs-12,<br />.col-xs-2,<br />.col-xs-3,<br />.col-xs-4,<br />.col-xs-5,<br />.col-xs-6,<br />.col-xs-7,<br />.col-xs-8,<br />.col-xs-9 {<br />    float: left<br />}<br />.col-xs-1 {<br />    width: 8.333333%<br />}<br />.col-xs-2 {<br />    width: 16.666667%<br />}<br />.col-xs-3 {<br />    width: 25%<br />}<br />.col-xs-4 {<br />    width: 33.333333%<br />}<br />.col-xs-5 {<br />    width: 41.666667%<br />}<br />.col-xs-6 {<br />    width: 50%<br />}<br />.col-xs-7 {<br />    width: 58.333333%<br />}<br />.col-xs-8 {<br />    width: 66.666667%<br />}<br />.col-xs-9 {<br />    width: 75%<br />}<br />.col-xs-10 {<br />    width: 83.333333%<br />}<br />.col-xs-11 {<br />    width: 91.666667%<br />}<br />.col-xs-12 {<br />    width: 100%<br />}<br />.col-xs-pull-0 {<br />    right: auto<br />}<br />.col-xs-pull-1 {<br />    right: 8.333333%<br />}<br />.col-xs-pull-2 {<br />    right: 16.666667%<br />}<br />.col-xs-pull-3 {<br />    right: 25%<br />}<br />.col-xs-pull-4 {<br />    right: 33.333333%<br />}<br />.col-xs-pull-5 {<br />    right: 41.666667%<br />}<br />.col-xs-pull-6 {<br />    right: 50%<br />}<br />.col-xs-pull-7 {<br />    right: 58.333333%<br />}<br />.col-xs-pull-8 {<br />    right: 66.666667%<br />}<br />.col-xs-pull-9 {<br />    right: 75%<br />}<br />.col-xs-pull-10 {<br />    right: 83.333333%<br />}<br />.col-xs-pull-11 {<br />    right: 91.666667%<br />}<br />.col-xs-pull-12 {<br />    right: 100%<br />}<br />.col-xs-push-0 {<br />    left: auto<br />}<br />.col-xs-push-1 {<br />    left: 8.333333%<br />}<br />.col-xs-push-2 {<br />    left: 16.666667%<br />}<br />.col-xs-push-3 {<br />    left: 25%<br />}<br />.col-xs-push-4 {<br />    left: 33.333333%<br />}<br />.col-xs-push-5 {<br />    left: 41.666667%<br />}<br />.col-xs-push-6 {<br />    left: 50%<br />}<br />.col-xs-push-7 {<br />    left: 58.333333%<br />}<br />.col-xs-push-8 {<br />    left: 66.666667%<br />}<br />.col-xs-push-9 {<br />    left: 75%<br />}<br />.col-xs-push-10 {<br />    left: 83.333333%<br />}<br />.col-xs-push-11 {<br />    left: 91.666667%<br />}<br />.col-xs-push-12 {<br />    left: 100%<br />}<br />.col-xs-offset-0 {<br />    margin-left: 0<br />}<br />.col-xs-offset-1 {<br />    margin-left: 8.333333%<br />}<br />.col-xs-offset-2 {<br />    margin-left: 16.666667%<br />}<br />.col-xs-offset-3 {<br />    margin-left: 25%<br />}<br />.col-xs-offset-4 {<br />    margin-left: 33.333333%<br />}<br />.col-xs-offset-5 {<br />    margin-left: 41.666667%<br />}<br />.col-xs-offset-6 {<br />    margin-left: 50%<br />}<br />.col-xs-offset-7 {<br />    margin-left: 58.333333%<br />}<br />.col-xs-offset-8 {<br />    margin-left: 66.666667%<br />}<br />.col-xs-offset-9 {<br />    margin-left: 75%<br />}<br />.col-xs-offset-10 {<br />    margin-left: 83.333333%<br />}<br />.col-xs-offset-11 {<br />    margin-left: 91.666667%<br />}<br />.col-xs-offset-12 {<br />    margin-left: 100%<br />}<br />@media (min-width:544px) {<br />    .col-sm-1,<br />    .col-sm-10,<br />    .col-sm-11,<br />    .col-sm-12,<br />    .col-sm-2,<br />    .col-sm-3,<br />    .col-sm-4,<br />    .col-sm-5,<br />    .col-sm-6,<br />    .col-sm-7,<br />    .col-sm-8,<br />    .col-sm-9 {<br />        float: left<br />    }<br />    .col-sm-1 {<br />        width: 8.333333%<br />    }<br />    .col-sm-2 {<br />        width: 16.666667%<br />    }<br />    .col-sm-3 {<br />        width: 25%<br />    }<br />    .col-sm-4 {<br />        width: 33.333333%<br />    }<br />    .col-sm-5 {<br />        width: 41.666667%<br />    }<br />    .col-sm-6 {<br />        width: 50%<br />    }<br />    .col-sm-7 {<br />        width: 58.333333%<br />    }<br />    .col-sm-8 {<br />        width: 66.666667%<br />    }<br />    .col-sm-9 {<br />        width: 75%<br />    }<br />    .col-sm-10 {<br />        width: 83.333333%<br />    }<br />    .col-sm-11 {<br />        width: 91.666667%<br />    }<br />    .col-sm-12 {<br />        width: 100%<br />    }<br />    .col-sm-pull-0 {<br />        right: auto<br />    }<br />    .col-sm-pull-1 {<br />        right: 8.333333%<br />    }<br />    .col-sm-pull-2 {<br />        right: 16.666667%<br />    }<br />    .col-sm-pull-3 {<br />        right: 25%<br />    }<br />    .col-sm-pull-4 {<br />        right: 33.333333%<br />    }<br />    .col-sm-pull-5 {<br />        right: 41.666667%<br />    }<br />    .col-sm-pull-6 {<br />        right: 50%<br />    }<br />    .col-sm-pull-7 {<br />        right: 58.333333%<br />    }<br />    .col-sm-pull-8 {<br />        right: 66.666667%<br />    }<br />    .col-sm-pull-9 {<br />        right: 75%<br />    }<br />    .col-sm-pull-10 {<br />        right: 83.333333%<br />    }<br />    .col-sm-pull-11 {<br />        right: 91.666667%<br />    }<br />    .col-sm-pull-12 {<br />        right: 100%<br />    }<br />    .col-sm-push-0 {<br />        left: auto<br />    }<br />    .col-sm-push-1 {<br />        left: 8.333333%<br />    }<br />    .col-sm-push-2 {<br />        left: 16.666667%<br />    }<br />    .col-sm-push-3 {<br />        left: 25%<br />    }<br />    .col-sm-push-4 {<br />        left: 33.333333%<br />    }<br />    .col-sm-push-5 {<br />        left: 41.666667%<br />    }<br />    .col-sm-push-6 {<br />        left: 50%<br />    }<br />    .col-sm-push-7 {<br />        left: 58.333333%<br />    }<br />    .col-sm-push-8 {<br />        left: 66.666667%<br />    }<br />    .col-sm-push-9 {<br />        left: 75%<br />    }<br />    .col-sm-push-10 {<br />        left: 83.333333%<br />    }<br />    .col-sm-push-11 {<br />        left: 91.666667%<br />    }<br />    .col-sm-push-12 {<br />        left: 100%<br />    }<br />    .col-sm-offset-0 {<br />        margin-left: 0<br />    }<br />    .col-sm-offset-1 {<br />        margin-left: 8.333333%<br />    }<br />    .col-sm-offset-2 {<br />        margin-left: 16.666667%<br />    }<br />    .col-sm-offset-3 {<br />        margin-left: 25%<br />    }<br />    .col-sm-offset-4 {<br />        margin-left: 33.333333%<br />    }<br />    .col-sm-offset-5 {<br />        margin-left: 41.666667%<br />    }<br />    .col-sm-offset-6 {<br />        margin-left: 50%<br />    }<br />    .col-sm-offset-7 {<br />        margin-left: 58.333333%<br />    }<br />    .col-sm-offset-8 {<br />        margin-left: 66.666667%<br />    }<br />    .col-sm-offset-9 {<br />        margin-left: 75%<br />    }<br />    .col-sm-offset-10 {<br />        margin-left: 83.333333%<br />    }<br />    .col-sm-offset-11 {<br />        margin-left: 91.666667%<br />    }<br />    .col-sm-offset-12 {<br />        margin-left: 100%<br />    }<br />}<br />@media (min-width:768px)... </div> </div> <div class="pdf-solution"> <a href="javascript:void(0);" id="hypGetSolution" data-action="main_cta" data-requirelogin="true" class="download" data-category="Solved" data-label="149203" role="button" data-navigateurl="/myaccount/QuestionRequest.aspx?qid=149203" data-gaq="true">SOLUTION.PDF</a> </div> <div class="pdf-solution solnfixed"> <div class="cont"> <a href="javascript:void(0);" id="hypGetSolutionBottom" data-action="main_cta_bottom" data-requirelogin="true" class="download" data-category="Solved" data-label="149203" role="button" data-navigateurl="/myaccount/QuestionRequest.aspx?qid=149203" data-gaq="true">SOLUTION.PDF</a> <h2>Answer To This Question Is Available To Download</h2> </div> </div> </div> <div id="dvRecentQuestionList"> <div id="pnlRecentRelatedQuestionList"> <div class="rel-que"> <h2>Related Questions & Answers<span class="bdr"></span></h2> <ul> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/it-is-very-important-to-read-the-instructions-this-is-doctoral-work-turnitin-an-3443863.html">IT IS VERY IMPORTANT TO READ THE INSTRUCTIONS!!! THIS IS DOCTORAL WORK. Turnitin and Waypoint are being used to check for plagiarism, and please use APA format. Please pay close attention I NEED...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Mar 01, 2025</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/it-is-very-important-to-read-the-instructions-this-is-doctoral-work-turnitin-an-3443862.html">IT IS VERY IMPORTANT TO READ THE INSTRUCTIONS!!! THIS IS DOCTORAL WORK. Turnitin and Waypoint are being used to check for plagiarism, and please use APA format. Please pay close attention I NEED...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Mar 01, 2025</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/please-read-the-instructions-this-is-doctoral-work-provide-one-response-to-each-3443857.html">PLEASE READ THE INSTRUCTIONS. This is Doctoral work!! Provide one response to EACH student’s POST. Each response should be 200 words. PLEASE KEEP IN ORDER; the responses must be relevant to the...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Feb 27, 2025</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/please-read-the-instructions-this-is-doctoral-work-provide-one-response-to-each-3443856.html">PLEASE READ THE INSTRUCTIONS. This is Doctoral work!! Provide one response to EACH student’s POST. Each response should be 150 words. PLEASE KEEP IN ORDER; the responses must be relevant to the...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Feb 27, 2025</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/it-is-very-important-to-read-the-instructions-this-is-doctoral-work-turnitin-an-3443850.html">IT IS VERY IMPORTANT TO READ THE INSTRUCTIONS!!! THIS IS DOCTORAL WORK. Turnitin and Waypoint are being used to check for plagiarism, and please use APA format. Please pay close attention I NEED...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Feb 25, 2025</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/it-is-very-important-to-read-the-instructions-this-is-doctoral-work-turnitin-an-3443847.html">IT IS VERY IMPORTANT TO READ THE INSTRUCTIONS!!! THIS IS DOCTORAL WORK. Turnitin and Waypoint are being used to check for plagiarism, and please use APA format. Please pay close attention I NEED...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Feb 22, 2025</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/it-is-very-important-to-read-the-instructions-this-is-doctoral-work-turnitin-an-3443846.html">IT IS VERY IMPORTANT TO READ THE INSTRUCTIONS!!! THIS IS DOCTORAL WORK. Turnitin and Waypoint are being used to check for plagiarism, and please use APA format. Please pay close attention I NEED...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Feb 22, 2025</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/please-read-the-instructions-this-is-doctoral-work-provide-one-response-to-each-3443842.html">PLEASE READ THE INSTRUCTIONS. This is Doctoral work!! Provide one response to EACH student’s POST. Each response should be 200 words. PLEASE KEEP IN ORDER; the responses must be relevant to the...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Feb 20, 2025</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/please-read-the-instructions-this-is-doctoral-work-provide-one-response-to-each-3443840.html">Marcus Mccall-MY POST-Malicious Insiders As the company's Chief Information Officer entrusted with safeguarding our proprietary and valuable data among our 10,000 employees, your role is pivotal in...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Feb 19, 2025</span> </div> </li> <li> <a id="hypQuestionUrl" href="https://www.topassignmentexperts.com/questions/it-is-very-important-to-read-the-instructions-this-is-doctoral-work-turnitin-an-3443838.html">IT IS VERY IMPORTANT TO READ THE INSTRUCTIONS!!! THIS IS DOCTORAL WORK. Turnitin and Waypoint are being used to check for plagiarism, and please use APA format. Please pay close attention I NEED...</a> <div class="info"> <span class="solved" title="solved"><em class="ico"></em>Solved</span> <span class="postedtime"><em class="ico"></em> Feb 17, 2025</span> </div> </li> </ul> <div class="clearfix"></div> <a id="hypMoreRelatedQuestion" class="moreque" href="/computer-science-homework-help/">More Questions »</a> </div> </div> </div> </div> <div class="col-md-4"> <div class="submit-assignment"> <div id="dvQuestionContainer"> <div class="assignment-frm"> <div id="dvTitle"><h3>Submit New Assignment</h3></div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6" id="dvSubject"> <div class="form-group"> <input name="ctl00$MainContent$QuestionBox$txtSubject" type="text" id="txtSubject" class="form-control" placeholder="Subject" /> <span class="help-block filled" id="spnSubjectName" style="display: none;"><span class="parsley-checkemailavailability">Please select subject</span></span> </div> </div> <div class="col-xs-12 col-sm-6 col-md-6" id="dvDeadLine"> <div class="form-group"> <input name="ctl00$MainContent$QuestionBox$txtDeadLine" type="text" readonly="readonly" id="txtDeadLine" class="form-control" placeholder="Deadline" /> <span class="help-block filled" id="spnDeadline" style="display: none;"><span class="parsley-checkemailavailability">Please select deadline for your assignment</span></span> </div> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6" id="dvNoOfPages"> <div class="form-group"> <select name="ctl00$MainContent$QuestionBox$ddlNoOfPages" id="ddlNoOfPages" class="form-control"> <option value="-1">Select No Of Pages</option> <option value="0">Not Applicable</option> <option value="1">Pages/Words: 1/250</option> <option value="2">Pages/Words: 2/500</option> <option value="3">Pages/Words: 3/750</option> <option value="4">Pages/Words: 4/1000</option> <option value="5">Pages/Words: 5/1250</option> <option value="6">Pages/Words: 6/1500</option> <option value="7">Pages/Words: 7/1750</option> <option value="8">Pages/Words: 8/2000</option> <option value="9">Pages/Words: 9/2250</option> <option value="10">Pages/Words: 10/2500</option> <option value="11">Pages/Words: 11/2750</option> <option value="12">Pages/Words: 12/3000</option> <option value="13">Pages/Words: 13/3250</option> <option value="14">Pages/Words: 14/3500</option> <option value="15">Pages/Words: 15/3750</option> <option value="16">Pages/Words: 16/4000</option> <option value="17">Pages/Words: 17/4250</option> <option value="18">Pages/Words: 18/4500</option> <option value="19">Pages/Words: 19/4750</option> <option value="20">Pages/Words: 20/5000</option> <option value="21">Pages/Words: 21/5250</option> <option value="22">Pages/Words: 22/5500</option> <option value="23">Pages/Words: 23/5750</option> <option value="24">Pages/Words: 24/6000</option> <option value="25">Pages/Words: 25/6250</option> <option value="26">Pages/Words: 26/6500</option> <option value="27">Pages/Words: 27/6750</option> <option value="28">Pages/Words: 28/7000</option> <option value="29">Pages/Words: 29/7250</option> <option value="30">Pages/Words: 30/7500</option> <option value="31">Pages/Words: 31/7750</option> <option value="32">Pages/Words: 32/8000</option> <option value="33">Pages/Words: 33/8250</option> <option value="34">Pages/Words: 34/8500</option> <option value="35">Pages/Words: 35/8750</option> <option value="36">Pages/Words: 36/9000</option> <option value="37">Pages/Words: 37/9250</option> <option value="38">Pages/Words: 38/9500</option> <option value="39">Pages/Words: 39/9750</option> <option value="40">Pages/Words: 40/10000</option> <option value="41">Pages/Words: 41/10250</option> <option value="42">Pages/Words: 42/10500</option> <option value="43">Pages/Words: 43/10750</option> <option value="44">Pages/Words: 44/11000</option> <option value="45">Pages/Words: 45/11250</option> <option value="46">Pages/Words: 46/11500</option> <option value="47">Pages/Words: 47/11750</option> <option value="48">Pages/Words: 48/12000</option> <option value="49">Pages/Words: 49/12250</option> <option value="50">Pages/Words: 50/12500</option> <option value="51">Pages/Words: 51/12750</option> <option value="52">Pages/Words: 52/13000</option> <option value="53">Pages/Words: 53/13250</option> <option value="54">Pages/Words: 54/13500</option> <option value="55">Pages/Words: 55/13750</option> <option value="56">Pages/Words: 56/14000</option> <option value="57">Pages/Words: 57/14250</option> <option value="58">Pages/Words: 58/14500</option> <option value="59">Pages/Words: 59/14750</option> <option value="60">Pages/Words: 60/15000</option> <option value="61">Pages/Words: 61/15250</option> <option value="62">Pages/Words: 62/15500</option> <option value="63">Pages/Words: 63/15750</option> <option value="64">Pages/Words: 64/16000</option> <option value="65">Pages/Words: 65/16250</option> <option value="66">Pages/Words: 66/16500</option> <option value="67">Pages/Words: 67/16750</option> <option value="68">Pages/Words: 68/17000</option> <option value="69">Pages/Words: 69/17250</option> <option value="70">Pages/Words: 70/17500</option> <option value="71">Pages/Words: 71/17750</option> <option value="72">Pages/Words: 72/18000</option> <option value="73">Pages/Words: 73/18250</option> <option value="74">Pages/Words: 74/18500</option> <option value="75">Pages/Words: 75/18750</option> <option value="76">Pages/Words: 76/19000</option> <option value="77">Pages/Words: 77/19250</option> <option value="78">Pages/Words: 78/19500</option> <option value="79">Pages/Words: 79/19750</option> <option value="80">Pages/Words: 80/20000</option> <option value="81">Pages/Words: 81/20250</option> <option value="82">Pages/Words: 82/20500</option> <option value="83">Pages/Words: 83/20750</option> <option value="84">Pages/Words: 84/21000</option> <option value="85">Pages/Words: 85/21250</option> <option value="86">Pages/Words: 86/21500</option> <option value="87">Pages/Words: 87/21750</option> <option value="88">Pages/Words: 88/22000</option> <option value="89">Pages/Words: 89/22250</option> <option value="90">Pages/Words: 90/22500</option> <option value="91">Pages/Words: 91/22750</option> <option value="92">Pages/Words: 92/23000</option> <option value="93">Pages/Words: 93/23250</option> <option value="94">Pages/Words: 94/23500</option> <option value="95">Pages/Words: 95/23750</option> <option value="96">Pages/Words: 96/24000</option> <option value="97">Pages/Words: 97/24250</option> <option value="98">Pages/Words: 98/24500</option> <option value="99">Pages/Words: 99/24750</option> <option value="100">Pages/Words: 100/25000</option> </select> <span class="help-block filled" id="spnNoOfPages" style="display: none;"><span class="parsley-checkemailavailability">Please select no of pages for your assignment</span></span> </div> </div> <div class="col-xs-12 col-sm-6 col-md-6" id="dvReferenceId"> <div class="form-group"> <select name="ctl00$MainContent$QuestionBox$ddlReferenceId" id="ddlReferenceId" class="form-control"> <option value="0">Referencing Style</option> <option value="1">Harvard</option> <option value="2">MLA</option> <option value="3">Vancouver</option> <option value="4">Chicago/Turabian</option> <option value="5">APA</option> <option value="6">Oxford</option> <option value="7">Oscola</option> <option value="8">AGLC</option> <option value="9">MHRA</option> <option value="10">Others</option> <option value="11">BMJ</option> <option value="12">Chicago</option> <option value="13">Footnotes</option> <option value="14">Footnotes and bibliography</option> <option value="15">IEEE</option> <option value="16">Open</option> <option value="17">OSCOLA</option> <option value="18">Turabian</option> </select> <span class="help-block filled" id="spnReferenceId" style="display: none;"><span class="parsley-checkemailavailability">Please select references for your assignment</span></span> </div> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6" id="dvLevelId"> <div class="form-group"> <select name="ctl00$MainContent$QuestionBox$ddlLevelId" id="ddlLevelId" class="form-control"> <option value="0">Select Level</option> <option value="1">Certification</option> <option value="2">Diploma</option> <option value="3">Advanced Diploma</option> <option value="4">Undergraduate</option> <option value="5">Masters</option> <option value="6">Others</option> </select> <span class="help-block filled" id="spnLevelId" style="display: none;"><span class="parsley-checkemailavailability">Please select level for your assignment</span></span> </div> </div> <div class="col-xs-12 col-sm-6 col-md-6"> <div id="dvNoOfCopies"> <div class="form-group"> <div class="input-group multiple-copies"> <span class="input-group-btn"> <button class="btn btn-default" data-dir="dwn" id="btnDown"><span class="glyphicon glyphicon-minus"></span></button> </span> <input name="ctl00$MainContent$QuestionBox$txtNoOfCopies" type="text" value="No Of Copies: 1" id="txtNoOfCopies" class="form-control text-center" data-noofcopies="1" placeholder="No Of Copies" /> <input type="hidden" name="ctl00$MainContent$QuestionBox$hdnNoOfCopies" id="hdnNoOfCopies" value="1" /> <span class="input-group-btn"> <button class="btn btn-default" data-dir="up" id="btnUp"><span class="glyphicon glyphicon-plus"></span></button> </span> </div> <i class="glyphicon glyphicon-info-sign popinfo" data-toggle="popover" data-trigger="focus" title="" data-html="true" data-content="<ul><li>Extra 10% discount upto 3 copies (2-3 copies)</li><li>Extra 20% discount for more than 3 copies</li></ul>"></i> </div> </div> </div> </div> <div class="row"> <div class="col-xs-12" id="dvName"> <div class="form-group"> <input name="ctl00$MainContent$QuestionBox$txtName" type="text" id="txtName" class="form-control" placeholder="Your Name" /> <span class="help-block filled" id="spnUserName" style="display: none;"><span class="parsley-checkemailavailability">Please Enter your name</span></span> </div> </div> </div> <div class="form-group"> <div class="nicEdit-main" id="txtDescription">Copy and Paste Your Assignment Here</div> <span class="help-block filled" id="spnDescription" style="display: none;"><span class="parsley-checkemailavailability">Please Enter your question</span></span> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6"> <div class="form-group"> <a href="javascript:void(0);" id="hypAttachFiles" class="attach-file">Attach File</a> </div> </div> <div class="col-xs-12 col-sm-6 col-md-6"> <input type="submit" name="ctl00$MainContent$QuestionBox$btnSubmit" value="Get a Free Quote" id="btnSubmit" class="submit" /> <input type="hidden" name="ctl00$MainContent$QuestionBox$hdnSubjectId" id="hdnSubjectId" /> <input type="hidden" name="ctl00$MainContent$QuestionBox$hdnDescription" id="hdnDescription" /> <input type="hidden" name="ctl00$MainContent$QuestionBox$hdnDeadline" id="hdnDeadline" /> </div> <div id="dvUploadFileContainer" class="atchcont" style="display: none;"> <div id="dvQFile1" class="hide row"> <div class="attach-btn"> <input type="file" name="ctl00$MainContent$QuestionBox$qFile1" id="qFile1" class="filestyle" data-buttonBefore="true" /> </div> <a href="javascript:void(0);" class="clearupload" data-id="1">Cancel</a> </div> <div id="dvQFile2" class="hide row"> <div class="attach-btn"> <input type="file" name="ctl00$MainContent$QuestionBox$qFile2" id="qFile2" class="filestyle" data-buttonBefore="true" /> </div> <a href="javascript:void(0);" class="clearupload" data-id='2'>Cancel</a> </div> <div id="dvQFile3" class="hide row"> <div class="attach-btn"> <input type="file" name="ctl00$MainContent$QuestionBox$qFile3" id="qFile3" class="filestyle" data-buttonBefore="true" /> </div> <a href="javascript:void(0);" class="clearupload" data-id='3'>Cancel</a> </div> <div id="dvQFile4" class="hide row"> <div class="attach-btn"> <input type="file" name="ctl00$MainContent$QuestionBox$qFile4" id="qFile4" class="filestyle" data-buttonBefore="true" /> </div> <a href="javascript:void(0);" class="clearupload" data-id='4'>Cancel</a> </div> <div id="dvQFile5" class="hide row"> <div class="attach-btn"> <input type="file" name="ctl00$MainContent$QuestionBox$qFile5" id="qFile5" class="filestyle" data-buttonBefore="true" /> </div> <a href="javascript:void(0);" class="clearupload" data-id='5'>Cancel</a> </div> <a id="hypMoreFile" class="havemorefiles" href="javascript:void(0);" style="float: right;">Attach More File</a> </div> </div> <div class="modal fade" id="dvSubjectContaner" data-keyboard="false" data-backdrop="static" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> </div> <div class="modal-body"> <ul class='nav nav-tabs' role='tablist'> <li role='presentation' class='active'><a href='#accounting' aria-controls='accounting' role='tab' data-toggle='tab'>Accounting</a></li> <li role='presentation'><a href='#computer-science' aria-controls='computer-science' role='tab' data-toggle='tab'>Computer Science</a></li> <li role='presentation'><a href='#economics' aria-controls='economics' role='tab' data-toggle='tab'>Economics</a></li> <li role='presentation'><a href='#engineering' aria-controls='engineering' role='tab' data-toggle='tab'>Engineering</a></li> <li role='presentation'><a href='#finance' aria-controls='finance' role='tab' data-toggle='tab'>Finance</a></li> <li role='presentation'><a href='#thesis' aria-controls='thesis' role='tab' data-toggle='tab'>Thesis</a></li> <li role='presentation'><a href='#management' aria-controls='management' role='tab' data-toggle='tab'>Management</a></li> <li role='presentation'><a href='#science_math' aria-controls='science_math' role='tab' data-toggle='tab'>Science/Math</a></li> <li role='presentation'><a href='#statistics' aria-controls='statistics' role='tab' data-toggle='tab'>Statistics</a></li> <li role='presentation'><a href='#writing' aria-controls='writing' role='tab' data-toggle='tab'>Writing</a></li> <li role='presentation'><a href='#dissertations' aria-controls='dissertations' role='tab' data-toggle='tab'>Dissertations</a></li> <li role='presentation'><a href='#essays' aria-controls='essays' role='tab' data-toggle='tab'>Essays</a></li> <li role='presentation'><a href='#programming' aria-controls='programming' role='tab' data-toggle='tab'>Programming</a></li> <li role='presentation'><a href='#healthcare' aria-controls='healthcare' role='tab' data-toggle='tab'>Healthcare</a></li> <li role='presentation'><a href='#law' aria-controls='law' role='tab' data-toggle='tab'>Law</a></li> <li role='presentation'><a href='#humanities' aria-controls='humanities' role='tab' data-toggle='tab'>Humanities</a></li> </ul> <div class='tab-content'> <div role='tabpanel' class='tab-pane active' id='accounting'> <ul> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='14'>» Accounting - Others</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='15'>» Advanced Accounting</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='16'>» Auditing</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='17'>» Cost Accounting</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='18'>» Financial Accounting</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='19'>» Managerial Accounting</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='20'>» Payroll Accounting</a></li> <li><a href='javascript:void(0);' data-subjectid='1' data-topicid='142'>» Taxation</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='computer-science'> <ul> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='21'>» Automata or Computationing</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='22'>» Computer Architecture</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='23'>» Computer Graphics and Multimedia Applications</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='24'>» Computer Network Security</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='25'>» Data Structures</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='26'>» Database Management System</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='27'>» Design and Analysis of Algorithms</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='28'>» Information Technology</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='29'>» Linux Environment</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='30'>» Networking</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='31'>» Operating System</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='32'>» Software Engineering</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='33'>» Big Data</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='34'>» Android</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='35'>» iOS</a></li> <li><a href='javascript:void(0);' data-subjectid='2' data-topicid='36'>» Matlab</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='economics'> <ul> <li><a href='javascript:void(0);' data-subjectid='3' data-topicid='37'>» Economics - Others</a></li> <li><a href='javascript:void(0);' data-subjectid='3' data-topicid='38'>» International Economics</a></li> <li><a href='javascript:void(0);' data-subjectid='3' data-topicid='39'>» Macro Economics</a></li> <li><a href='javascript:void(0);' data-subjectid='3' data-topicid='40'>» Micro Economics</a></li> <li><a href='javascript:void(0);' data-subjectid='3' data-topicid='41'>» Game Theory</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='engineering'> <ul> <li><a href='javascript:void(0);' data-subjectid='4' data-topicid='42'>» Chemical Engineering</a></li> <li><a href='javascript:void(0);' data-subjectid='4' data-topicid='43'>» Civil Engineering</a></li> <li><a href='javascript:void(0);' data-subjectid='4' data-topicid='44'>» Electrical Engineering</a></li> <li><a href='javascript:void(0);' data-subjectid='4' data-topicid='45'>» Mechanical Engineering</a></li> <li><a href='javascript:void(0);' data-subjectid='4' data-topicid='143'>» Electronics and communication Engineering</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='finance'> <ul> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='46'>» Corporate Finance</a></li> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='47'>» International Financial Management</a></li> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='48'>» Investment</a></li> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='49'>» Risk Management</a></li> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='50'>» Personal Finance</a></li> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='51'>» Behavioral Finance</a></li> <li><a href='javascript:void(0);' data-subjectid='5' data-topicid='136'>» Finance - Others</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='thesis'> <ul> <li><a href='javascript:void(0);' data-subjectid='6' data-topicid='93'>» Accounting Thesis</a></li> <li><a href='javascript:void(0);' data-subjectid='6' data-topicid='94'>» Economics Thesis</a></li> <li><a href='javascript:void(0);' data-subjectid='6' data-topicid='95'>» Finance Thesis</a></li> <li><a href='javascript:void(0);' data-subjectid='6' data-topicid='96'>» Management Thesis</a></li> <li><a href='javascript:void(0);' data-subjectid='6' data-topicid='97'>» Other Thesis Topics</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='management'> <ul> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='52'>» Business Law</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='53'>» Human Resource Management</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='54'>» Management - Others</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='55'>» Managing Information Technology</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='56'>» Marketing Management</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='57'>» Strategic Management</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='58'>» Supply Chain Management / Operations Management</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='59'>» Hospitality Management</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='60'>» Business Ethics</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='61'>» International Business</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='62'>» Business Communications</a></li> <li><a href='javascript:void(0);' data-subjectid='7' data-topicid='124'>» Project Management</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='science_math'> <ul> <li><a href='javascript:void(0);' data-subjectid='8' data-topicid='63'>» Advanced Mathematics</a></li> <li><a href='javascript:void(0);' data-subjectid='8' data-topicid='64'>» Biology</a></li> <li><a href='javascript:void(0);' data-subjectid='8' data-topicid='65'>» Chemistry</a></li> <li><a href='javascript:void(0);' data-subjectid='8' data-topicid='66'>» Earth Science</a></li> <li><a href='javascript:void(0);' data-subjectid='8' data-topicid='67'>» Maths</a></li> <li><a href='javascript:void(0);' data-subjectid='8' data-topicid='68'>» Physics</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='statistics'> <ul> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='69'>» ANOVA</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='70'>» Applied Statistics</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='71'>» Basics of Statistics</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='72'>» Central Tendency</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='73'>» Descriptive Statistics</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='74'>» Hypothesis Testing</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='75'>» Operational Research</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='76'>» Regression</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='77'>» Sampling Theory</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='78'>» Statistics - Others</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='79'>» Stochastic processes</a></li> <li><a href='javascript:void(0);' data-subjectid='9' data-topicid='80'>» Time Series Analysis</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='writing'> <ul> <li><a href='javascript:void(0);' data-subjectid='10' data-topicid='81'>» Academic writing</a></li> <li><a href='javascript:void(0);' data-subjectid='10' data-topicid='82'>» Admission Services</a></li> <li><a href='javascript:void(0);' data-subjectid='10' data-topicid='83'>» Capstone</a></li> <li><a href='javascript:void(0);' data-subjectid='10' data-topicid='84'>» Paper Writing</a></li> <li><a href='javascript:void(0);' data-subjectid='10' data-topicid='135'>» Spanish</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='dissertations'> <ul> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='85'>» Accounting Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='86'>» Economics Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='87'>» Finance Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='88'>» Human Resource Management Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='89'>» Management Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='90'>» Marketing Management Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='91'>» Project Management Dissertation</a></li> <li><a href='javascript:void(0);' data-subjectid='11' data-topicid='92'>» Statistics Dissertation</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='essays'> <ul> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='98'>» Narrative Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='99'>» Scholarship Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='100'>» Admission Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='101'>» Persuasive Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='102'>» Descriptive Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='103'>» Expository Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='104'>» accounting essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='105'>» finance essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='106'>» economics essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='107'>» leadership essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='108'>» statistics essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='109'>» College Essay</a></li> <li><a href='javascript:void(0);' data-subjectid='12' data-topicid='110'>» Other Essay Topics</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='programming'> <ul> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='111'>» Java</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='112'>» Python</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='113'>» C/C++</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='114'>» HTML</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='115'>» Ruby</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='116'>» PHP</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='117'>» Javascript</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='118'>» R Programming</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='119'>» .NET/C#</a></li> <li><a href='javascript:void(0);' data-subjectid='13' data-topicid='120'>» Other Programming Language</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='healthcare'> <ul> <li><a href='javascript:void(0);' data-subjectid='121' data-topicid='122'>» Nursing</a></li> <li><a href='javascript:void(0);' data-subjectid='121' data-topicid='123'>» Healthcare - Others</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='law'> <ul> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='126'>» Tax Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='127'>» Intellectual Property Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='128'>» Family Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='129'>» Criminal Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='130'>» Constitutional Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='131'>» Civil Litigates</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='132'>» International Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='133'>» Labour/Employment Law</a></li> <li><a href='javascript:void(0);' data-subjectid='125' data-topicid='134'>» Other law</a></li> </ul> </div> <div role='tabpanel' class='tab-pane' id='humanities'> <ul> <li><a href='javascript:void(0);' data-subjectid='137' data-topicid='138'>» Sociology</a></li> <li><a href='javascript:void(0);' data-subjectid='137' data-topicid='139'>» Psychology</a></li> <li><a href='javascript:void(0);' data-subjectid='137' data-topicid='140'>» Foreign language</a></li> <li><a href='javascript:void(0);' data-subjectid='137' data-topicid='141'>» Proofreading</a></li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </section> <div id="pnlRegister" class="login-popup" style="display: none;"> <div class="modal" id="dvLoginRegister" data-keyboard="false" data-backdrop="static" tabindex="-1" role="dialog" aria-hidden="false" style="display: block;"> <div class="modal-backdrop fade in" style="height: 100%;"></div> <div class="modal-dialog"> <div class="modal-content login"> <button type="button" class="close" id="btnCloseLogin" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button> <div class="modal-body"> <div class="container"> <div class="col-xs-12"> <div class="wrapper" id="wrapper"> <div class="login-form" id="dvLoginRegisterContainer"> <div class="col-md-6"> <div id="pnlRegister"> <div id="register"> <div class="heading">Create an Account</div> <div class="form-group"><input name="ctl00$MainContent$LoginRegister$txtFisrtName" type="text" id="txtFisrtName" class="form-control name" data-parsley-required="true" data-parsley-pattern="^[A-Za-z\d\s]+$" data-parsley-pattern-message="Name should be alphanumeric." data-parsley-required-message="Please Enter your name." placeholder="Your Name" data-parsley-trigger="foucusout" /> </div> <div class="form-group"> <input name="ctl00$MainContent$LoginRegister$txtUserName" type="text" id="txtUserName" placeholder="Email Id" data-parsley-trigger="foucusout" data-parsley-type="email" class="form-control email-address" data-parsley-checkemailavailability="true" data-parsley-group="email" data-parsley-required-message="Please Enter your email id." data-parsley-required="true" data-parsley-checkemailavailability-message="Email is already registerd. Please login or choose another email id." /> </div> <div class="form-group"> <input name="ctl00$MainContent$LoginRegister$txtUserPassword" type="password" id="txtUserPassword" data-parsley-error-message="The password Should be at least 6 characters and can be a maximum of 15 characters." data-parsley-required="true" data-parsley-maxlength="15" data-parsley-minlength="6" class="form-control password" placeholder="Password" /> </div> <div class="form-group"> <input type="submit" name="ctl00$MainContent$LoginRegister$btnRegister" value="Sign Up" id="btnRegister" class="btn btn-success btn-block" data-gaq="true" data-category="Solved" data-label="149203" data-action="sign_up" /> <p class="frm-btm">Already registered? <a href="javascript:void(0)" id="login-link">Login</a> </p> </div> </div> </div> <div id="pnlLogin"> <div id="login" style="display: none"> <div class="heading">Log In to Your Account</div> <div class="form-group"> <input name="ctl00$MainContent$LoginRegister$txtEmailId" type="text" id="txtEmailId" data-parsley-error-message="Please Enter your email id." data-parsley-required="true" data-parsley-type="email" class="form-control email-address" placeholder="Email Id" /> </div> <div class="form-group"> <input name="ctl00$MainContent$LoginRegister$txtPassword" type="password" id="txtPassword" data-parsley-error-message="Please enter your password" data-parsley-required="true" data-parsley-maxlength="15" data-parsley-minlength="6" class="form-control password" placeholder="Password" /> </div> <div class="form-group"> <div class="forgotlink"> <a href="javascript:void(0)" id="forgotlink">Forgot Password</a> </div> <input type="submit" name="ctl00$MainContent$LoginRegister$btnLogin" value="Login" id="btnLogin" class="btn btn-success btn-block" data-gaq="true" data-category="Solved" data-label="149203" data-action="sign_in" /> <p class="frm-btm"> Not Account? <a href="javascript:void(0)" id="sign-link">Sign up</a> </p> </div> </div> </div> <div id="pnlForgotPassword"> <div id="dvForgotPassword" style="display: none"> <h2>Get Password?</h2> <p>Enter your email address to reset your password</p> <div class="form-group"> <input name="ctl00$MainContent$LoginRegister$txtResetPassowrdEmail" type="text" id="txtResetPassowrdEmail" data-parsley-error-message="Please Enter your email id." data-parsley-required="true" data-parsley-type="email" class="form-control email-address" placeholder="Email Id" /> </div> <div class="form-group"> <input type="submit" name="ctl00$MainContent$LoginRegister$btnForgotPassword" value="Reset Password" id="btnForgotPassword" class="btn btn-success btn-block" /> <p class="frm-btm">Back to Login? <a href="javascript:void(0)" id="lnkbackToLogin">Click here</a> </p> </div> </div> </div> </div> <div class="col-md-6"> <div class="login-benifits"> <div class="heading"> 96% of students say that they get better grades when they use TAE </div> <ul> <li>Millions of Homework Answers and Textbook Solutions</li> <li>If stuck, Ask Questions to Our Experts ANYTIME</li> <li>24X7 Support Available</li> </ul> </div> </div> <div class="clear"></div> <input type="hidden" name="ctl00$MainContent$LoginRegister$hdnCountryName" id="hdnCountryName" value="India" /> <input type="hidden" name="ctl00$MainContent$LoginRegister$hdnUserName" id="hdnUserName" /> <input type="hidden" name="ctl00$MainContent$LoginRegister$hdnIsLoginFailed" id="hdnIsLoginFailed" /> <input type="hidden" name="ctl00$MainContent$LoginRegister$hdnEntityId" id="hdnEntityId" /> <input type="hidden" name="ctl00$MainContent$LoginRegister$hdnNavigationUrl" id="hdnNavigationUrl" value="/myaccount/QuestionRequest.aspx?qid=149203" /> <div class="clear"></div> </div> </div> </div> </div> <!-- Login end --> </div> </div> </div> </div> </div> <footer> <div class="cont"> <div class="container"> <div class="row"> <div class="col-md-4 col-sm-6 col-xs-12"> <div class="ftr-logo"> <img src="../assets/images/logo.png" width="270" height="46" /> </div> <div class="ftr-mail"><a href="mailto:info@topassignmentexperts.com" rel="nofollow">info@topassignmentexperts.com</a></div> </div> <div class="col-md-8 col-sm-6 col-xs-12"> <div class="col-md-4 col-sm-6 col-xs-12"> <a href="/assignment-help/">» Assignment Help</a> <a href="/homework-help/">» Homework Help</a> <a href="/assignment-writing-services/">» Assignment writing services</a> <a href="/buy-assignment-online/">» Buy assignment online</a> <a href="/best-essay-writing-service/">» Best essay writing service</a> </div> <div class="col-md-4 col-sm-6 col-xs-12"> <a href="/do-my-assignment-for-me/">» Do my assignment for me</a> <a href="/write-my-essay-for-me/">» Write my essay for me</a> <a href="/best-dissertation-help/">» Best Dissertation Help</a> <a href="/dissertation-writing-help/">» Dissertation Writing Help</a> </div> <div class="col-md-4 col-sm-6 col-xs-12"> <a href="/about-us.aspx" rel="nofollow">» About TAE</a> <a href="/contact-us.aspx" rel="nofollow">» Contact Us</a> <a href="/privacy-policy.aspx" rel="nofollow">» Privacy Policy</a> <a href="/revision-refund-policy.aspx" rel="nofollow">» Revision Refund Policy</a> <a href="/terms-and-condition.aspx" rel="nofollow">» T&C </a> </div> </div> </div> </div> </div> <div class="copyright text-center"> <p>Disclaimer: The reference papers provided by TAE serve as model papers for students and are not to be submitted as it is. These papers are intended to be used for research and reference purposes only.</p> Copyright © 2025. All rights reserved. </div> </footer> <div id="pnlOnlineChatModule" ng-app="OnlineChatModule"> <div id="pnlOnlineChatController" ng-controller="VisitorChatController" ng-init="initOnlineChatController('https://api.unifolks.com/signalr','visitorChatHub','https://chat.unifolks.com/',3,'{"DomainId":3,"AssignmentId":0,"LastAssignmentId":0,"UserId":0,"ConnectionId":null,"UserAgent":null,"ChatUserType":1,"EmailId":"","FirstName":"","DisplayName":"","IsExpert":false,"IsStudent":false,"IsModerator":false,"AdminUserTypeId":0,"AdminUserType":0,"TimeZoneId":"UTC","Country":null,"UserSourceTypeId":0,"IsApprovedForInstantChat":false,"IsExpertEngaged":false,"UserSourceType":0,"UserSourceText":"Not Defined","ConnectionIds":[],"IsConnectedToInstantChat":false,"InstantChatSubjects":[],"ExpertApprovedSubject":[]}')" data-ChatHubUrl="https://api.unifolks.com/signalr" data-AzureChatHubUrl="https://chat.unifolks.com/" data-OnlineChatHub="visitorChatHub" data-DomainId="3" data-UserInfo="'{"DomainId":3,"AssignmentId":0,"LastAssignmentId":0,"UserId":0,"ConnectionId":null,"UserAgent":null,"ChatUserType":1,"EmailId":"","FirstName":"","DisplayName":"","IsExpert":false,"IsStudent":false,"IsModerator":false,"AdminUserTypeId":0,"AdminUserType":0,"TimeZoneId":"UTC","Country":null,"UserSourceTypeId":0,"IsApprovedForInstantChat":false,"IsExpertEngaged":false,"UserSourceType":0,"UserSourceText":"Not Defined","ConnectionIds":[],"IsConnectedToInstantChat":false,"InstantChatSubjects":[],"ExpertApprovedSubject":[]}'"> <div id="live-user-chat" style="display: none;"> <div class="live-user-chat-top" ng-click="OnChatHeadClick($event)"> <a href="javascript:void(0);" class="live-user-chat-close">x</a> <div class="live-user-chat-head"> <div class="live-user-chat-agent"><i class="fa fa-online" aria-hidden="true"></i> <ng-bind ng-bind="ChatSessionInfo.AdminDisplayName"></ng-bind></div> I am Online - Talk to me! <div class="live-user-chat-subhead" style="display: none">Please fill out the form below to start chatting with the next available agent.</div> </div> <div class="online-chat-person" style="display: none">Mehmet Mert</div> <span class="live-user-chat-message-counter" style="display: none">3</span> </div> <div class="live-user-chat-box" ng-show="ChatStepId>0"> <div class="dissabledbox" class="ng-hide" ng-show="!IsChatReady"></div> <div class="live-user-chat-order clearfix ng-hide" ng-show="ChatStepId==1"> <div class="live-user-chat-message clearfix"> <img src="/assets/images/avatar.png" alt="" width="32" height="32"> <div class="live-user-chat-message-content clearfix"> I am <b>Monica</b>. I am here to assist you. But please let me know whether you are here for a new order or an exising one. </div> </div> <div class="live-user-chat-button clearfix"> <input type="button" value="New Order" ng-click="OrderTypeChanged(1)" class="live-chat-order-new" /> <input type="button" value="Existing Order" ng-click="OrderTypeChanged(2)" class="live-chat-order-new" /> </div> </div> <div class="live-user-chat-history ng-hide" ng-show="ChatStepId==2" ng-scrollbars ng-scrollbars-update="updateChatConversationScrollbar" ng-scrollbars-config="chatScrollbarConfig"> <div class="live-user-chat-message clearfix" ng-repeat="item in ChatSessionInfo.ChatConversationList | orderBy: DateCreated:true" ng-class="{'user':item.SenderTypeId==1}"> <img src="/assets/images/avatar.png" alt="" width="32" height="32" ng-show="item.SenderTypeId==2"> <div class="live-user-chat-message-content clearfix"> <div class="live-user-chat-person" ng-show="item.SenderTypeId==2"> <ng-bind ng-bind="item.AdminDisplayName"></ng-bind> </div> <ng-bind-html ng-bind-html="item.ConversationText|trustAsHtml" ng-show="item.Conversation"></ng-bind-html> <ng-bind-html ng-bind-html="item.ConversationFiles |trustAsHtml"></ng-bind-html> <span class="live-user-chat-time"> <ng-bind ng-bind="item.DateCreated | utcToLocal:'hh.mm a'"></ng-bind> </span> </div> </div> </div> <div class="ng-hide" ng-show="IsAgentTyping"> <div class="messageBody clearfix"> <ng-bind ng-bind="AgentTypingMessage"></ng-bind> </div> </div> <div class="attached-file" style="display: none;" id="dvChatFileContainer"></div> <!-- end chat-history --> <div class="live-user-ask-questionng-hide" ng-show="ChatStepId==2"> <textarea rows="5" cols="10" ng-keyup="onChatKeyPress($event)" ng-model="ChatMessage" enter-submit="InsertChatConversation($event)" class="form-control" placeholder="Ask Your Question Here...:-)"></textarea> <div class="live-chat-msg-btn"> <input type="button" value="Submit" class="live-chat-send" ng-click="InsertChatConversation($event)" /> <div class="live-chat-attachcont"> <div id="btnChatDropzone" class="live-chat-attach"></div> <div class="dragnupload dz-clickable dz-message" id="chatDropzone" options="dzChatOptions" callbacks="dzChatCallbacks" methods="dzChatMethods" ng-dropzone></div> </div> </div> </div> </div> <!-- end chat --> </div> </div> </div> <script id="scrSiteHome" src="/assets/2.9.478/js/dist/cms-chatbox-template.js" ></script> <script src="https://chat.unifolks.com/js/signalr/dist/browser/signalr.js" ></script> <script src="/assets/2.9.478/js/src/public/pages/VisitorChat.js" ></script> <script src="/assets/js/src/public/pages/tfth.popuplogin.js" ></script> <script src="/assets/js/src/global/datetimepicker/jquery.datetimepicker.js" ></script> <script src="/assets/js/src/global/jquery.expander.js"></script> <script> window.EventCategory = 'Solved'; window.EventLabel = '149203'; window.NavigationUrl = '/myaccount/QuestionRequest.aspx?qid=149203'; $(function () { $(document).on("click", '[data-gaq="true"]', function () { var item = $(this), action = item.data("action"), category = item.data("category"), label = item.data("label"); gtag('event', action, { 'event_category': category, 'event_label': label }); }); $(document).on("click", '#hypNoOfAnswers', function () { gtag('event', 'answer_below', { 'event_category': window.EventCategory, 'event_label': window.EventLabel }); }); if (gtag) { gtag('event', 'page_load', { 'event_category': window.EventCategory, 'event_label': window.EventLabel }); } $('header').addClass("darkbg"); $('.country-top .dropdown-menu a').on('click', function () { $(this).parent().parent().prev().html($(this).html() + '<span class="caret"></span>'); }); $('div.desc').expander({ slicePoint: 500, expandText: "<br clear='all'>View more »", userCollapseText: "View less »", moreClass: "more-link", lessClass: "less-link", expandPrefix: "", expandSpeed: 0, collapseSpeed: 0, beforeExpand: function () { }, afterExpand: function () { var action = 'view_more'; gtag('event', action, { 'event_category': window.EventCategory, 'event_label': window.EventLabel }); }, onCollapse: function () { $("html, body").animate({ scrollTop: $("header").position().top }); } }); var dateToDisable = new Date(); dateToDisable.setFullYear(dateToDisable.getFullYear() + 2, dateToDisable.getMonth(), dateToDisable.getDate()); var btnDeadline = $('#btnDeadline'); var hdnQuestionDeadline = $('#hdnQuestionDeadline'); var btnRequestQuestion = $('#btnRequestQuestion'); btnDeadline.show(); btnRequestQuestion.hide(); btnDeadline.datetimepicker({ minDate: 0, format: 'd/m/Y H:i', yearStart: new Date().getFullYear(), yearEnd: new Date().getFullYear() + 2, maxDate: dateToDisable, step: 30, onChangeDateTime: function (currentTime, input, event) { if (!currentTime) { return false; } var selectedDateTime = new Date(); if (currentTime) { selectedDateTime = new Date(currentTime); } selectedDateTime.setSeconds(0); btnDeadline.datetimepicker({ value: selectedDateTime }); }, onClose: function (currentTime, input) { var selectedDateTime = new Date(); if (currentTime) { selectedDateTime = new Date(currentTime); } if (selectedDateTime.getMinutes() > 0) { selectedDateTime.setMinutes(selectedDateTime.getMinutes() + 30); } selectedDateTime.setMinutes(0); selectedDateTime.setSeconds(0); selectedDateTime.setMilliseconds(0); var localDateTime = new Date(); if (localDateTime.getMinutes() > 0) { localDateTime.setMinutes(localDateTime.getMinutes() + 30); } localDateTime.setMinutes(0); localDateTime.setSeconds(0); localDateTime.setMilliseconds(0); if (selectedDateTime <= localDateTime) { $('#spnNewDeadline').show(); btnRequestQuestion.hide(); hdnQuestionDeadline.val(''); } else { $('#spnNewDeadline').hide(); btnRequestQuestion.show(); hdnQuestionDeadline.val(btnDeadline.val()); } } }); btnDeadline.click(function (e) { btnDeadline.datetimepicker('show'); if (gtag) { gtag('event', 'main_cta', { 'event_category': window.EventCategory, 'event_label': window.EventLabel }); } e.preventDefault(); return false; }); if (hdnQuestionDeadline.val()) { btnDeadline.hide(); btnRequestQuestion.show(); btnRequestQuestion.on('click', function () { if (gtag) { gtag('event', 'main_cta', { 'event_category': window.EventCategory, 'event_label': window.EventLabel }); } }); } else { btnDeadline.show(); btnRequestQuestion.hide(); } var downloadSolutions = $('#hypGetSolution, #hypGetSolutionBottom, #hypGetSolutionSolved, #hypGetSolutionSolvedBottom'); downloadSolutions.on('click', function (e) { var requirelogin = $(this).data('requirelogin'); if (requirelogin) { e.preventDefault(); $('#pnlRegister').show(); } }); $('#btnCloseLogin').on('click', function (e) { $('#pnlRegister').hide(); }); var options = { Register: { registerContainer: '#register', txtUserName: '#txtUserName', txtUserPassword: '#txtUserPassword', txtName: '#txtFisrtName', hdnCountryName: '#hdnCountryName', hdnUserName: '#hdnUserName', btnRegister: '#btnRegister' }, Login: { loginContainer: '#login', txtEmailId: '#txtEmailId', txtPassword: '#txtPassword', forgotlink: '#forgotlink', btnLogin: '#btnLogin', dvForgotPassword: '#dvForgotPassword', btnForgotPassword: '#btnForgotPassword', }, hdnIsLoginFailed: '#hdnIsLoginFailed', navigationUrl: window.NavigationUrl }; $('#dvLoginRegisterContainer').loginregister(options); var isLoginFailed = $('#hdnIsLoginFailed').val(); if (isLoginFailed === 'true') { $('#pnlRegister').show(); } }); </script> <script> var IsSubjectEnabled = true, DefaultSubjectId = 0, IsDeadlineEnabled = false, DeadLineHours = 10, IsNoOfPageEnabled = true, NoOfPages = 0, IsReferenceEnabled = true,IsLevelEnabled = true, ReferenceId = 0,LevelId=0, IsNameEnabled = true,eventCategory='',eventAction='',eventLabel=''; $(function () { var options = { dvQuestionContainer: '#dvQuestionContainer', dvSubject: '#dvSubject', dvSubjectContaner: '#dvSubjectContaner', dvDeadLine: '#dvDeadLine', dvNoOfPages: '#dvNoOfPages', dvReferenceId: '#dvReferenceId', dvLevelId: '#dvLevelId ', txtSubject: '#txtSubject', txtDeadLine: '#txtDeadLine', ddlNoOfPages: '#ddlNoOfPages', hdnNoOfPages: '#hdnNoOfPages', btnPageDown: '#btnPageDown', btnPageUp: '#btnPageUp', ddlReferenceId: '#ddlReferenceId', ddlLevelId: '#ddlLevelId', txtName: '#txtName', txtDescription: '#txtDescription', btnSubmit: '#btnSubmit', hdnSubjectId: '#hdnSubjectId', hypAttachFiles: '#hypAttachFiles', settings: { IsSubjectEnabled: IsSubjectEnabled, DefaultSubjectId: DefaultSubjectId, IsDeadlineEnabled: IsDeadlineEnabled, DeadLineHours: DeadLineHours, IsNoOfPageEnabled: IsNoOfPageEnabled, NoOfPages: NoOfPages, IsReferenceEnabled: IsReferenceEnabled, ReferenceId: ReferenceId, IsLevelEnabled: IsLevelEnabled, LevelId: LevelId, IsNameEnabled: IsNameEnabled } }; $("header").addClass("active"); $('#dvQuestionContainer').questionbox(options); $('#ulTopNavTab li').removeClass('active'); $('#ulTopNavTab li:nth-child(2)').addClass('active'); var downloadsoln = $('.pdf-solution'); SolnDownload = function () { downloadsoln.offset().top - $(window).scrollTop() > $(window).height() ? $(".solnfixed").slideDown() : $(".solnfixed").slideUp() }; downloadsoln.is(":visible") && (SolnDownload(), $(window).scroll(function () { SolnDownload() })); }); $('[data-toggle="popover"]').popover({ container: 'body' }); </script> <script type="text/javascript"> $(function () { }); </script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="8A868A75" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="YtZTXflu13yn4URbzLBFqlL/DkiVkXWW28qx8vSNWn+v23ZiJdUVQPIoqd4iXACW9xsu17w71Yb76sQh3jrTjhPNIWYxhB20onQnjz8WwoiJoEuRmA4xIPexhXq7ryueM/pmby45/VjfMAEanzJ6jV6cG5ZtLgusLRaCc3/CYqjzxnUj402grzh6llwZju5kem6EF5dzWrF18CKMKtEfEgyOvmDrGRbrG5tnoLi3fIBgPRSJ9NqxByABfpJ/0rEGfS6qD9thQUT/OYbeAOqVebhZJS35in93owZemuJGfatEbdj8jso11mLhJpCtQ+um+J3Jl/UzGAwrDtx8+fKTglmRTOJAhv2ihSzW1vL83Zty+HJRtBYabFT8T8gDr6bCoGzoSLSZNqbtEb86RjfRHwOyPvxvvQ9n5bjf2kPw+kHGm0qpbsT0RWhBMIUyFyYyq0T8Vj02kKT0agJsRjIP58uKnHcHcorJcUrsqobc68jOu82R70ZrziGO+3CP6Kwck/+J/Gs1HMn1R2orvyajnYT7qBMImTK70UF+19UurwN7asYv0S9FiVKOQHiWPFC41GWiKr3U8cl0mhNnf+FXpYgfvOkUYeZplJJIx2IteTo82PfRqNfbMmnUNygs80PEKwSpHm7rQ92UHSX4tWo7TqOF4YhAxpSXaHgBmm8myCzWHKYCJi3olTGto2nbM9ZBUi0ibtssDa27xQEvgmCIo/s34YtQSwc8aIqUqZQyA+HD1V4YrU17PJDo1rqQAFBE9YYX8W2FIhE9OBVkCK3WCCmak3aGxNdKhmvwCT2Bix8P1EUlrn8aNY20r2q4C60fXWUSFN72c7ikVszkXIU3kd5PsCdMIDfKerB6wlFmPk6+ory22LrTyWBh1wVastxc2qOSYQCGdvGJKxbqrX9mhclhGItNZZ4QoNzf/Rn8BteFIjuq2tW3Ho1VFoUnMvPTEBZmtf0h+pH3g2gZaol/9pWm1X5wDFd315KviTrsKl5jaPF1DIJk/zxyWVtgyE958hMFNeSjFaA6wN9FHUy3dNOxhy//dqnB6VSNA4qEXB+05ZC1pFARPH0eRfZOzIJf7wZGVG6JTNN8u08DafherCVVHxQKZ8T6rT0epPkbAUkga+85dLtDJBaO9ro/ZGRfP9qaBsMAh7kmNqmfXF/UcbPOTZFdWJeVnJThruW7o+vhzBINBjB9PIa8zEuk6vqQ+AC0ojr6+WjuSAZpWIGl9YM65wpFjaPEvVeptKFmd3VEzrRgivsDVLVZs8pFuU+zzWIoVPtxNsX2UKtRxhEQqgHiotCtIIHRIZykABa0nEjd29TeQlzPVBpxqK2WEP2TQOGvkk/OHsgVs1WwMBailENrr0nYqA27SHP1a75ldG8nnr58AczLCUUp1Ibe5J53qEloSCmfz2L0xuygB1s5OSIK/BBtw0MLJaN4fBvMqPvnkUTWAVvdb0s5sxhwkFWDp/L79dpqWtNvvbqlWAdPUuPxQL08j/NRiQ31D3oPCaG8+J9MqQ6GjpzDqJBMqKNHvAwTdlDa4+PIEuvQske9mjwV978/VGtE6Od/ViGL1g8wrMMsG36oiHA+4h8Pt8xQ8n636dWok2snByKAyuPdWvb+lEzPe0MO3RuVjB4Vz0Ohyhw/gfRcSIvrB8m40i3UNtc9+GysonOxS9tW5CAn0ZXJJtAqdGnmNHoEzZrwDbCg08axZA5n2cWFU93QVY8W+D9tMumdJF+9iP0M5GF0D89AiYQGO8dzsS42UMGjqs/7T3jf3fcYfTKXnjBL+KzTV9+PKF5gD1N4a/RNcyG4BEiiBsoNrTJj7+RjGRWdKrAcSn2HpvmLvJZylzR6ndREajbWtRPdB9IOwNxDxOzzZLqM6QLdAgSF52ckeMXY/9o7VC5JP5mJYxWelpVe127OPamSTpn2pn3jw3wIajg8k5f6wFJGulPMzGPLuu595ZVb1es2A4PnjM9blHXdY7glN2febxnDbFyhmftqe3bfaheLrprzrkjQKoWpW4HI9/QP5gm00M0zvG/z8w+EIH2ShFV6GnQr/TL9GPhhYNikgVfsNi8xj2hYbTPKiuXW86Yr4MesJNUNpruhLiN2BldofUr/L4OZWQWGswbGC+ef+D7BTFETCte0jPdby8rTb4t0+Axnuti17d8Nf8OGmdopf+mYMmyi+vyeIOBHE1TllmeHvDFAAMKL6ecwE2HF3qQYzN9fmSfthndYPVaMrkGEe5IBJ2Qlx3j363wLdRWdlGqyrtvww/BYpQcdWD992l1NGLO5MRGpwSR9ugNdMiR3MBMora4GoME5ygNmWKiWuc7mR1wRd8uOsZRt57P5m7qXmPVVrXKNJv6g9Wo/d/O9Hl+Uko9mxkwykP8XXadH/e7aA8dX6rfEblD8CusoSWlcQ3OE/7h7SkTHor7Suu9k8i0Y49AKxZzsTAnlHHM/qOPjCsNdroDJLhKmgEx73yWrXRmV/smk5yVLh5BCqLiM+16Yq+HXPdciu3LfJp027Q411I09gtmAPJVhEvUddf8A4j5Ur2BgNsGJR0KOv/NysGVfR1AVfE4sNHWi1IPNi4zkXDvGUKLc4hVOaPxQeciVWetAxCX7viWkLtWWRcGPjDkFaibdTmTl3TzJLovAe9yFfZiStW7dFVkNLj0oQjUArjV1IhpWiLIIImJ5fgJWMIv+1rM2fmcp2HIdWHrfjrwlm3NSA7esZQm+k35N7tzMGSi5+Y4ejLBvSO1wT3xJRBAOsXfXgLs4mw5LY8mm7xBOeI+QI9r7qj8r1JLpo0HhOCmLkqAuyqAg/KxjtMOx8qgm6sGKKb5pLKBfyYqx54QeuEs1Pp4hpdbaJSP1gyuAC+bwmvChX3ypEB80QGclSpmwPnSu8oqg0c15X3PZk4TTQ9uqCMczBb6lKLZ1eiDhOIkHYxWM5UkhY+lxCba9bJS1JP20Ph7w3N3BEMp9sdMycevFghL9MZhBi8HObfm+UoQZ/hnzVMxOJ4uTh/zePlVl2cmCbNy6aRKj4/xb964xQ+VyDwXWOp54F7dzjkNCvL/TKq4qTs0hrt/qOexpgSKlc3bQ83G7AlZTa6c0LGWXOIiLXCalS1MvYPR2taXhE57FkYCK3lfo60CZTsGvX1RydGjeM1/P2nubcRsz1GyTBtrjUyDn760BOMzWqVXLadwCVu7YcAgvkb6NVoRQa0S6PN46E1j/3QhFHwbR561ZJZIMkG2ZbgsxMJjETQCk2Pq4tI6kN2N4XyzxJSFhRh3QJ/y0L5FrjlKbYLmtNG5SM8v6KBD/Ca9qEmAN8f1RhvLHDj1MsENjgEE4Zb/2" /> </div></form> </body> </html>