File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ markdown: kramdown
55# Minima settings
66minima :
77 skin : auto # Automatically switches between light and dark mode
8+
9+ # Social links
10+ social_links :
11+ - title : Email
12+ icon : envelope
13+ url : " mailto:craig.russell.phd@gmail.com"
14+ - title : GitHub Profile
15+ icon : github
16+ url : " https://github.com/ctr26"
17+ - title : LinkedIn Profile
18+ icon : linkedin
19+ url : " https://linkedin.com/in/ctr26"
20+ - title : Google Scholar Profile
21+ icon : graduation-cap
22+ url : " https://scholar.google.com/citations?user=YOUR_ID"
823
924# Build settings
1025plugins :
Original file line number Diff line number Diff line change @@ -23,39 +23,4 @@ article p {
2323.post-content p ,
2424.page-content p {
2525 margin-bottom : 1.2em ;
26- }
27-
28- /* Social links styling */
29- .social-links {
30- display : flex ;
31- flex-wrap : wrap ;
32- gap : 1.5rem ;
33- margin : 1rem 0 2rem 0 ;
34- font-size : 0.95rem ;
35- }
36-
37- .social-links a {
38- text-decoration : none ;
39- color : #333 ;
40- transition : color 0.3s ease ;
41- }
42-
43- .social-links a :hover {
44- color : #0366d6 ;
45- }
46-
47- .social-links i {
48- margin-right : 0.4rem ;
49- font-size : 1.1em ;
50- }
51-
52- /* Dark mode support if using Minima's dark skin */
53- @media (prefers-color-scheme : dark ) {
54- .social-links a {
55- color : #ddd ;
56- }
57-
58- .social-links a :hover {
59- color : #58a6ff ;
60- }
6126}
Original file line number Diff line number Diff line change @@ -3,14 +3,7 @@ title: Craig T. Russell, PhD
33layout : default
44---
55
6- ## Virtual Cell & Drug Discovery
7-
8- <div class =" social-links " >
9- <a href =" mailto:craig.russell.phd@gmail.com " title =" Email " ><i class =" fa fa-envelope " ></i > craig.russell.phd@gmail.com </a >
10- <a href =" https://github.com/ctr26 " title =" GitHub Profile " ><i class =" fa fa-github " ></i > GitHub</a >
11- <a href =" https://linkedin.com/in/ctr26 " title =" LinkedIn Profile " ><i class =" fa fa-linkedin " ></i > LinkedIn</a >
12- <a href =" https://scholar.google.com/citations?user=YOUR_ID " title =" Google Scholar Profile " ><i class =" fa fa-graduation-cap " ></i > Google Scholar</a >
13- </div >
6+ ## Virtual Cell & Drug Discovery
147
158## Personal Statement
169
You can’t perform that action at this time.
0 commit comments