无法将名称放在两列之上 || 更改左列的颜色边框

无法将名称放在两列之上 || 更改左列的颜色边框

我有兴趣制作一份两栏简历。我从 deedy 上获取了样本,但无法为其添加颜色;我搜索并找到了链接 (两列具有不同的背景颜色和整个页面的高度)。

然而,存在两个挑战:

  1. John Doe 在第一页,列从下一页开始

  2. 我想让两列之间的黑色边框消失或减小其宽度


\documentclass[letterpaper]{deedy-resume} % Use US Letter paper, change to a4paper for A4  \usepackage{geometry} \usepackage[most]{tcolorbox}

\begin{document}

\lastupdated % Print the Last Updated text at the top right

\namesection{John}{Doe}{ % Your name

\href{mailto:[email protected]}{[email protected]} | 70000 00000 % Your contact information }

\newtcolorbox{bgbox}[1][]{nobeforeafter,leftright skip=0pt,boxrule=0pt,enhanced jigsaw,sharp corners,#1}

\noindent %\begin{bgbox}[height=\paperheight,colback=gray!22,width=0.5\textwidth,rightrule=10pt,colframe=black] \begin{bgbox}[height=\paperheight,colback=gray!22,width=0.5\textwidth,rightrule=10pt] \section{Education} 

\subsection{Samsung Institute of Science} \descript{MS Pharmacy} \subsection{Rubber social Science} \descript{BS Nursing}

\sectionsep % Some whitespace after the section

\section{Links} 

Github:// \href{https://github.com/jay2205}{\bf jay2205} \\ LinkedIn:// \href{https://www.linkedin.com/in/jayanthdevulapally}{\bf jayanthdevulapally} \\

\section{Skills} \sectionsep % Some whitespace after the section

\subsection{Programming}

\textbullet{} python, R, LaTeX \\

\end{bgbox}% \begin{bgbox}[height=\paperheight,colback=white,width=0.7\textwidth] \section{Experience}


\runsubsection{Senior Data Scientist } \\ %\descript{Student Employee, Kent State University | April 2015 - present} \descript{Company name | Nov 2021 - present} \vspace{\topsep} % Hacky fix for awkward extra vertical space \begin{tightemize} \item Updating the features of KSU mobile iOS app for every quarter year. %\item Maintaining the iOS applications based on the crash report. \end{tightemize} \descript{Projects:} \textbullet{} {\bf KSU Mobile Q2 and Q3 – iOS application} \begin{tightemize} \item {\bf Dinning Plan Matrix View}: Developed split view of Table View and Graph View that helps user to track expenses. \item {\bf Student Center Parking Status}: Developed to show number of parking slots are available.

\end{tightemize} \textbullet{} {\bf S.L.A.T.E} (Science Learning and Teaching Evaluation) - iPad Application \begin{tightemize} \item Designed and Architected complete iPad Application. \item MVC framework implementation to record responses for all questions.

\end{tightemize} \sectionsep % Some whitespace after the section

\runsubsection{Staff Associate} \\ \descript{Another company name | Oct 2017 - Oct 2021}

\descript{Projects:}

\textbullet{} {\bf KuKu-Cubes}(iOS Application) \begin{tightemize} \item Designed the views and game flow with UICollectionView and Navigation controller.

{\bf App Store}:// \href{https://appsto.re/us/Jpit5.i}{https://appsto.re/us/Jpit5.i} \end{tightemize}

\runsubsection{Research Associate} \\

\descript{Some more company | Feb 2015 – Oct 2017} \begin{tightemize} \item Developed a dynamic module to fetch information from Content management system and publish on web. \item Maintained the online results module which fetch data from JNTU server and publish in the student portal.\\ \end{tightemize}

\sectionsep % Some whitespace after the section

\runsubsection{Web Developer} \\ \descript{IT Services | June -2011 – July 2013 } \begin{tightemize}

\item Engineered dynamic photo gallery, which fetch the data from content management.\\ \end{tightemize}

\end{bgbox} \end{document}

我该如何编辑并获得期望的结果?

谢谢

相关内容