Skip to content

Commit e63f1e5

Browse files
committed
added Shivam
1 parent 3bb2bee commit e63f1e5

File tree

2 files changed

+11
-78
lines changed

2 files changed

+11
-78
lines changed

src/components/contact/index.js

-77
Original file line numberDiff line numberDiff line change
@@ -53,84 +53,7 @@ const Contact = () => {
5353
))}
5454
</div>
5555
<br />
56-
{/* <div> }
57-
5856

59-
<section className="text-gray-600 body-font relative pr-3 pl-3">
60-
<div className="container px-5 py-24 mx-auto border-2 rounded-2xl shadow-2xl bg-green-50">
61-
<div className="flex flex-col text-center w-full mb-12 ">
62-
<h1 className="sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900">
63-
Contact Us
64-
</h1>
65-
<p className="lg:w-2/3 mx-auto leading-relaxed text-base">
66-
<b>You Can Drop Your Ideas And Feedback Here</b>
67-
</p>
68-
</div>
69-
<div className="lg:w-1/2 md:w-2/3 mx-auto">
70-
<div className="flex flex-wrap -m-2">
71-
<div className="p-2 w-1/2">
72-
<div className="relative">
73-
<label
74-
htmlFor="name"
75-
className="leading-7 text-lg text-gray-600"
76-
>
77-
Name
78-
</label>
79-
<input
80-
type="text"
81-
id="name"
82-
name="name"
83-
className="w-full bg-opacity-50 rounded border border-gray-300 focus:border-indigo-500 focus:bg-white focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out"
84-
/>
85-
</div>
86-
</div>
87-
<div className="p-2 w-1/2">
88-
<div className="relative">
89-
<label
90-
htmlFor="email"
91-
className="leading-7 text-lg text-gray-600"
92-
>
93-
Email
94-
</label>
95-
<input
96-
type="email"
97-
id="email"
98-
name="email"
99-
className="w-full bg-opacity-50 rounded border border-gray-300 focus:border-indigo-500 focus:bg-white focus:ring-2 focus:ring-indigo-200 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out"
100-
/>
101-
</div>
102-
</div>
103-
<div className="p-2 w-full">
104-
<div className="relative">
105-
<label
106-
htmlFor="message"
107-
className="leading-7 text-lg text-gray-600"
108-
>
109-
Message
110-
</label>
111-
<textarea
112-
id="message"
113-
name="message"
114-
className="w-full bg-opacity-50 rounded border border-gray-300 focus:border-indigo-500 focus:bg-white focus:ring-2 focus:ring-indigo-200 h-32 text-base outline-none text-gray-700 py-1 px-3 resize-none leading-6 transition-colors duration-200 ease-in-out"
115-
defaultValue={''}
116-
/>
117-
</div>
118-
</div>
119-
<div className="p-2 w-full ">
120-
<button
121-
style={{ backgroundColor: 'rgb(128,0,0' }}
122-
className=" flex mx-auto text-white transition duration-500 ease-in-out bg-blue-600 hover:bg-red-600 transform hover:-translate-y-1 hover:scale-110 border-0 py-2 px-8 focus:outline-none hover:bg-indigo-600 rounded text-lg "
123-
>
124-
Submit
125-
</button>
126-
</div>
127-
</div>
128-
</div>
129-
</div>
130-
</section>
131-
<br />
132-
<br />
133-
</div> */}
13457
</>
13558
);
13659
};

src/utils/team/index.js

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import Vibhanshu from '../../assets/vibhu_uiet.jpg';
22
import Dheeraj from '../../assets/dp2.jpeg';
3-
import Hemant from '../../assets/hemant.jpeg'
3+
import Hemant from '../../assets/hemant.jpeg';
4+
import Shivam from '../../assets/shivam_uiet.jpeg';
45

56
export const TEAM = [
67
{
@@ -27,4 +28,13 @@ export const TEAM = [
2728
portfolio: 'https://hemant2742.netlify.app/',
2829
photo: Hemant,
2930
},
31+
{
32+
name: 'Shivam Pandey',
33+
branch: 'Computer Science & Engineering-2020',
34+
role: 'Developer',
35+
linkedin: ' https://www.linkedin.com/in/shivam-pandey-77530a202/',
36+
portfolio: 'https://starkshiva.me/',
37+
photo: Shivam,
38+
},
39+
3040
];

0 commit comments

Comments
 (0)