1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
- < head >
4
- < title > Entity</ title >
5
- < meta charset ="utf-8 " />
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
7
- < link
8
- rel ="stylesheet "
9
- href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css "
10
- />
11
- < link
12
- href ="https://fonts.googleapis.com/css?family=Sofia "
13
- rel ="stylesheet "
14
- />
15
- < link rel ="stylesheet " type ="text/css " href ="css/styles.css " />
16
- < link rel ="stylesheet " type ="text/css " href ="css/freshers.css " />
17
- < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js "> </ script >
18
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js "> </ script >
19
- < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js "> </ script >
20
- < link
21
- rel ="stylesheet "
22
- href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css "
23
- />
24
- < script type ="text/javascript " src ="js/index.js "> </ script >
25
- </ head >
26
3
27
- < body >
28
- < div class ="topnav " id ="myTopnav ">
29
- < a href ="#home " class ="left "> ENTITY</ a >
30
- < a href ="#news " class ="left "> MAIN</ a >
31
- < a href ="#news " class ="left "> CREATORS</ a >
32
- < a href ="#about " class ="right "> GITHUB</ a >
33
- < a href ="#contact " class ="right "> ABOUT</ a >
34
- < a href ="javascript:void(0); " class ="icon " onclick ="myFunction() ">
35
- < i class ="fa fa-bars "> </ i >
36
- </ a >
37
- </ div >
38
- <!-- NAVBAR -->
4
+ < head >
5
+ < title > Entity</ title >
6
+ < meta charset ="utf-8 " />
7
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8
+ < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css " />
9
+ < link href ="https://fonts.googleapis.com/css?family=Sofia " rel ="stylesheet " />
10
+ < link rel ="stylesheet " type ="text/css " href ="css/styles.css " />
11
+ < link rel ="stylesheet " type ="text/css " href ="css/freshers.css " />
12
+ < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js "> </ script >
13
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js "> </ script >
14
+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js "> </ script >
15
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css " />
16
+ < script type ="text/javascript " src ="js/index.js "> </ script >
17
+ </ head >
39
18
40
- <!-- Hero Section -->
19
+ < body >
20
+ < div class ="topnav " id ="myTopnav ">
21
+ < a href ="#home " class ="left "> ENTITY</ a >
22
+ < a href ="#news " class ="left "> MAIN</ a >
23
+ < a href ="#news " class ="left "> CREATORS</ a >
24
+ < a href ="#about " class ="right "> GITHUB</ a >
25
+ < a href ="#contact " class ="right "> ABOUT</ a >
26
+ < a href ="javascript:void(0); " class ="icon " onclick ="myFunction() ">
27
+ < i class ="fa fa-bars "> </ i >
28
+ </ a >
29
+ </ div >
30
+ <!-- NAVBAR -->
41
31
42
- < h1 class =" welcome " > Welcome freshers </ h1 >
32
+ <!-- Hero Section -- >
43
33
44
- < div class ="hero-content ">
45
- < img src ="./static/FresherPageBackground.png " class ="hero-bg " />
46
- < div class ="hero-content__entry ">
47
- < div >
48
- < p class ="entry-words ">
49
- This is a good oportunity, if you want to contribute to your college
50
- or open source.< br />
51
- Go to Github and send your first PR.
52
- < br />
53
- Learn from everything everytime
54
- </ p >
55
- < div style ="margin-left: 20% ">
56
- < q class ="author-quote "
57
- > Dont just solve solutions, try solve issues too
58
- </ q >
59
- < span class ="author-quote "> - Harsh Singh</ span >
60
- </ div >
61
- </ div >
62
- < div class ="git-logo ">
63
- < img src ="./static/Github logo.png " width ="100% " />
64
- </ div >
65
- </ div >
66
- </ div >
67
-
68
- < div class ="container row branches ">
69
- < div class ="row " style ="width: 100%; margin-bottom: 30px ">
70
- < h2 id ="chooseyear "> Physics Sem</ h2 >
71
- </ div >
34
+ < h1 class ="welcome "> Welcome freshers</ h1 >
72
35
73
- < div class ="row " style ="width: 100% ">
74
- < button type ="button " class ="btn firstbtn btn-lg ">
75
- < span class ="button-text "> Physics</ span >
76
- </ button >
77
- < button type ="button " class ="btn secondbtn btn-lg ">
78
- < span class ="button-text "> Electrical < br /> /Electronics</ span >
79
- </ button >
80
- < button type ="button " class ="btn secondbtn btn-lg ">
81
- < span class ="button-text "> Maths</ span >
82
- </ button >
36
+ < div class ="hero-content ">
37
+ < img src ="./static/FresherPageBackground.png " class ="hero-bg " />
38
+ < div class ="hero-content__entry ">
39
+ < div >
40
+ < p class ="entry-words ">
41
+ This is a good oportunity, if you want to contribute to your college
42
+ or open source.< br />
43
+ Go to Github and send your first PR.
44
+ < br />
45
+ Learn from everything everytime
46
+ </ p >
47
+ < div style ="margin-left: 20% ">
48
+ < q class ="author-quote "> Don't just solve solutions, try solving issues too
49
+ </ q >
50
+ < br >
51
+ < span class ="author-quote " style ="margin-left: 50%; "> - Harsh Singh</ span >
52
+ </ div >
83
53
</ div >
84
- < div class ="row " style ="width: 100% ">
85
- < button type ="button " class ="btn secondbtn btn-lg ">
86
- < span class ="button-text "> Material Scince</ span >
87
- </ button >
88
- < button type ="button " class ="btn secondbtn btn-lg ">
89
- < span class ="button-text "> Environmental Studies</ span >
90
- </ button >
91
- < button type ="button " class ="btn secondbtn btn-lg ">
92
- < span class ="button-text "> Engineering Drawing</ span >
93
- </ button >
54
+ < div class ="git-logo ">
55
+ < img src ="./static/Github logo.png " width ="100% " />
94
56
</ div >
95
57
</ div >
58
+ </ div >
96
59
97
- < hr / >
60
+ < div class =" container row branches " >
98
61
< div class ="row " style ="width: 100%; margin-bottom: 30px ">
99
- < h2 id ="chooseyear "> Chem Semester </ h2 >
62
+ < h2 id ="chooseyear "> Physics Sem </ h2 >
100
63
</ div >
101
64
102
65
< div class ="row " style ="width: 100% ">
103
- < button type ="button " class ="btn firstbtn btn-lg ">
104
- < span class ="button-text "> Chemistry </ span >
66
+ < button type ="button " class ="btn firstbtn btn-lg " style =" width: 25%; " >
67
+ < span class ="button-text "> Physics </ span >
105
68
</ button >
106
- < button type ="button " class ="btn secondbtn btn-lg ">
107
- < span class ="button-text "> CS </ span >
69
+ < button type ="button " class ="btn secondbtn btn-lg " style =" width: 25%; " >
70
+ < span class ="button-text "> Electrical < br /> /Electronics </ span >
108
71
</ button >
109
- < button type ="button " class ="btn secondbtn btn-lg ">
110
- < span class ="button-text "> Mechanics </ span >
72
+ < button type ="button " class ="btn secondbtn btn-lg " style =" width: 25%; " >
73
+ < span class ="button-text "> Maths </ span >
111
74
</ button >
112
75
</ div >
113
76
< div class ="row " style ="width: 100% ">
114
- < button type ="button " class ="btn secondbtn btn-lg ">
115
- < span class ="button-text "> Workshop </ span >
77
+ < button type ="button " class ="btn secondbtn btn-lg " style =" width: 25%; " >
78
+ < span class ="button-text "> Material Scince </ span >
116
79
</ button >
117
- < button type ="button " class ="btn secondbtn btn-lg ">
118
- < span class ="button-text "> English </ span >
80
+ < button type ="button " class ="btn secondbtn btn-lg " style =" width: 25%; " >
81
+ < span class ="button-text "> Environmental Studies </ span >
119
82
</ button >
120
- < button type ="button " class ="btn secondbtn btn-lg ">
121
- < span class ="button-text "> Maths </ span >
83
+ < button type ="button " class ="btn secondbtn btn-lg " style =" width: 25%; " >
84
+ < span class ="button-text "> Engineering Drawing </ span >
122
85
</ button >
123
86
</ div >
124
- </ body >
125
- </ html >
87
+ </ div >
88
+
89
+ < hr id ="thick " style ="width: 90%;margin-top: 100px; ">
90
+ < div class ="row " style ="width: 100%; margin-bottom: 30px;padding-top: 100px; ">
91
+ < h2 id ="chooseyear "> Chem Sem</ h2 >
92
+ </ div >
93
+
94
+ < div class ="row " style ="width: 100% ">
95
+ < button type ="button " class ="btn firstbtn btn-lg " style ="width: 25%; ">
96
+ < span class ="button-text "> Chemistry</ span >
97
+ </ button >
98
+ < button type ="button " class ="btn secondbtn btn-lg " style ="width: 25%; ">
99
+ < span class ="button-text "> CS</ span >
100
+ </ button >
101
+ < button type ="button " class ="btn secondbtn btn-lg " style ="width: 25%; ">
102
+ < span class ="button-text "> Mechanics</ span >
103
+ </ button >
104
+ </ div >
105
+ < div class ="row " style ="width: 100% ">
106
+ < button type ="button " class ="btn secondbtn btn-lg " style ="width: 25%; ">
107
+ < span class ="button-text "> Workshop </ span >
108
+ </ button >
109
+ < button type ="button " class ="btn secondbtn btn-lg " style ="width: 25%; ">
110
+ < span class ="button-text "> English</ span >
111
+ </ button >
112
+ < button type ="button " class ="btn secondbtn btn-lg " style ="width: 25%; ">
113
+ < span class ="button-text "> Maths</ span >
114
+ </ button >
115
+ </ div >
116
+ </ body >
117
+
118
+ </ html >
0 commit comments