1
- <!DOCTYPE html>
2
- < html lang ="en ">
3
-
4
- < head >
5
- < meta charset ="UTF-8 ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < script src ="https://kit.fontawesome.com/72c30b7157.js " crossorigin ="anonymous "> </ script >
8
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css ">
9
- < link rel ="stylesheet " href ="https://unpkg.com/swiper/swiper-bundle.min.css " />
10
- < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css ">
11
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js "> </ script >
12
- < link href ="lib/bootstrap/css/bootstrap.min.css " rel ="stylesheet " />
13
- < link href ="lib/ionicons/css/ionicons.min.css " rel ="stylesheet " />
14
- <!-- <link rel="stylesheet" href="./chatBot/style.css" /> -->
15
- < link rel ="stylesheet " href ="./ourTeam/style.css ">
16
- < link rel ="stylesheet " href ="./main.css ">
17
- < link rel ="stylesheet " href ="./backend/public/style.css ">
18
- < link href ="lib/owlcarousel/assets/owl.carousel.min.css " rel ="stylesheet " />
19
- < link href ="lib/lightbox/css/lightbox.min.css " rel ="stylesheet " />
20
-
21
-
22
- < title > Our Team</ title >
23
- </ head >
24
-
25
- < body >
26
- < header class ="header ">
27
- < a href ="# " class ="logo "> < img src ="./images/logomain.png " alt ="" style ="width: 100px; height: 70px; "> </ a >
28
- < i class ="fas fa-bars "> </ i >
29
-
30
- </ nav >
31
- </ header >
32
-
33
- < div class ="box ">
34
-
35
- < div class ="profile-circle ">
36
- < img src ="../images/founder.jpeg " alt ="">
37
- </ div >
38
-
39
- < div class ="profile-info ">
40
- < h4 > Syed Imtiyaz Ali</ h4 >
41
- < p > Software Engineer | Open Source | Mentor </ p >
42
- </ div >
43
-
44
- < div class ="social-icon ">
45
- < i class ="fa-solid fa-link " id ="preplaced "> </ i >
46
- < i class ="fab fa-linkedin " id ="linkedin "> </ i >
47
- < i class ="fa-solid fa-link " id ="topmate "> </ i >
48
- </ div >
49
-
50
- < style >
51
- .social-icon i {
52
- font-size : 2.2em ;
53
- cursor : pointer;
54
- }
55
- </ style >
56
-
57
- < div class ="btns ">
58
- < button > Message</ button >
59
- < button > Subscribe</ button >
60
- </ div >
61
-
62
- < div class ="extra-stats " style ="display: block; ">
63
- < h3 style ="margin: auto; "> SWE | Open Source | Mentor </ h3 >
64
- < br >
65
- < h5 style ="margin: auto; "> I am an experienced Software Development Engineer (SDE) with a passion for technology and
66
- a knack for solving complex problems. My expertise spans multiple domains, including Full Stack Web Development,
67
- Java and AWS.
68
-
69
- I take pride in my proficiency in version control using Git and GitHub, ensuring codebase integrity and
70
- collaboration efficiency. My experience with AWS allows me to design and implement scalable, cloud-based
71
- solutions that drive innovation and efficiency in projects.
72
-
73
- One of the aspects of my career that brings me immense satisfaction is mentoring. I enjoy guiding students and
74
- early graduates on their journey to becoming proficient developers. Watching them grow and succeed is truly
75
- rewarding.
76
-
77
- If you're interested in technology, coding, or just connecting with like-minded professionals, I'd be delighted
78
- to connect. Let's explore opportunities for collaboration, knowledge exchange, or simply a friendly chat.</ h5 >
79
- </ div >
80
-
81
- </ div >
82
-
83
- < script src ="../js/login.js "> </ script >
84
- < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
85
- integrity ="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL "
86
- crossorigin ="anonymous "> </ script >
87
-
88
- < script >
89
- let linkedin = document . getElementById ( 'linkedin' ) ;
90
- let topmate = document . getElementById ( 'topmate' ) ;
91
- let preplaced = document . getElementById ( 'preplaced' ) ;
92
-
93
- preplaced . addEventListener ( 'click' , ( ) => {
94
- window . location . href = 'https://www.preplaced.in/profile/syed-imtiyaz-ali-40' ;
95
- } ) ;
96
-
97
- topmate . addEventListener ( 'click' , ( ) => {
98
- window . location . href = 'https://topmate.io/syedimtiyazali' ;
99
- } ) ;
100
-
101
- linkedin . addEventListener ( 'click' , ( ) => {
102
- window . location . href = 'https://linkedin.com/in/imtiyaz-sde' ;
103
- } ) ;
104
-
105
- </ script >
106
- </ body >
107
-
108
- </ html >
0 commit comments