diff --git a/calculator.css b/calculator.css new file mode 100644 index 0000000..bab945d --- /dev/null +++ b/calculator.css @@ -0,0 +1,36 @@ +.calc{ + width:400px; + height:550px; + background:lightcoral; + margin-left:700px; + margin-top:250px; +} +#screen{ + width:80%; + height:40px; + margin-left: 36px; + margin-top: 30px; + pointer-events:none; + +} +.btn{ + width:60px; + height:45px; + margin-left: 30px; + margin-top: 30px; + background:purple; + cursor: pointer; + border:2px solid #B06AB3; + color:white; + outline: none; +} +.btn:hover{ + background:#B06AB3; + border-color:purple; +} +h4{ + color:purple; + margin-left:87px; + text-decoration-line: underline; + text-decoration-style: dotted; +} \ No newline at end of file diff --git a/calculator.html b/calculator.html new file mode 100644 index 0000000..5c0cdb9 --- /dev/null +++ b/calculator.html @@ -0,0 +1,47 @@ + + + + + + Calculator + + + + +
+
+

SIMPLE-CALCULATOR

+
+ +
+
+ +
+ + + + +
+
+ + + + +
+
+ + + + +
+
+ + + + +
+
+
+
+ + diff --git a/calculator.js b/calculator.js new file mode 100644 index 0000000..b38f17b --- /dev/null +++ b/calculator.js @@ -0,0 +1,14 @@ +function buttonClick(val) +{ + document.getElementById("screen").value=document.getElementById("screen").value+val; +} +function displayClear() +{ + document.getElementById("screen").value="" +} +function equalClick() +{ + var text=document.getElementById("screen").value + var result=eval(text) + document.getElementById("screen").value=result; +} \ No newline at end of file diff --git a/fb.png b/fb.png new file mode 100644 index 0000000..d6aea51 Binary files /dev/null and b/fb.png differ diff --git a/form.html b/form.html new file mode 100644 index 0000000..1d069d2 --- /dev/null +++ b/form.html @@ -0,0 +1,48 @@ + + + FORM + + +
+
+ Please fill the form inorder to register!! +
+
+
+
+ + + +

+ +

+ +

+ + + + + + +

+ +

+ +

+ + +
+ +
+

I agree to the Terms & Privacy.

+ +
+
+
+ + \ No newline at end of file diff --git a/gh.png b/gh.png new file mode 100644 index 0000000..6b5d3c7 Binary files /dev/null and b/gh.png differ diff --git a/in.jpg b/in.jpg new file mode 100644 index 0000000..631abd0 Binary files /dev/null and b/in.jpg differ diff --git a/index.html b/index.html index 103c527..74385f2 100644 --- a/index.html +++ b/index.html @@ -1,25 +1,66 @@ - - - amrutha - - -

HELLO WORLD


-

HELLO WORLD

-

HELLO WORLD

-

HELLO WORLD

-
HELLO WORLD
-
HELLO WORLD
-

HGYFYFJKUUDDYHBNHGDTDRTYYGHBHHGYTDTDYGHGHJDTJDGYGKVHHDFGYS - GFJJDVBDVDFTFUDHGfaygydfuhcjhgvgcygyvggfygvyg
dvygjvhcjvggjcgjvgcgtuddggxgjzgzffuzfuzf - uzxftfdyjxgcgjhgxc

-

rttryyfyyhtrgfsfsfsrsrsrsgffdttttffyfyfffyyuyuyufgfgfffygyyfttttffyygytttighjgjgkgkkggk - jhkjkhkhkhkhkhkhkuhuhkuhkuhkuhukhukhukhukyitititiyiuyiuyuyiuyuiyt7t6t6rtrttrftrtyrtrtr

-
-google
- - - - - - - + + + + + + + MY PORTFOLIO + + + + +
+
+ +
+
+ + +
+
+

FATHIMATHUL RASMIYA

+

Final year B-Tech Student
+ Computer Science & Engineering
+ SKILLS :HTML,MYSQL,C,C++,PYTHON
+ CONTACT ME :fathimathulrasmiya@gmail.com

+

+
+
+
+
+
+
+
+

AboutMe

+

Hello i'm Fathimathul Rasmiya !!

+

Iam currently an undergraduate final year student at KMCT college of engineering for women, Kozhikode.
+ Pursuing my Bachelor's in Computer Science and Engineering.
+ + Singing is My passion and I love to Read .
+ + I will Think smart and work hard to contribute my skills and ideas to the job i'll do


+ +
+
+
+ + diff --git a/index12.html b/index12.html new file mode 100644 index 0000000..103c527 --- /dev/null +++ b/index12.html @@ -0,0 +1,25 @@ + + + amrutha + + +

HELLO WORLD


+

HELLO WORLD

+

HELLO WORLD

+

HELLO WORLD

+
HELLO WORLD
+
HELLO WORLD
+

HGYFYFJKUUDDYHBNHGDTDRTYYGHBHHGYTDTDYGHGHJDTJDGYGKVHHDFGYS + GFJJDVBDVDFTFUDHGfaygydfuhcjhgvgcygyvggfygvyg
dvygjvhcjvggjcgjvgcgtuddggxgjzgzffuzfuzf + uzxftfdyjxgcgjhgxc

