-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpaint.html
118 lines (100 loc) · 3.95 KB
/
paint.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178738134-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-178738134-1');
</script>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<title>Computer Society of India</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/home.css">
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="css/gallery.css">
<link rel="stylesheet" type="text/css" href="css/ihover.css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<style>
#btnScrollToTop {
position: fixed;
right:10px;
bottom: 10px;
width: 50px;
height: 50px;
border-radius: 50%;
background: #444242;
color: #ffffff;
outline: none;
cursor: pointer;
}
</style>
</head>
<body>
<!-- --------------------------------------Header---------------------------------------- -->
<div class="container-fluid top">
<header>
<div class="text-center">
<img src="images/csi_header1_.png " style="
width: auto ;
max-width: 100% ;
height: auto ;
" >
</div>
</header>
</div>
<!-- --------------------------------------Navbar---------------------------------------- -->
<div class="container-fluid sticky-top">
<nav class="navbar navbar-expand-lg navbar-light">
<a href="index.html" class="navbar-brand">
<img src="images/csilogo.png" width="50" height="50">
Computer Society Of India
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a href="#" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="team.html" class="nav-link">Our Team</a>
</li>
<li class="nav-item">
<a href="gallery.html" class="nav-link">Gallery</a><span class="sr-only">(current)</span>
</li>
<li class="nav-item">
<a href="magazine test1.html" class="nav-link">Magazine</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="container about">
<div class="text-center">
<h1>Painting With Passion </h1>
</div>
Computer Society of India, NMAMIT is back with another awesome contest.
We present, "Painting With Passion", a drawing competition for the artistically gifted. 🎨
Art in any form from oil paintings and watercolors👩🎨 to acrylic painting and digital art🖥️ will be accepted.
The submissions will be judged based on their uniqueness, quality (neatness, design, composition, color/tones), and overall concept.🖌️
♦️Participants can submit their pieces to [email protected] with the subject, Painting with passion - USN
♦️The last date of submission is 27/02/2021
The competition is open to all branches and the best ones will be rewarded!🤩
Along with that, all the participants paintings will be displayed in an offline exhibition for everyone to see. Participants may also bring in additional works to be displayed.✨
<b>For any queries, contact
Khushi H. Shetty - 8105199132
Maithili Rao B S - 9480016150</b>
.We can't wait to see the masterpieces you come up with!👑✨
</div>
</body>
</html>