Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
}
143 changes: 143 additions & 0 deletions ProjctBC1/code-for-careers
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ChaudharySecurityCareers</title>

<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="style.css" type="text/css" rel="stylesheet" media="screen,projection"/>


<style>
.navbar-fixed
{
z-index:999;
}
</style>
</head>
<body>


<div class="navbar-fixed">
<nav id="nav1">
<div class="nav-wrapper">
<div class="row">
<div class="col s12">
<a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a>
<a href="https://codepen.io/collection/nbBqgY/" id="logo" class="brand-logo" target="_blank"><p id="naam">CHAUDHARY</p> <p id="tcolor">SECURITY SERVICES</p></a>
<ul class="right hide-on-med-and-down" id="mennu">
<li><a href="home.html" target="_blank"id="links">HOME</a></li>
<li><a href="Aboutus.html" id="links">ABOUT US</a></li>
<li><a href="services.html" id="links">SERVICES</a></li>
<li><a href="Career.html" id="links">CAREER</a></li>
<li><a href="gallery.html" id="links">GALLERY</a></li>
<li><a href="Contactus.html" id="links">CONTACT US</a></li>
</ul>
</div>
</div>
<ul class="side-nav" id="mobile-demo">
<li><a href="home.html" target="_blank"id="links">HOME</a></li>
<li><a href="Aboutus.html" id="links" target="_blank">ABOUT US</a></li>
<li><a href="services.html" target="_blank" id="links">SERVICES</a></li>
<li><a href="Career.html" target="_blank" id="links">CAREER</a></li>
<li><a href="gallery.html" id="links">GALLERY</a></li>
<li><a href="Contactus.html" target="_blank" id="links">CONTACT US</a></li>
</ul>
</div>
</nav>
</div>








<div class="row" id="controw">
<div class="container" id="contact">

<div class="head center"><h5 id="about">Career</h5></div>
<hr id="line"></hr>
<div class="content center">
<ul>
<li>WHATSAPP/MAIL on following number/website for Job Enquiry.</li>
<li>Phone: +91 9824062240, 9428399478</li>
<li>Email: css2017brd@gmail.com</li>
</ul>

</div>
</div>

</div>





<footer class="page-footer" id="foot">
<div class="container">
<div class="row">
<div class="col s12 m4">
<h5 id="text2">SERVICES</h5>
<ul id="service">
<li>EVENT ELECTRONIC SECURITY</li>
<li>CELEBRITY PROTECTION</li>
<li>FILM SET SECURITY</li>
<li>INDUSTRIAL SECURITY SERVICES/BODY GUARDS/PERSONAL SECURITY</li>
<li>GUN MAN/PERMANENT SECURITY DEPLOYMENT SERVICES(MALLS,HOSPITAL,MULTIPLEX)</li>
<li>LABOUR SERVICES</li>
<li>PHYSICAL SECURITY SERVICES</li>
</ul>

</div>
<div class="col s12 m4">
<h5 id="text2">BUSINESS HOURS</h5>
<p>Monday-Saturday : 9am to 7pm</p>
<p>Sunday Closed</p>

</div>
<div class="col s12 m4">

</div>


</div>
</div>
<div class="footer-copyright" id="copyr">
<div class="container">
© 2018 Chaudhary Security
<p id="copy">Developed by <a href="http://appalanche.in/" id="copy2">Appalanche</a></p>


</div>
</div>
</footer>


<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script style="text/javascript">
$(document).ready(function(){

//SIDENAV
$(".button-collapse").sideNav();
$('.parallax').parallax();
$('.slider').slider();
});

$('ul.nav').find('a').click(function(){
var $href = $(this).attr('href');
var $anchor = $('#'+$href).offset();
window.scrollTo($anchor.left,$anchor.top);
return false;
});


</script>

</body>
</html>
14 changes: 14 additions & 0 deletions To-do list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<div id="myDIV" class="header">
<h2>My To Do List</h2>
<input type="text" id="myInput" placeholder="Title...">
<span onclick="newElement()" class="addBtn">Add</span>
</div>

<ul id="myUL">
<li>Hit the gym</li>
<li class="checked">Pay bills</li>
<li>go to dance class</li>
<li>Buy eggs</li>
<li>Read a book</li>
<li>Organize room</li>
</ul>
107 changes: 107 additions & 0 deletions W2 D2/HTML-Website.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
<!DOCTYPE html>
<html>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<style>
body {font-family: "Times New Roman", Georgia, Serif;}
h1, h2, h3, h4, h5, h6 {
font-family: "Playfair Display";
letter-spacing: 5px;
}
</style>
<body>

<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-padding w3-card" style="letter-spacing:4px;">
<a href="#home" class="w3-bar-item w3-button">Gourmet au Catering</a>
<!-- Right-sided navbar links. Hide them on small screens -->
<div class="w3-right w3-hide-small">
<a href="#about" class="w3-bar-item w3-button">About</a>
<a href="#menu" class="w3-bar-item w3-button">Menu</a>
<a href="#contact" class="w3-bar-item w3-button">Contact</a>
</div>
</div>
</div>

