├── README.md
├── main.html
├── style4.css
├── stu.html
├── zoho.html
├── style3.css
├── company.html
├── signup.html
├── style2.css
├── contact.html
├── about.html
├── resume.html
├── placment.html
└── stylesheet.css
/README.md:
--------------------------------------------------------------------------------
1 | # PLACEMENT-PORTAL-MANGEMENT
--------------------------------------------------------------------------------
/main.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Document
8 |
9 |
10 | PLACEMENT PORTAL MANAGEMENT
11 |
12 |
--------------------------------------------------------------------------------
/style4.css:
--------------------------------------------------------------------------------
1 | body{
2 | background-color: aliceblue;
3 | }
4 | .myimg{
5 | border: 1px solid rgb(0, 0, 0);
6 | border-radius: 10;
7 | width: 200px;
8 |
9 | }
10 | .background{
11 | background-color: rgba(0,0,0,0.5);
12 | }
13 | a:hover{
14 | color: blue;
15 | background-color: transparent;
16 | text-decoration: none;
17 | }
--------------------------------------------------------------------------------
/stu.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Document
8 |
9 |
10 |
11 |
28 |
29 |
--------------------------------------------------------------------------------
/zoho.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Document
8 |
9 |
10 |
11 | ZOHO
12 |
13 |
Zoho is committed to spending your money wisely. We invest more in product development and customer support than in sales and marketing. It always struck us as paradoxical to charge the customer extra for the privilege of marketing back to them. By keeping our cost of attracting customers low, we keep our prices affordable and pass the savings onto our users.We’ve stayed private and we’ve never taken other people’s money. Neither will change. This keeps us independent and beholden to only the customer, permitting a long term view to naturally unfold. We are private, but far from small. With nearly 12,000 employees across the globe, our style of unconventional thinking seems to have paid off.
14 |
15 |
--------------------------------------------------------------------------------
/style3.css:
--------------------------------------------------------------------------------
1 | body{
2 | color:white;
3 | font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
4 | background-image: url("photos/mkce.jpg");
5 | }
6 | .regform{
7 | width:500px;
8 | margin:250px auto;
9 | padding:10px 30px 30px;
10 | background-color:rgba(0, 0, 0,0.5);
11 | font-size: 30px;
12 | border-radius: 10px;
13 | }
14 | .regform h2{
15 | color:rgb(255, 255, 255);
16 | text-align: center;
17 | }
18 | .regform label{
19 | display:block
20 | }
21 |
22 |
23 | .input input{
24 | width:90%;
25 | font-size:1em;
26 | border:1px solid white;
27 | border-radius: 4px;
28 | padding:3px;
29 | color:rgb(0, 0, 0);
30 | box-sizing:border-box;
31 | margin:5px 0px 10px;
32 | }
33 |
34 |
35 | input:focus{
36 | background-color: rgb(222, 227, 232);
37 | }
38 | .button{
39 | text-align:center;
40 | }
41 | button{
42 | font-size:25px;
43 | color: rgb(36, 29, 29) ;
44 | border-radius: 10px;
45 | margin-top: 10px;
46 | padding:15px;
47 | border: 2px solid rgb(0, 0, 0);
48 | }
49 |
--------------------------------------------------------------------------------
/company.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | Document
8 |
29 |
30 |
31 | Recruiters
32 |
33 |
34 |
35 |
36 |
37 |
38 |
39 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |