diff --git a/C# simple/Addition.cs b/C# simple/Addition.cs new file mode 100644 index 0000000..c735601 --- /dev/null +++ b/C# simple/Addition.cs @@ -0,0 +1,19 @@ +using System; +namespace csharp{ +class Addition{ + static void Main(string[] args){ + int firstNumber=0; + int secondNumber=0; + Console.WriteLine("Enter your first number:"); + firstNumber=Convert.ToInt32(Console.ReadLine()); + Console.WriteLine("Enter your second number:"); + secondNumber=Convert.ToInt32(Console.ReadLine()); + int totalSum= firstNumber+secondNumber; + + Console.Write("The sum of firstNumber{0} and secondNumber{1} is ={2}", firstNumber,secondNumber,totalSum); + + } +} +} + + diff --git a/C# simple/hello.cs b/C# simple/hello.cs new file mode 100644 index 0000000..9fb1fda --- /dev/null +++ b/C# simple/hello.cs @@ -0,0 +1,22 @@ +using System; +namespace hello +{ + class CalcAvgPerc + { + static void Main(string[] args) + { + int a = 30, b = 20; + Console.WriteLine("Calculating.."); + System.Threading.Thread.Sleep(2000); + Console.WriteLine("Adding the two numbers"); + Console.WriteLine("Addition of {0} + {1} is : {2}", a, b, a + b); + Console.WriteLine("Subtracting two numbers"); + Console.WriteLine("Subtracting of {0} - {1} is: {2}", a, b, a - b); + Console.WriteLine("Multiplication of two numbers"); + Console.WriteLine("Multiplication of {0} * {1} is : {2}", a, b, a * b); + Console.WriteLine("Dividing of two numbers"); + Console.WriteLine("Dividing of {0}/{1} is:{2}", a, b, (float)a / b); + Console.ReadKey(); + } + } +} diff --git a/HTML/E-com site index/css/desktop.ini b/HTML/E-com site index/css/desktop.ini new file mode 100644 index 0000000..a502291 --- /dev/null +++ b/HTML/E-com site index/css/desktop.ini @@ -0,0 +1,6 @@ +[.ShellClassInfo] +IconResource=C:\Users\Anush46\Downloads\Social-Media-Icons-Social-Buntings-HTML-3.ico,0 +[ViewState] +Mode= +Vid= +FolderType=Generic diff --git a/HTML/E-com site index/css/style.css b/HTML/E-com site index/css/style.css new file mode 100644 index 0000000..59a89fd --- /dev/null +++ b/HTML/E-com site index/css/style.css @@ -0,0 +1,287 @@ + +*{ + margin: 0; + padding: 0; + box-sizing: border-box; +} +body{ + font-family: 'Quicksand', sans-serif; +} +.container{ + width: 1250px; + margin: auto; +} +.container:after{ + content: ''; + clear: both; + display: table; +} +#home{ + background: url(../images/header.jpg); + background-size: cover; + height: 790px; +} +header{ + padding: 40px 0px; + position: fixed; + top: 0; + left: 0; + width: 100%; +} +.black{ + background: rgba(0,0,0,0.8); + padding: 40px 0px; +} +.logo{ + float: left; +} +.nave{ + float: right; +} +.nave ul{ + list-style: none; + padding: 10px; +} +.nave ul li{ + float: left; +} +.nave ul li a{ + text-decoration: none; + color: white; + padding: 53px 55px; + font-weight: bold; +} +.mida{ + padding: 350px 0px 0px 0px; + color: white; + text-align: center; +} +.mida h1{ + font-size: 3.5em; + font-weight: bold; +} +.mida p{ + font-size: 1.1em; + padding-top: 25px; +} +.down{ + padding: 13%; + text-align: center; +} +#select{ + background: #f5f6f7; + padding: 62px 0px; +} +.selector{ + float: left; + padding: 10px 0px; + font-weight: bold; +} +.selector input:first-child{ + margin: 0px 20px 0px 0px; +} +.selector input:nth-child(2){ + margin: 0px 20px 0px 40px; +} +.selector input:last-child{ + margin: 0px 20px 0px 40px; +} +.see{ + float: right; + padding-right: 65px; +} +.btn{ + background: #aa9b77; + padding: 10px 35px; + border-radius: 7px; +} +.btn a{ + text-decoration: none; + color: #fff; + font-weight: bold; +} +#products{ + background: #fff; +} +.pleft{ + float: left; + padding-top: 87px; +} +.pleft a{ + text-decoration: none; + color: #000; + float: left; + font-size: 18px; + font-weight: bold; +} +.line{ + width: 80%; + height: 3px; + background: black; + top: 98px; + left: -60px; + position: relative; + float: right; +} +.saman{ + padding: 98px 65px; +} +.box1{ + background: #f5f6f7; + width: 320px; + height: 370px; + float: left; +} +.box1 img{ + padding: 52px 91px 0px 74px; +} +.size{ + padding: 24px 0px 0px 19px; + float: left; + font-weight: bold; +} +.color{ + float: right; +} +.color ul{ + list-style: none; + padding: 20px 20px 0px 143px; +} +.color ul li:first-child{ + background: blue; + border-radius: 50%; + width: 21px; + height: 21px; + float: left; + margin-right: 5px; +} +.color ul li:nth-child(2){ + background: yellow; + border-radius: 50%; + width: 21px; + height: 21px; + float: left; + margin: 0px 5px; +} +.color ul li:last-child{ + background: grey; + border-radius: 50%; + width: 21px; + height: 21px; + float: left; + margin: 0px 5px; +} +.saman table{ + border: 0px; +} +.saman table td:first-child{ + padding-left: 0px; +} +.saman table td{ + padding: 0px 55px; +} +.item1{ + float: left; + padding: 46px 0px 25px 20px; + font-weight: bold; +} +.price{ + float: right; + padding: 46px 25px 0px 20px; + font-weight: bold; +} +.pleft1{ + padding: 95px 62px; +} +.pleft1 a{ + text-decoration: none; + color: #000; + float: right; + font-size: 18px; + font-weight: bold; +} +.line1{ + width: 80%; + height: 3px; + background: black; + top: -86px; + right: -3px; + position: relative; + float: left; +} +#about{ + height: 400px; + background: #aa9b77; + overflow: hidden; +} +#about h1{ + padding: 55px 20px 50px 20px; +} +#about p{ + padding: 35px 0px 60px 0px; + text-align: center; +} +#about fieldset legend{ + padding: 0px 540px; + text-align: center; +} +i{ + color: black; +} +.twitter{ + background: #535253; + height: 71px; +} +.content{ +} +.content i{ + font-size: 20px; + float: left; + padding: 25px 0px 0px 65px; + color: #424242; +} +.content p{ + float: right; + padding: 25px 875px 25px 0px; + color: #fff; +} +#contact{ + height: 350px; + background: #424242; +} +.footer{ + color: #fff; +} +.fleft{ + float: left; +} +.fleft h1{ + line-height: 50px; + padding-top: 81px; +} +.fleft p{ + font-size: 10px; + text-align: left; + padding-top: 20px; +} +.fright{ + float: right; +} +.fright ul{ + list-style: none; + padding-top: 154px; +} +.fright ul li{ + float: left; + padding: 0px 15px; +} +.fright ul li a{ + text-decoration: none; + color: #fff; +} +.fright ul li { + border-right: 3px solid yellow; +} +.fright ul li:last-child { + border-right: none +} diff --git a/HTML/E-com site index/desktop.ini b/HTML/E-com site index/desktop.ini new file mode 100644 index 0000000..befafe0 --- /dev/null +++ b/HTML/E-com site index/desktop.ini @@ -0,0 +1,6 @@ +[.ShellClassInfo] +IconResource=C:\Users\Anush46\Downloads\Cornmanthe3rd-Plex-Other-html-5.ico,0 +[ViewState] +Mode= +Vid= +FolderType=Generic diff --git a/HTML/E-com site index/images/biska2.webp b/HTML/E-com site index/images/biska2.webp new file mode 100644 index 0000000..0c3b3e3 Binary files /dev/null and b/HTML/E-com site index/images/biska2.webp differ diff --git a/HTML/E-com site index/images/cart.png b/HTML/E-com site index/images/cart.png new file mode 100644 index 0000000..f4254a5 Binary files /dev/null and b/HTML/E-com site index/images/cart.png differ diff --git a/HTML/E-com site index/images/down.png b/HTML/E-com site index/images/down.png new file mode 100644 index 0000000..ab5108d Binary files /dev/null and b/HTML/E-com site index/images/down.png differ diff --git a/HTML/E-com site index/images/header.jpg b/HTML/E-com site index/images/header.jpg new file mode 100644 index 0000000..6ad9c2e Binary files /dev/null and b/HTML/E-com site index/images/header.jpg differ diff --git a/HTML/E-com site index/images/logo.png b/HTML/E-com site index/images/logo.png new file mode 100644 index 0000000..c1b498e Binary files /dev/null and b/HTML/E-com site index/images/logo.png differ diff --git a/HTML/E-com site index/images/logo1.png b/HTML/E-com site index/images/logo1.png new file mode 100644 index 0000000..4efca58 Binary files /dev/null and b/HTML/E-com site index/images/logo1.png differ diff --git a/HTML/E-com site index/images/shirt.png b/HTML/E-com site index/images/shirt.png new file mode 100644 index 0000000..cd65f29 Binary files /dev/null and b/HTML/E-com site index/images/shirt.png differ diff --git a/HTML/E-com site index/index.html b/HTML/E-com site index/index.html new file mode 100644 index 0000000..381c363 --- /dev/null +++ b/HTML/E-com site index/index.html @@ -0,0 +1,256 @@ + + + + Online Store + + + + + + + +
+
+
+ + +
+
+
+
+

