├── Resume ├── Test ├── bg3.jpg ├── Profile-Avatar-PNG.png ├── style.css └── index.html ├── Assignment 4 ├── temp ├── 22_Pratyush Ranjan Pani.pdf ├── q2.html ├── q3.html ├── q4.html ├── q7.html ├── q9.html ├── q8.html ├── q6.html ├── q5.html └── q1.html ├── Assignment 5 └── temp ├── Assignment 7 ├── test ├── 4.html ├── q1.jsp ├── q4.jsp ├── 3.html ├── q2.jsp ├── q3.jsp └── web.xml ├── HTML Forms ├── Test ├── ACFrOgCsdhaGxYiHX5yl4WvTazfjB9oh-2tWrYsdd6Bnyo4scxVZFbDN8Gakc7Q2-Pe-3xMZjxVfj-jPePXEWEuqm_h3BAlFc-gNELeEZCE_sAaQJ8l_CoScfpfeTVV0CW-18vjXlbnP6wSwptjU.pdf ├── styles2.css └── index.html ├── Assignment 3 ├── test.txt ├── q4.html ├── q2.html ├── q1.html ├── q3.html ├── q6.html ├── q5.html ├── q7.html └── q8.html └── cat.html /Resume/Test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Assignment 4/temp: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Assignment 5/temp: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Assignment 7/test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /HTML Forms/Test: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Assignment 3/test.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Resume/bg3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rllaka/html-css-practice/HEAD/Resume/bg3.jpg -------------------------------------------------------------------------------- /Resume/Profile-Avatar-PNG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rllaka/html-css-practice/HEAD/Resume/Profile-Avatar-PNG.png -------------------------------------------------------------------------------- /Assignment 4/22_Pratyush Ranjan Pani.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rllaka/html-css-practice/HEAD/Assignment 4/22_Pratyush Ranjan Pani.pdf -------------------------------------------------------------------------------- /Assignment 7/4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Cookies 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /HTML Forms/ACFrOgCsdhaGxYiHX5yl4WvTazfjB9oh-2tWrYsdd6Bnyo4scxVZFbDN8Gakc7Q2-Pe-3xMZjxVfj-jPePXEWEuqm_h3BAlFc-gNELeEZCE_sAaQJ8l_CoScfpfeTVV0CW-18vjXlbnP6wSwptjU.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rllaka/html-css-practice/HEAD/HTML Forms/ACFrOgCsdhaGxYiHX5yl4WvTazfjB9oh-2tWrYsdd6Bnyo4scxVZFbDN8Gakc7Q2-Pe-3xMZjxVfj-jPePXEWEuqm_h3BAlFc-gNELeEZCE_sAaQJ8l_CoScfpfeTVV0CW-18vjXlbnP6wSwptjU.pdf -------------------------------------------------------------------------------- /Assignment 3/q4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | 11 | 12 | Name:

13 |

14 |
15 | 16 | -------------------------------------------------------------------------------- /cat.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |

CatPhotoApp

5 |

Cat Photos

6 | 7 |

See more cat photos in our gallery.

8 | link to cat pictures 9 | A cute orange cat lying on its back. 10 |
11 | 12 | -------------------------------------------------------------------------------- /Assignment 7/q1.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=ISO-8859-1" 2 | pageEncoding="ISO-8859-1"%> 3 | 4 | 5 | 6 | 7 | Insert title here 8 | 9 | 10 |

Q1 Print the current date and time using JSP expression. (Use JSP Page directive)

11 |

Current Date and Time is

12 | <%java.util.Date d = new java.util.Date(); 13 | out.print(d.toString());%> 14 | <% out.print(2*5); %> 15 | 16 | -------------------------------------------------------------------------------- /Assignment 7/q4.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=ISO-8859-1" 2 | pageEncoding="ISO-8859-1"%> 3 | 4 | 5 | 6 | 7 | Insert title here 8 | 9 | 10 | <% 11 | String name=request.getParameter("userId"); 12 | out.println("name is:" +name+"
"); 13 | ///application.getinparameter 14 | String count = application.getInitParameter(name); 15 | out.println("country is:" + count+"
"); 16 | %> 17 | 18 | -------------------------------------------------------------------------------- /Assignment 7/3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | User details 6 | 7 | 8 |
9 | 10 | 11 | 12 |
13 | 14 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /Assignment 3/q2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 10 | 11 | 12 |

Pratyush Ranjan Pani

13 |

20BCSB41

14 |

Even and Odd

15 | 16 | 17 |

