├── aa.jpg ├── at.jpg ├── bb.jpg ├── cc.jpg ├── dd.jpg ├── ee.jpg ├── ff.jpg ├── fg.jpg ├── gh.jpg ├── hh.jpg ├── im.jpg ├── aaaa.jpg ├── ash.jpg ├── dssd.jpg ├── dfdsf.jpg ├── dgffg.jpg ├── fjfhfd.jpg ├── ghggyty.jpg ├── feffrefed.jpg ├── CSE326 FP.docx ├── FP of CSE236.pdf ├── ghghg.txt ├── hh.html ├── README.md ├── hghg.html ├── gg.css └── css.css /aa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/aa.jpg -------------------------------------------------------------------------------- /at.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/at.jpg -------------------------------------------------------------------------------- /bb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/bb.jpg -------------------------------------------------------------------------------- /cc.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/cc.jpg -------------------------------------------------------------------------------- /dd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/dd.jpg -------------------------------------------------------------------------------- /ee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/ee.jpg -------------------------------------------------------------------------------- /ff.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/ff.jpg -------------------------------------------------------------------------------- /fg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/fg.jpg -------------------------------------------------------------------------------- /gh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/gh.jpg -------------------------------------------------------------------------------- /hh.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/hh.jpg -------------------------------------------------------------------------------- /im.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/im.jpg -------------------------------------------------------------------------------- /aaaa.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/aaaa.jpg -------------------------------------------------------------------------------- /ash.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/ash.jpg -------------------------------------------------------------------------------- /dssd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/dssd.jpg -------------------------------------------------------------------------------- /dfdsf.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/dfdsf.jpg -------------------------------------------------------------------------------- /dgffg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/dgffg.jpg -------------------------------------------------------------------------------- /fjfhfd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/fjfhfd.jpg -------------------------------------------------------------------------------- /ghggyty.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/ghggyty.jpg -------------------------------------------------------------------------------- /feffrefed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/feffrefed.jpg -------------------------------------------------------------------------------- /CSE326 FP.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/CSE326 FP.docx -------------------------------------------------------------------------------- /FP of CSE236.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BeTrueToYourself/Event-Management-System-using-HTML-CSS-And-Javascript/HEAD/FP of CSE236.pdf -------------------------------------------------------------------------------- /ghghg.txt: -------------------------------------------------------------------------------- 1 | /*
*/ 14 | /* 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /gg.css: -------------------------------------------------------------------------------- 1 | .page 2 | { 3 | width:auto; 4 | height:auto; 5 | border-style:groove; 6 | background-color:brown; 7 | } 8 | .headerpart 9 | { 10 | width:1490px; 11 | height:500px; 12 | border-style:groove; 13 | background-color:brown; 14 | } 15 | .linkspart 16 | { 17 | width:1490px; 18 | height:40px; 19 | border-style:groove; 20 | margin-top:10px; 21 | background-color:brown; 22 | } 23 | .linkspart a 24 | { 25 | color:rgb(120,130,140); 26 | text-decoration:none; 27 | } 28 | .linkspart a:hover 29 | { 30 | background-color:rgb(120,130,140); 31 | color:rgb(235,220,245); 32 | } 33 | .bodypart 34 | { 35 | width:1490px; 36 | height:1200px; 37 | border-style:groove; 38 | margin-top:10px; 39 | } 40 | .bodypart .imagepart 41 | { 42 | width:800px; 43 | height:800px; 44 | border-style:groove; 45 | display:inline-block; 46 | } 47 | .bodypart .logpart 48 | { 49 | width:350px; 50 | height:775px; 51 | border-style:groove; 52 | float:right; 53 | margin-left:5px; 54 | Padding:10px; 55 | display:inline-block; 56 | } 57 | .bodypart .newspart 58 | { 59 | width:280px; 60 | height:800px; 61 | border-style:groove; 62 | float:right; 63 | } 64 | .bodypart .newspart h2 65 | { 66 | color:green; 67 | margin-left:10px; 68 | } 69 | .bodypart .newspart .news 70 | { 71 | width:220px; 72 | margin-left:5px; 73 | height:700px; 74 | } 75 | .bodypart .newspart .news h4 76 | { 77 | color:blue; 78 | } 79 | .bodypart h1 80 | { 81 | color:blue; 82 | text-align:center; 83 | } 84 | .querypart 85 | { 86 | width:500px; 87 | height:200px; 88 | border-style:groove; 89 | margin-top:10px; 90 | background-color:darkbrown; 91 | } 92 | .detailspart 93 | { 94 | width:1490px; 95 | height:300px; 96 | border-style:groove; 97 | margin-top:10px; 98 | background-color:darkbrown; 99 | } 100 | .detailspart .type 101 | { 102 | width:300px; 103 | height:100px; 104 | background-color:darkbrown; 105 | display:inline-block; 106 | } 107 | .detailspart .startpart 108 | { 109 | width:300px; 110 | height:100px; 111 | background-color:darkbrown; 112 | display:inline-block; 113 | } 114 | .detailspart .endpart 115 | { 116 | width:300px; 117 | height:100px; 118 | background-color:darkbrown; 119 | display:inline-block; 120 | } 121 | .detailspart .paymentpart 122 | { 123 | width:300px; 124 | height:100px; 125 | background-color:darkbrown; 126 | display:inline-block; 127 | } 128 | .detailspart .sub 129 | { 130 | width:100px; 131 | height:100px; 132 | margin-top:50px; 133 | background-color:darkbrown; 134 | display:inline-block; 135 | } 136 | 137 | .footerpart 138 | { 139 | width:1490px; 140 | height:25px; 141 | margin-top:10px; 142 | border-style:groove; 143 | background-color:darkbrown; 144 | } 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | 155 | -------------------------------------------------------------------------------- /css.css: -------------------------------------------------------------------------------- 1 | .page 2 | { 3 | width:auto; 4 | height:auto; 5 | border-style:groove; 6 | background-color:brown; 7 | } 8 | .headerpart 9 | { 10 | width:1490px; 11 | height:500px; 12 | border-style:groove; 13 | background-color:brown; 14 | } 15 | .linkspart 16 | { 17 | width:1490px; 18 | height:40px; 19 | border-style:groove; 20 | margin-top:10px; 21 | background-color:brown; 22 | } 23 | .linkspart a 24 | { 25 | color:rgb(120,130,140); 26 | text-decoration:none; 27 | } 28 | .linkspart a:hover 29 | { 30 | background-color:rgb(120,130,140); 31 | color:rgb(235,220,245); 32 | } 33 | .bodypart 34 | { 35 | width:1490px; 36 | height:1400px; 37 | border-style:groove; 38 | margin-top:10px; 39 | } 40 | .bodypart .imagepart 41 | { 42 | width:800px; 43 | height:800px; 44 | border-style:groove; 45 | display:inline-block; 46 | } 47 | .bodypart .logpart 48 | { 49 | align:left; 50 | padding:5px; 51 | width:350px; 52 | height:775px; 53 | border-style:groove; 54 | float:right; 55 | margin-left:5px; 56 | Padding:10px; 57 | display:inline-block; 58 | } 59 | .bodypart .newspart 60 | { 61 | width:280px; 62 | height:800px; 63 | border-style:groove; 64 | float:right; 65 | } 66 | .bodypart .newspart h2 67 | { 68 | color:green; 69 | margin-left:10px; 70 | } 71 | .bodypart .newspart .news 72 | { 73 | width:220px; 74 | margin-left:5px; 75 | height:700px; 76 | } 77 | .bodypart .newspart .news h4 78 | { 79 | color:blue; 80 | } 81 | .bodypart h1 82 | { 83 | color:blue; 84 | text-align:center; 85 | } 86 | { 87 | width:800px; 88 | height:800px; 89 | border-style:groove; 90 | display:inline-block; 91 | } 92 | .query 93 | { 94 | width:1490px; 95 | height:220px; 96 | margin-top:10px; 97 | } 98 | .query .querypart 99 | { 100 | width:800px; 101 | height:200px; 102 | border-style:groove; 103 | display:inline-block; 104 | } 105 | .query .review 106 | { 107 | align:left; 108 | padding:5px; 109 | width:150px; 110 | height:190px; 111 | border-style:groove; 112 | float:right; 113 | margin-left:5px; 114 | display:inline-block; 115 | } 116 | .query .sponsor 117 | { 118 | width:500px; 119 | height:200px; 120 | float:right; 121 | } 122 | .detailspart 123 | { 124 | width:1490px; 125 | height:300px; 126 | margin-top:10px; 127 | background-color:darkbrown; 128 | } 129 | .detailspart .type 130 | { 131 | width:300px; 132 | height:100px; 133 | background-color:darkbrown; 134 | display:inline-block; 135 | } 136 | .detailspart .startpart 137 | { 138 | width:300px; 139 | height:100px; 140 | background-color:darkbrown; 141 | display:inline-block; 142 | } 143 | .detailspart .endpart 144 | { 145 | width:300px; 146 | height:100px; 147 | background-color:darkbrown; 148 | display:inline-block; 149 | } 150 | .detailspart .paymentpart 151 | { 152 | width:300px; 153 | height:100px; 154 | background-color:darkbrown; 155 | display:inline-block; 156 | } 157 | .detailspart .sub 158 | { 159 | width:100px; 160 | height:100px; 161 | margin-top:50px; 162 | background-color:darkbrown; 163 | display:inline-block; 164 | } 165 | .frther 166 | { 167 | width:1490px; 168 | height:310px; 169 | border-style:groove; 170 | margin-top:10px; 171 | } 172 | .frther .info 173 | { 174 | width:300px; 175 | height:300px; 176 | text-decoration:none; 177 | display:inline-block; 178 | } 179 | 180 | .frther .add 181 | { 182 | align:left; 183 | padding:5px; 184 | text-decoration:none; 185 | width:350px; 186 | height:280px; 187 | float:right; 188 | margin-left:5px; 189 | Padding:10px; 190 | display:inline-block; 191 | } 192 | .frther .ltn 193 | { 194 | align:left; 195 | padding:5px; 196 | text-decoration:none; 197 | width:350px; 198 | height:280px; 199 | float:right; 200 | margin-left:5px; 201 | Padding:10px; 202 | display:inline-block; 203 | } 204 | .frther .aptn 205 | { 206 | align:left; 207 | padding:5px; 208 | text-decoration:none; 209 | width:200px; 210 | height:280px; 211 | float:right; 212 | margin-left:5px; 213 | Padding:10px; 214 | display:inline-block; 215 | } 216 | .frther .sponsors 217 | { 218 | width:180px; 219 | height:300px; 220 | float:right; 221 | } 222 | 223 | .footerpart 224 | { 225 | width:1490px; 226 | height:25px; 227 | margin-top:10px; 228 | border-style:groove; 229 | background-color:darkbrown; 230 | } 231 | 232 | 233 | 234 | 235 | 236 | 237 | 238 | 239 | 240 | 241 | --------------------------------------------------------------------------------