+

rttryyfyyhtrgfsfsfsrsrsrsgffdttttffyfyfffyyuyuyufgfgfffygyyfttttffyygytttighjgjgkgkkggk + jhkjkhkhkhkhkhkhkuhuhkuhkuhkuhukhukhukhukyitititiyiuyiuyuyiuyuiyt7t6t6rtrttrftrtyrtrtr

+
+google
+ + + + + + + diff --git a/insta.png b/insta.png new file mode 100644 index 0000000..f987ceb Binary files /dev/null and b/insta.png differ diff --git a/li.png b/li.png new file mode 100644 index 0000000..7bb8929 Binary files /dev/null and b/li.png differ diff --git a/ln1.jpg b/ln1.jpg new file mode 100644 index 0000000..66049d6 Binary files /dev/null and b/ln1.jpg differ diff --git a/portfolio.css b/portfolio.css new file mode 100644 index 0000000..84e6c1b --- /dev/null +++ b/portfolio.css @@ -0,0 +1,156 @@ +*{ + padding: 0%; + margin: 0%; + box-sizing: border-box; + -webkit-font-smoothing:antialised; +} +body{ + line-height: 1.5; + color:white; + overflow-x: hidden; + background:#B06AB3 ; + font-family: 'Dancing Script', cursive; +} +header{ + background:#FFAF7B; +} +.container{ + max-width:1152px; + padding:0 15px; + margin:0 auto; +} +header nav .left a{ + color:white; + text-decoration:none; + margin-right:2rem; + text-transform: uppercase; + transition:all .3s ease; +} +header nav .left a:hover{ + color:#191654 +} +header nav{ + padding:2rem 0; +} +header nav .logo{ + margin-right:2rem; +} +.image{ + padding-left: 0%; +} +.image .right p{ + color:#B06AB3; + font-size:1rem; + line-height:2 ; + margin-bottom:2rem ; + padding-left: 3rem; +} +.image .right h4{ + font-size:1.5rem ; + margin-bottom:0.5rem ; + color:white; + padding-left: 3rem; + +} +section{ + padding:4rem 0; +} +section.about h1{ + margin-bottom:1rem; + font-size:1.6rem; +} +section.about h1 span{ + color: #FFAF7B; +} +section.about h3{ + font-size:1rem; + margin-bottom:1rem; +} +section.about p{ + line-height:2rem; +} +section.about.social a{ + display:flex; + align-items: center; + justify-content: center; + width: 40px; + border-radius:50%; + margin-right:0.5rem; +} +.image .right p span{ + color: white; +} +.flex{ + display:flex; +} +.items-center{ + align-items: center; +} +.justify{ + justify-content: space-between; +} +.btn{ + padding:0.8rem 2rem; + border:2px solid #B06AB3; + outline:none; + cursor: pointer; + text-transform: uppercase; + transition:all .3s ease; +} +.btn-a{ + background:#FFAF7B; + color:white; + font-family: 'Dancing Script', cursive; +} +.btn-a:hover{ + background:#B06AB3; + border-color:#FFAF7B; +} +.btn-b{ + background:transparent; + color:white; + font-family:'Dancing Script', cursive;; +} +.btn-b:hover{ + background:#B06AB3; + border-color:#FFAF7B; + +} +.flex-1{ + flex:1; +} +.justify-center{ + justify-content: right; +} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/profile.html b/profile.html new file mode 100644 index 0000000..43f50ff --- /dev/null +++ b/profile.html @@ -0,0 +1,22 @@ + + + + MY PROFILE + + +
+


+

FATHIMATHUL RASMIYA


+ +

Currently a final year COMPUTER SCIENCE & ENGINEERING student
+ at KMCT College of Engineering for Women, kallanthode
+

+ I joined TinkerHubKMCTCE community for improving myself
+ and my technical skills . If i could upgrade myself even a little that would
+ be not less than a big achievement for me .


+
THANK YOU
+
+
+ + +
\ No newline at end of file diff --git a/reg.jpg b/reg.jpg new file mode 100644 index 0000000..eb7b7b3 Binary files /dev/null and b/reg.jpg differ diff --git a/sm1.jpg b/sm1.jpg new file mode 100644 index 0000000..d9a5646 Binary files /dev/null and b/sm1.jpg differ diff --git a/table.html b/table.html new file mode 100644 index 0000000..72cf818 --- /dev/null +++ b/table.html @@ -0,0 +1,55 @@ + + + SOCIAL MEDIA + + +

+

MY SOCIAL MEDIA ACCOUNTS





+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IDNAMELOGO USER NAMELNK
1Linked inFathimathul Rasmiyaclick
2Git HubFathimathul Rasmiyaclick
3Instagramrasm__iclick
4FacebookFathimathul Rasmiyaclick
5WhatsAppRasmiclick
+
+ + \ No newline at end of file diff --git a/th.png b/th.png new file mode 100644 index 0000000..dfb2356 Binary files /dev/null and b/th.png differ diff --git a/wp.png b/wp.png new file mode 100644 index 0000000..fabdcd3 Binary files /dev/null and b/wp.png differ