18 | 19 | 20 | -------------------------------------------------------------------------------- /Assignment 3/q1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | 12 | 13 |

Pratyush Ranjan Pani

14 |

20BCSB41

15 |

Add Two Numbers

16 | + 17 | 18 | 19 |

20 | 21 | 22 | -------------------------------------------------------------------------------- /Assignment 3/q3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 13 | 14 | 15 |

Pratyush Ranjan Pani

16 |

20BCSB41

17 |

Factorial Of Two Numbers

18 | Number:

19 |

20 |
21 | 22 | 23 | -------------------------------------------------------------------------------- /Assignment 3/q6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 11 | 12 | 13 |

Pratyush Ranjan Pani

14 |

20BCSB41

15 |

Difference in Character

16 | First Name:

17 | Last Name:

18 |

19 |
20 | 21 | 22 | -------------------------------------------------------------------------------- /Assignment 3/q5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 20 | 21 | 22 |

Pratyush Ranjan Pani

23 |

20BCSB41

24 |

Check Name

25 | Name:

26 |

27 |
28 | 29 | 30 | -------------------------------------------------------------------------------- /Assignment 7/q2.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=ISO-8859-1" 2 | pageEncoding="ISO-8859-1"%> 3 | 4 | 5 | 6 | 7 | Sum of two number 8 | 9 | 10 |
11 | 12 | Enter First Number:
13 | Enter Second Number:
14 | 15 |
16 | 17 |
18 | 19 | <%! 20 | int find_sum(int p, int q) 21 | { 22 | return p+q; 23 | } 24 | %> 25 | <% 26 | String inp1=request.getParameter("n1"); 27 | String inp2=request.getParameter("n2"); 28 | 29 | if((inp1!=null) && (inp2!=null) 30 | ) 31 | { 32 | int px=Integer.parseInt(inp1); 33 | int py=Integer.parseInt(inp2); 34 | 35 | int sum=find_sum(px, py); 36 | out.println("
Sum = " + sum); 37 | } 38 | %> 39 | 40 | 41 | -------------------------------------------------------------------------------- /Assignment 4/q2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 |

Password word of your name

11 |

Pratyush Ranjan Pani

12 |

20BCSB41

13 | 14 | 15 | 16 |

17 | 18 | 28 | 29 | -------------------------------------------------------------------------------- /Assignment 3/q7.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 |

Pratyush Ranjan Pani
20BCSB41

9 | 10 | 11 |
12 |

Logarithmic calculator

13 | 14 | 15 |
16 | 17 | 18 |
19 | 20 |
21 |
22 |

23 |
24 | 25 | 35 | -------------------------------------------------------------------------------- /Assignment 4/q3.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |

Chunk it

5 | 27 | 28 | 29 |

Pratyush Ranjan Pani

30 |

20BCSB41

31 | 32 |
33 | 34 | 35 |
36 | 37 | 38 | 39 |

Chunks:

40 | 41 | 42 | -------------------------------------------------------------------------------- /Assignment 4/q4.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |

Letter Counter

5 |

Pratyush Ranjan Pani

6 |

20BCSB41

7 | 32 | 33 | 34 | 35 |
36 | 37 | 38 | 39 |

Letter counts:

40 | 41 | 42 | -------------------------------------------------------------------------------- /Assignment 4/q7.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 |

Length of Longest substring

11 |

Pratyush Ranjan Pani

12 |

20BCSB41

13 | 14 | 15 |

16 | 40 | -------------------------------------------------------------------------------- /Assignment 4/q9.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 |

swapping

11 |

Pratyush Ranjan Pani

12 |

20BCSB41

13 | 14 | 15 |

16 | 17 | 44 | -------------------------------------------------------------------------------- /Assignment 4/q8.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 |

Max occuring substring

11 |

Pratyush Ranjan Pani

12 |

20BCSB41

13 | 14 | 15 |

16 | 49 | 50 | -------------------------------------------------------------------------------- /Assignment 7/q3.jsp: -------------------------------------------------------------------------------- 1 | <%@ page language="java" contentType="text/html; charset=UTF-8" 2 | pageEncoding="UTF-8" import="javax.xml.parsers.DocumentBuilderFactory,javax.xml.parsers.DocumentBuilder, 3 | org.w3c.dom.*" errorPage=""%> 4 | 5 | 6 | 7 | 8 | Insert title here 9 | 10 | 11 | 12 | <% 13 | 14 | 15 | 16 | 17 | String userId = request.getParameter("userId"); 18 | DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance(); 19 | DocumentBuilder dBuilder; 20 | Document doc; 21 | 22 | try { 23 | dBuilder = dbFactory.newDocumentBuilder(); 24 | doc = dBuilder.parse("D:/Pratyush(20BCSB41)IWT/greetings_1/src/main/webapp/META-INF/web.xml"); 25 | 26 | doc.getDocumentElement().normalize(); 27 | NodeList nList = doc.getElementsByTagName("User"); 28 | 29 | for (int temp = 0; temp < nList.getLength(); temp++) { 30 | Node nNode = nList.item(temp); 31 | if (nNode.getNodeType() == Node.ELEMENT_NODE) { 32 | Element eElement = (Element) nNode; 33 | String id = eElement.getElementsByTagName("id").item(0).getTextContent(); 34 | if (id.equals(userId)) { 35 | String name = eElement.getElementsByTagName("Name").item(0).getTextContent(); 36 | String age = eElement.getElementsByTagName("Age").item(0).getTextContent(); 37 | String address = eElement.getElementsByTagName("Address").item(0).getTextContent(); 38 | out.println("

Name : " + name + "

"); 39 | out.println("

Age : " + age + "

"); 40 | out.println("

Address : " + address + "

"); 41 | } 42 | } 43 | } 44 | } catch (Exception e) { 45 | e.printStackTrace(); 46 | } 47 | %> 48 | 49 | -------------------------------------------------------------------------------- /Assignment 4/q6.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 |

Longest palindrome

11 |

Pratyush Ranjan Pani

12 |

20BCSB41

13 | 14 | 15 |

16 | 17 | 54 | -------------------------------------------------------------------------------- /Assignment 4/q5.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Document 8 | 9 | 10 |

All possible words

11 |

Pratyush Ranjan Pani

12 |

20BCSB41

13 | 14 | 15 |

16 | 64 | 65 | -------------------------------------------------------------------------------- /Resume/style.css: -------------------------------------------------------------------------------- 1 | *{ 2 | margin: 0; 3 | padding: 9px; 4 | list-style: none; 5 | text-decoration: none; 6 | box-sizing:border-box ; 7 | } 8 | center img{ 9 | width: 200px; 10 | height: 200px; 11 | } 12 | body{ 13 | background-image: url("bg3.jpg"); 14 | /*background-color: #D3756B;*/ 15 | /*background-image: url("pro.png");*/ 16 | 17 | } 18 | .right{ 19 | text-align: right; 20 | } 21 | .right a{ 22 | color:rgb(21, 96, 119); 23 | } 24 | .right a:hover{ 25 | color:rgb(115, 255, 243); 26 | 27 | } 28 | .nav { 29 | /* list-style-type:none ; 30 | margin: 0; 31 | padding: 0; */ 32 | overflow: hidden; 33 | background-color: #8ecae6; 34 | } 35 | .nav a{ 36 | float: left; 37 | display: block; 38 | color:rgb(0, 0, 0); 39 | text-align: center; 40 | padding: 15px 45px; 41 | text-decoration: none; 42 | font-size: 17px; 43 | } 44 | .nav a:hover{ 45 | background-color: #AEE2FF; 46 | /* color: black; */ 47 | } 48 | .nav .icon{ 49 | display: none; 50 | } 51 | @media screen and (max-width: 600px) { 52 | .nav a:not(:first-child) {display: none;} 53 | .nav a.icon { 54 | float: right; 55 | display: block; 56 | } 57 | } 58 | @media screen and (max-width: 600px) { 59 | .nav.responsive {position: relative;} 60 | .nav.responsive .icon { 61 | position: absolute; 62 | right: 0; 63 | top: 0; 64 | } 65 | .nav.responsive a { 66 | float: none; 67 | display: block; 68 | text-align: left; 69 | } 70 | } 71 | .label{ 72 | list-style-type:none ; 73 | margin: 0; 74 | padding: 0; 75 | overflow: hidden; 76 | background-color: #8ecae6; 77 | } 78 | .label h2{ 79 | color:rgb(0, 0, 0); 80 | } 81 | table ,th,td{ 82 | border: 2px solid black; 83 | border-collapse: collapse; 84 | } 85 | table{ 86 | width:100%; 87 | } 88 | th{ 89 | text-align: center; 90 | font-weight:bold ; 91 | } 92 | .numeric{ 93 | text-align: center; 94 | } 95 | /*.fa-solid.fa-bullseye{ 96 | color: aliceblue; 97 | }*/ 98 | ul{ 99 | margin: 0; 100 | padding-left: 20px; 101 | padding-top: 0px; 102 | } 103 | li{ 104 | color: black; 105 | list-style-type:disc; 106 | padding-left: 0px; 107 | font-weight: bold; 108 | padding-top: 10px; 109 | } -------------------------------------------------------------------------------- /Assignment 7/web.xml: -------------------------------------------------------------------------------- 1 | 2 | 26 | 27 | 28 | 29 | 30 | 1 31 | kakashi 32 | 22 33 |
India
34 |
35 | 36 | 2 37 | Johnsmith 38 | 25 39 |
New York
40 |
41 | 42 | 3 43 | reddy 44 | 35 45 |
Chicago
46 |
47 | 48 | 4 49 | hanzo 50 | 40 51 |
Hong Kong
52 |
53 | 54 | 5 55 | aludam 56 | 45 57 |
Phoenix
58 |
59 | 60 | 6 61 | adddu 62 | 50 63 |
USA
64 |
65 | 66 | 7 67 | mosam 68 | 55 69 |
Australia
70 |
71 | 72 | 8 73 | roysia 74 | 60 75 |
San Jose
76 |
77 | 78 | 9 79 | barika gopinath 80 | 65 81 |
West Indies
82 |
83 | 84 | 10 85 | kumar 86 | 70 87 |
Russia
88 |
89 |
90 | -------------------------------------------------------------------------------- /HTML Forms/styles2.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-family: 'Anaheim'; 3 | font-size: 1.2em; 4 | } 5 | 6 | #outside { 7 | background-color: lightgoldenrodyellow; 8 | padding-top: 25px; 9 | padding-bottom: 25px; 10 | } 11 | 12 | h1 { 13 | font-size: 1.5em; 14 | text-align: center; 15 | text-transform: capitalize; 16 | } 17 | 18 | form { 19 | /* Just to center the form on the page */ 20 | margin: 0 auto; 21 | width: 70%; 22 | /* To see the limits of the form */ 23 | padding: 1em; 24 | border: 1px solid #CCC; 25 | border-radius: 1em; 26 | 27 | } 28 | #survey-form { 29 | background-color: white; 30 | } 31 | 32 | fieldset { 33 | border:1px solid lightgray; 34 | margin: 10px; 35 | } 36 | 37 | legend { 38 | font-weight: 700; 39 | } 40 | 41 | #number { 42 | width: 150px; 43 | } 44 | 45 | 46 | div + div { 47 | margin-top: 1em; 48 | } 49 | 50 | /* label { 51 | /* To make sure that all label have the same size and are properly align */ 52 | /* display: inline-block; */ 53 | /* width: 80px; */ 54 | /* text-align: right; */ 55 | } */ 56 | 57 | input, textarea { 58 | /* To make sure that all text field have the same font settings 59 | By default, textarea are set with a monospace font */ 60 | /* font: 1em sans-serif; */ 61 | 62 | /* To give the same size to all text field */ 63 | width: 200px; 64 | 65 | /* -moz-box-sizing: border-box; 66 | box-sizing: border-box; */ 67 | 68 | /* To harmonize the look & feel of text field border */ 69 | border: 1px solid #999; 70 | } 71 | 72 | input:focus, textarea:focus { 73 | /* To give a little highligh on active elements */ 74 | border-color: OrangeRed; 75 | } 76 | 77 | textarea { 78 | /* To properly align multiline text field with their label */ 79 | vertical-align: top; 80 | 81 | /* To give enough room to type some text */ 82 | height: 5em; 83 | 84 | /* To allow users to resize any textarea vertically 85 | It works only on Chrome, Firefox and Safari */ 86 | resize: vertical; 87 | } 88 | 89 | .button { 90 | /* To position the buttons to the same position of the text fields */ 91 | padding-left: 90px; /* same size as the label elements */ 92 | } 93 | 94 | button { 95 | margin: .5em; 96 | font-size: 1em; 97 | text-transform: capitalize; 98 | background-color: red; 99 | color: white; 100 | border: none; 101 | padding: 5px; 102 | border-radius: 2px; 103 | 104 | } 105 | 106 | #submitbutton { 107 | display: flex; 108 | justify-content: center; 109 | } 110 | -------------------------------------------------------------------------------- /Assignment 3/q8.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 32 | 33 | 34 | 35 | 36 | Document 37 |

Pratyush Ranjan Pani
20BCSB41

38 | 39 | 40 |
41 |

Progress Bar Chart

42 |
43 |

B.tech

44 | 45 | 46 |
47 |
48 | 49 |
50 |

Intermediate XII

51 | 52 |
53 |
54 |
55 |

Secondary X

56 | 57 |
58 |
59 | 60 |
61 | 69 |
70 |
71 |
72 |
73 |
74 |
75 |
76 |
77 |
78 |
79 |
80 |
81 | 82 | 145 | -------------------------------------------------------------------------------- /Assignment 4/q1.html: -------------------------------------------------------------------------------- 1 | 2 |

Codename Generator

3 | 4 | 5 | 6 | 7 |

8 | 9 |

10 | 11 |

Pratyush Ranjan Pani

12 |

20BCSB41

13 | 157 | 158 | -------------------------------------------------------------------------------- /HTML Forms/index.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 |

Application for permission to date my daughter

5 |

Note: Form is to be completed at least 21 days prior to date

6 | 7 | 8 |
9 | 10 | Personal Details 11 | 12 |
13 | 14 |  
15 |
16 | 17 |  
18 |
19 | 20 |  
21 |
22 | 23 |  
24 |
25 | 26 |  
27 | 28 | 29 |
30 | 31 |

32 | Male
33 | Female
34 | Other 35 |

36 |
37 | 38 | 39 | 40 |
41 | 42 |
43 | 44 |

45 | I have tattoos and/or piercings
46 | I am more than 2 years older than my daughter
47 | I own a panel van or V8 ute
48 | I work full-time
49 | My parents are rich
50 | Is the date at a well lit public location
51 |

52 |
53 | 54 | 55 | 56 |
57 |
58 | 59 | 65 | 66 | 67 | 73 |
74 |
75 | 76 | 77 | 78 |
79 | Essay Section 80 |
81 | 82 |

In 50 words or more explain why you want to date my daughter

83 |  
84 |
85 |
86 |  
87 |

Upload Police Clearance Certificate, Bank Statement and Medical Certifiates here: 88 |

89 |
90 | 91 |
92 |  
93 | 94 |
95 |
96 | 97 | -------------------------------------------------------------------------------- /Resume/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 7 | Profile 8 | 9 | 10 | 11 | 12 | 13 |
14 | cse.20bcsb41@gmail.com 15 |
16 | Linkedin/Pratyush_Pani 17 |
18 | Github/Rllaka 19 |
20 | +917848071797 21 |
22 |
23 |

Pratyush Ranjan Pani

24 | profile 25 |
26 | 37 |
38 |
39 |
40 |

Objective

41 |
42 |
43 |

44 | I am eager to apply my skills and experience to a new opportunity and am confident that I can make a valuable contribution to the success of the organization. I am excited about the opportunity to work with a team of professionals who are dedicated to achieving success and am eager to learn and grow in my role. I am dedicated to achieving my goals and am committed to continuous learning and professional development. 45 | 46 | In summary, I am a highly motivated, results-driven professional with a strong background in Product Designing looking for a challenging and dynamic position where I can contribute to the growth and success of the organization. I am confident in my ability to make a valuable contribution and am eager to take on new responsibilities and grow in my role. 47 |

48 |
49 |
50 |

Education

51 |
52 |
53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 |
QualificationInstitutionYear of passingBoard
B-tech(cse)Silicon institute of Technology2024BPUT
Intermediate XIIKendriya Vidyalaya No.1 Bhubaneswar2020CBSE
Secondary XKendriya Vidyalaya No.1 Bhubaneswar2017CBSE
79 |
80 |
81 |

Work Experience/Internships

82 |
83 |
84 |
85 | 90 |
91 |
92 |

Projects

93 |
94 |
95 |
96 |
    97 |
  1. Heart attack predictor (ML)
  2. 98 |
  3. Movie Recommendation System (ML)
  4. 99 |
  5. Spectra (Android Application)
  6. 100 |
  7. Coviz (Web Application)
  8. 101 |
  9. Home Landing Page of Agro Project (Full Stack)
  10. 102 |
103 |
104 |
105 |

Skills

106 |
107 |
108 |
109 |
    110 |
  1. Full Stack Web Development
  2. 111 |
  3. Machine Learning
  4. 112 |
  5. UI/UX Design
  6. 113 |
  7. Digital Marketing
  8. 114 | 115 |
116 |
117 |
118 |

Achievements

119 |
120 |
121 |
122 | 128 |
129 |
130 |

Certifications

131 |
132 |
133 |
134 | 139 |
140 |
141 |

Languages

142 |
143 |
144 | 145 | 150 |
151 | 162 | 163 | 164 | --------------------------------------------------------------------------------