-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
79 lines (55 loc) · 2.98 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Ahmad Shabir (ahmadshabir.com)">
<title>About page | Education, Experience</title>
<link rel="shortcut icon" href="assets/images/pic.png">
<!-- Bootstrap -->
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css" rel="stylesheet">
<!-- Icon font -->
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alice|Open+Sans:400,300,700">
<!-- Custom styles -->
<link rel="stylesheet" href="assets/css/styles.css">
<!--[if lt IE 9]> <script src="assets/js/html5shiv.js"></script> <![endif]-->
</head>
<body>
<header id="header">
</header>
<main id="main">
<div class="container">
<div class="row topspace">
<!-- Sidebar -->
<aside class="col-sm-4 sidebar sidebar-right">
<ul class="nav text-right nav-side">
<li class="active"><a href="#ui">Education</a></li>
<li><a href="#frontend">Experience</a></li>
<li><a href="#frontend"></a></li>
<li><a href="#backend">Codes and Software</a></li>
<li><a href="#projects">Hobbies</a></li>
</ul>
</aside>
<!-- /Sidebar -->
<!-- Article main content -->
<article class="col-sm-8 maincontent">
<p>Welcome to my corner of the digital world! I’m Shabir Ahmad, a passionate researcher and innovator dedicated to exploring the intersection of AI, IoT, and large language models. Currently a non-tenure research professor at Gachon University, I have been fortunate to lead cutting-edge projects funded by the National Research Foundation.</p>
<p>With a background in both industry programming and academic research, I’ve had the privilege of working on a range of exciting projects that push the boundaries of technology. My focus now is on optimizing large language models and developing solutions that address global challenges such as energy efficiency and environmental sustainability.</p>
<p>As a permanent resident of Korea and soon-to-be Korean citizen, I am deeply connected to my new home and its vibrant tech community. I am always eager to explore new opportunities for collaboration and innovation. If you share my passion for advancing technology and solving complex problems, let’s connect and make a difference together.</p>
</article>
<!-- /Article -->
</div>
</div> <!-- /container -->
</main>
<div id="footer_wrapper">
</div>
<!-- JavaScript libs are placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="assets/js/template.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>