<!-- Header -->
<header class="w3-display-container w3-content w3-wide" style="max-width:1600px;min-width:500px" id="home">
<img class="w3-image" src="/w3images/hamburger.jpg" alt="Hamburger Catering" width="1600" height="800">
<div class="w3-display-bottomleft w3-padding-large w3-opacity">
<h1 class="w3-xxlarge">Le Catering</h1>
</div>
</header>

<!-- Page content -->
<div class="w3-content" style="max-width:1100px">

<!-- About Section -->
<div class="w3-row w3-padding-64" id="about">
<div class="w3-col m6 w3-padding-large w3-hide-small">
<img src="/w3images/tablesetting2.jpg" class="w3-round w3-image w3-opacity-min" alt="Table Setting" width="600" height="750">
</div>

<div class="w3-col m6 w3-padding-large">
<h1 class="w3-center">About Catering</h1><br>
<h5 class="w3-center">Tradition since 1889</h5>
<p class="w3-large">The Catering was founded in blabla by Mr. Smith in lorem ipsum dolor sit amet, consectetur adipiscing elit consectetur adipiscing 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. Duis aute iruredolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.We only use <span class="w3-tag w3-light-grey">seasonal</span> ingredients.</p>
<p class="w3-large w3-text-grey w3-hide-medium">Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum consectetur adipiscing elit, sed do eiusmod temporincididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
</div>
</div>

<hr>

<!-- Menu Section -->
<div class="w3-row w3-padding-64" id="menu">
<div class="w3-col l6 w3-padding-large">
<h1 class="w3-center">Our Menu</h1><br>
<h4>Bread Basket</h4>
<p class="w3-text-grey">Assortment of fresh baked fruit breads and muffins 5.50</p><br>

<h4>Honey Almond Granola with Fruits</h4>
<p class="w3-text-grey">Natural cereal of honey toasted oats, raisins, almonds and dates 7.00</p><br>

<h4>Belgian Waffle</h4>
<p class="w3-text-grey">Vanilla flavored batter with malted flour 7.50</p><br>

<h4>Scrambled eggs</h4>
<p class="w3-text-grey">Scrambled eggs, roasted red pepper and garlic, with green onions 7.50</p><br>

<h4>Blueberry Pancakes</h4>
<p class="w3-text-grey">With syrup, butter and lots of berries 8.50</p>
</div>

<div class="w3-col l6 w3-padding-large">
<img src="/w3images/tablesetting.jpg" class="w3-round w3-image w3-opacity-min" alt="Menu" style="width:100%">
</div>
</div>

<hr>

<!-- Contact Section -->
<div class="w3-container w3-padding-64" id="contact">
<h1>Contact</h1><br>
<p>We offer full-service catering for any event, large or small. We understand your needs and we will cater the food to satisfy the biggerst criteria of them all, both look and taste. Do not hesitate to contact us.</p>
<p class="w3-text-blue-grey w3-large"><b>Catering Service, 42nd Living St, 43043 New York, NY</b></p>
<p>You can also contact us by phone 00553123-2323 or email catering@catering.com, or you can send us a message here:</p>
<form action="/action_page.php" target="_blank">
<p><input class="w3-input w3-padding-16" type="text" placeholder="Name" required name="Name"></p>
<p><input class="w3-input w3-padding-16" type="number" placeholder="How many people" required name="People"></p>
<p><input class="w3-input w3-padding-16" type="datetime-local" placeholder="Date and time" required name="date" value="2020-11-16T20:00"></p>
<p><input class="w3-input w3-padding-16" type="text" placeholder="Message \ Special requirements" required name="Message"></p>
<p><button class="w3-button w3-light-grey w3-section" type="submit">SEND MESSAGE</button></p>
</form>
</div>

<!-- End page content -->
</div>

<!-- Footer -->
<footer class="w3-center w3-light-grey w3-padding-32">
<p>Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer>

</body>
</html>
11 changes: 11 additions & 0 deletions W2-D4/for-loops
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
for (var x=0; x<=99; x++) {
if (x === 0) {
console.log(x + " is even");
}
else if (x % 2 === 0) {
console.log(x + " is even");
}
else {
console.log(x + " is odd");
}
}
19 changes: 0 additions & 19 deletions gulp_tasks/babel.js

This file was deleted.

15 changes: 0 additions & 15 deletions gulp_tasks/browserSync.js

This file was deleted.

11 changes: 0 additions & 11 deletions gulp_tasks/clean.js

This file was deleted.

16 changes: 0 additions & 16 deletions gulp_tasks/cmq.js

This file was deleted.

27 changes: 0 additions & 27 deletions gulp_tasks/coffee.js

This file was deleted.

Loading