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 @@ + + +
+ + +
HGYFYFJKUUDDYHBNHGDTDRTYYGHBHHGYTDTDYGHGHJDTJDGYGKVHHDFGYS
- GFJJDVBDVDFTFUDHGfaygydfuhcjhgvgcygyvggfygvyg
dvygjvhcjvggjcgjvgcgtuddggxgjzgzffuzfuzf
- uzxftfdyjxgcgjhgxc
rttryyfyyhtrgfsfsfsrsrsrsgffdttttffyfyfffyyuyuyufgfgfffygyyfttttffyygytttighjgjgkgkkggk
- jhkjkhkhkhkhkhkhkuhuhkuhkuhkuhukhukhukhukyitititiyiuyiuyuyiuyuiyt7t6t6rtrttrftrtyrtrtr
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ Final year B-Tech Student
+ Computer Science & Engineering
+ SKILLS :HTML,MYSQL,C,C++,PYTHON
+ CONTACT ME :fathimathulrasmiya@gmail.com
+
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
HGYFYFJKUUDDYHBNHGDTDRTYYGHBHHGYTDTDYGHGHJDTJDGYGKVHHDFGYS
+ GFJJDVBDVDFTFUDHGfaygydfuhcjhgvgcygyvggfygvyg
dvygjvhcjvggjcgjvgcgtuddggxgjzgzffuzfuzf
+ uzxftfdyjxgcgjhgxc
rttryyfyyhtrgfsfsfsrsrsrsgffdttttffyfyfffyyuyuyufgfgfffygyyfttttffyygytttighjgjgkgkkggk
+ jhkjkhkhkhkhkhkhkuhuhkuhkuhkuhukhukhukhukyitititiyiuyiuyuyiuyuiyt7t6t6rtrttrftrtyrtrtr
+
+
+
+
+
+
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 @@
+
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 .
| ID | +NAME | +LOGO | +USER NAME | +LNK | + +
|---|---|---|---|---|
| 1 | +Linked in | +![]() |
+ Fathimathul Rasmiya | +click | +
| 2 | +Git Hub | +![]() |
+ Fathimathul Rasmiya | +click | +
| 3 | +![]() |
+ rasm__i | +click | +|
| 4 | +![]() |
+ Fathimathul Rasmiya | +click | +|
| 5 | +![]() |
+ Rasmi | +click | +