Our clothing , your comfort

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore
+ magna aliqua.

+
+
+ down +
+
+
+ + +
+
+
+
+ MALE + FEMALE + CHILDREN +
+
+ +
+
+ +
+
+ +
+
+
+
+
+
+ + + + + + + + + +
+
+
SIZE
+
+
    +
  • +
  • +
  • +
+
+
+
T-SHIRT
+
$5,000
+
+
+
+
SIZE
+
+
    +
  • +
  • +
  • +
+
+ +
+
T-SHIRT
+
$5,000
+
+
+
+
SIZE
+
+
    +
  • +
  • +
  • +
+
+
+
T-SHIRT
+
$5,000
+
+
+
+
+
+ WOMEN +
+
+
+
+
+
+
+ + + + + + + + +
+
+
SIZE
+
+
    +
  • +
  • +
  • +
+
+
+
T-SHIRT
+
$5,000
+
+
+
+
SIZE
+
+
    +
  • +
  • +
  • +
+
+ +
+
T-SHIRT
+
$5,000
+
+
+
+
SIZE
+
+
    +
  • +
  • +
  • +
+
+
+
T-SHIRT
+
$5,000
+
+
+
+
+
+
+ + +
+
+
+

ABOUT US

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
+ tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
+ quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
+ consequat.

+
+
+
+
+ + + +
+
+
+ +

“ E-commerce psd theme available ”

+
+
+
+ + +
+ +
+
+ + + + + + + + + \ No newline at end of file