File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ <h3 class="h6">
146146 < div class ="col-md-3 text-center mb-4 ">
147147 < img class ="rounded-circle mb-3 " width ="128 " height ="128 " src ="/assets/img/about/kaveh.jpeg " alt ="Picture of Kaveh Alimohammadi ">
148148 < h3 class ="h6 ">
149- < a href ="Kaveh Alimohammadi " target ="_blank "> Kaveh Alimohammadi</ a > , MIT
149+ < a href ="https://kavehalim.github.io " target ="_blank "> Kaveh Alimohammadi</ a > , MIT
150150 </ h3 >
151151 </ div >
152152
Original file line number Diff line number Diff line change 55
66{% include lang.html %}
77
8+
9+
810{% assign all_pinned = site.posts | where: 'pin', 'true' %}
911{% assign all_normal = site.posts | where_exp: 'item', 'item.pin != true and item.hidden != true' %}
1012
@@ -162,7 +164,7 @@ <h1 class="card-title my-2 mt-md-0">{{ post.title }}</h1>
162164
163165< div class ="flex-grow-1 px-xl-1 ">
164166 < h2 > InstructLab</ h2 >
165- < img src ="assets/img/home/pipeline.png ">
167+ < img src ="assets/img/home/pipeline.png " alt =" diagram showing the InstructLab pipeline " >
166168
167169 < h3 > What is InstructLab?</ h3 >
168170 < p >
You can’t perform that action at this time.
0 commit comments