-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
148 lines (142 loc) · 6.2 KB
/
index.html
File metadata and controls
148 lines (142 loc) · 6.2 KB
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<!DOCTYPE html>
<html lang="en">
<head>
<!-- page title -->
<title>Mehdi Ebrahimi</title>
<!-- favicon -->
<link rel="icon" type="image/x-icon" href="src/res/img/me.jpg">
<!-- Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- link css stylesheet file -->
<link rel="stylesheet" href="src/css/style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
</head>
<body>
<!-- header section -->
<div class="container-fluid sticky-top">
<div class="row">
<nav class="navbar navbar-expand-lg bg-body-tertiary bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img id="logo" src="src/res/img/me.jpg" alt="my pic" width="60" height="60">
</a>
<a class="navbar-brand" href="#">Mehdi Ebrahimi</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navigationbar" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navigationbar">
<ul class="navbar-nav justify-content-center">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#education">Educations</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Skills</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="true">
Projects
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#">Freelance works</a></li>
<li><a class="dropdown-item" href="#">University projects</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="#">Collaborative projects</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
<!-- body and main section -->
<!-- About me -->
<div class="container" id="about-me">
<h1>About me</h1>
<hr>
<!-- <img class="my-pic" src="src/res/img/me.jpg" alt="my pic"> -->
<p class="container">
Graduated computer engineering student in field of software engineering, interested in web programming, enterprise software architecture, design patterns and working with APIs.
</p>
</div>
<!-- Education -->
<br><br>
<div class="container" id="education">
<h1>Educations</h1>
<hr>
<!-- entire edu -->
<!--PhD-->
<!-- <br>
<div class="row"> -->
<!-- edu logo -->
<!-- <div class="col-xs-2 col-sm-2 col-md-2 col-lg-2" style="width: 20%; text-align: end;">
<img src="https://uut.ac.ir/files/publicrelations/images/95/uut(1).jpg"
alt=""
style="width: 4rem; border-radius: 0px 0px 20px 20px;border:2px #a1a1a1 solid; padding: 30px;">
</div> -->
<!-- edu info -->
<!-- <div class="col-xs-10 col-sm-10 col-md-10 col-lg-10" style="line-height: 100%; width: 80%;">
<h4>Not Available</h4>
<p>PhD degree in ...</p>
<p>from: Sep2025-Now (0 months)</p>
</div>
</div>
<br> -->
<!--Master-->
<!-- <div class="row"> -->
<!-- edu logo -->
<!-- <div class="col-xs-2 col-sm-2 col-md-2 col-lg-2" style="width: 20%; text-align: end;">
<img src="https://uut.ac.ir/files/publicrelations/images/95/uut(1).jpg"
alt=""
style="width: 4rem; border-radius: 0px 0px 20px 20px;border:2px #a1a1a1 solid; padding: 30px;">
</div> -->
<!-- edu info -->
<!-- <div class="col-xs-10 col-sm-10 col-md-10 col-lg-10" style="line-height: 100%; width: 80%;">
<h4>Not Available</h4>
<p>Master degree in ...</p>
<p>from: Sep2023-Now (0 months)</p>
</div>
</div>
<br> -->
<!--Bachelor-->
<div class="row">
<!-- edu logo -->
<div class="col-xs-2 col-sm-2 col-md-2 col-lg-2" style="width: 20%; text-align: end;">
<img src="https://uut.ac.ir/files/publicrelations/images/95/uut(1).jpg"
alt="Urumia University of Technology"
style="width: 4rem; border-radius: 0px 0px 20px 20px;border:2px #2C247C solid">
</div>
<!-- edu info -->
<div class="col-xs-10 col-sm-10 col-md-10 col-lg-10" style="line-height: 100%; width: 80%;">
<h4>Urmia University of Technology</h4>
<p>Bachelor degree in Computer Engineering</p>
<p>from: Sep2018-Aug2022 (4 years)</p>
</div>
</div>
<br>
</div>
<!-- Experience -->
<!-- <br>
<div class="container wireframe" id="experience">
<h1>Exeperiences</h1>
<div class="row wireframe">
<div class="col-2 wireframe"></div>
<div class="col-10 wireframe"></div>
</div>
</div>
<br> -->
<!-- footer section -->
<footer>
</footer>
<!-- link javascript files -->
<!-- <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script> -->
<script src="src/js/theme-mode.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
</body>
</html>